Just as drush works on either 5, 6, or 7 from the same codebase, so should we.

This means that parts of the code need to be moved to subfolders, selected according to version.
So:
- update -- mostly version-specific, as hook data is different, and also on 7 we will be collecting hook data differently!
- generate -- info files are version-specific
- erm... anything else?

Comments

joachim’s picture

Done so far:
- generating info files per version
- storage of hook data in version-specific folders.

Still to do:
- totally revamp hook data collection, as on 7 this is in Drupal itself rather than CVS.

joachim’s picture

Category: bug » feature
Status: Active » Postponed

This now all works in principle, though D5 support is not in due to my not using it any more.

Marking as postponed.

joachim’s picture

Status: Postponed » Closed (fixed)

I'm probably not going to do D5 support...

Closing.