Closed (fixed)
Project:
Drush
Component:
Base system (internal API)
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Apr 2011 at 02:02 UTC
Updated:
17 May 2011 at 04:21 UTC
Jump to comment: Most recent file
I committed to master a patch which enables commands to declare drupal core compatibility like '6+' instead of 6,7. This lets commands automatically be compatibile with Drupal 8 which is what we want.
I think this is backportable. See http://drupalcode.org/project/drush.git/commit/2d3685929cf41e628e73ad5d2...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drush-1113796.patch | 1.45 KB | jonhattan |
Comments
Comment #1
msonnabaum commentedAgreed. Backported.
Comment #2
jonhattanIsn't
'core' => array(6, '7+'),same as'core' => array('6+'),?Comment #3
moshe weitzman commentedYes, it is the same. I should have done that. This whole line is moot once we drop support for D5 though.
Comment #4
moshe weitzman commentedCommitted this, since it makes sense to push it to Drush 4 (which will always support drupal5). Commit 926c92f.
Comment #5
msonnabaum commentedBackported.