Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2016 at 21:02 UTC
Updated:
23 Jan 2016 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eclipsegc commentedOk, this removes some tests since our access method is now core's which already has test coverage, and generally cleans up stuff that was using this interface.
CTools, Page Manager and Layout Plugin tests are all passing with the exception of an error in layout_plugin for an unrelated ctools change.
Eclipse
Comment #3
dsnopekWalked through all these changes with EclipseGC and witnessed the tests passing. :-)
I'm +1 on this, but I'll leave it to @tim.plunkett to RTBC!
Comment #4
tim.plunkettYou need to say what version it will be removed in.
But that said, why not just remove it instead of waiting? We're in alpha after all...
Comment #5
tim.plunkettAnd honestly, you can just remove ConditionVariantTrait outright too. Sure, page_manager is using it, but wrongly. And I can easily fix it (page_manager will be broken after the CTools release anyway)
Comment #6
dsnopekRemoving the trait sounds great to me! RTBC +1 :-)
Comment #8
eclipsegc commentedDavid and I discussed tim's additional removals here and decided while ctools would ideally provide a trait and interface for this sort of behavior, theres are named wrong at this point, and the trait is inconsistent in how to does various things, so perhaps we'll try again later with something that's not variant specific.
Eclipse