Closed (works as designed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2010 at 17:38 UTC
Updated:
30 Jan 2014 at 07:22 UTC
Jump to comment: Most recent
Comments
Comment #1
alex_b commentedThe solution is to have proper autoloading (coming in D7) or to use CTools plugin API like we did this for fetcher/parser/processor plugins. The proposed solution strikes me as an odd third way.
In the meantime, alternative classes always need to be loaded -- the performance penalty isn't too bad, I hope this is an option for you.
Postponed?
Comment #2
b-prod commentedI will apply my patch manually, awaiting a proper way to do that (autoloading in D7 sounds really good). Actually I don't like to include useless files, load unused classes...
But I understand there is no omission or bug in your code. Thank for your answer.
Comment #3
twistor commented