drush-ops / drush

Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
https://www.drush.org
2.34k stars 1.08k forks source link

Remove deprecated constants #1183

Open JTubex opened 9 years ago

JTubex commented 9 years ago

In Drupal 8, the following constants in bootstrap.inc are deprecated and the usage in drush should be removed:

Issue on drupal.org to remove this constants is: https://www.drupal.org/node/2347625.

weitzman commented 9 years ago

See function drupal8_bootstrap

weitzman commented 9 years ago

OK. I think we need to wait for that D8 patch to land.

Berdir commented 9 years ago

I don't think so, because it's just removed, so we have to find a different way to do it anyway. Which I tried in https://github.com/drush-ops/drush/pull/1230