It would make it easier to write Drush commands that work with both Drush-4 and Drush-5 if Drush-4 handled backend set results the same way that Drush-5 does. The attached patch adds this feature to Drush-4.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drush-4-integrate.patch | 2.99 KB | greg.1.anderson |
| backend-set-results.patch | 0 bytes | greg.1.anderson |
Comments
Comment #1
greg.1.anderson commentedSee also #1434376: Errors not propagated, make silently "succeeds" but doesn't do anything.
Comment #2
dwwhttp://drupal.org/files/backend-set-results.patch is empty. Makes it hard to review. ;)
Comment #3
dwwComment #4
greg.1.anderson commentedHm, yes. Here is a slightly longer version.
Comment #5
greg.1.anderson commentedComment #6
greg.1.anderson commentedThe patch in #4 actually belonged to #1313810: #integrate consistency betwen drush-4 and drush-5, which was already committed. Time to dig up the backend set results patch...
Comment #7
greg.1.anderson commentedCommitted 45c9479. Code straight from Drush-5; all tests pass.
Comment #8
greg.1.anderson commented