Skip to content
  1. Sep 09, 2015
  2. Sep 07, 2015
  3. Aug 27, 2015
  4. Jun 26, 2015
  5. May 20, 2015
  6. Mar 25, 2015
  7. Mar 24, 2015
  8. Mar 19, 2015
  9. Mar 13, 2015
  10. Mar 02, 2015
  11. Feb 21, 2015
  12. Feb 19, 2015
  13. Feb 09, 2015
  14. Jan 21, 2015
  15. Jan 19, 2015
  16. Jan 13, 2015
  17. Dec 29, 2014
  18. Dec 23, 2014
  19. Dec 22, 2014
  20. Dec 20, 2014
  21. Dec 03, 2014
  22. Nov 28, 2014
    • anarcat's avatar
      don't allow d() to run before drush is fully initialized · 9391a997
      anarcat authored
      we add safety check so that we don't get caught running d() before
      drush is fully initialized. otherwise, the proper services hooks may
      not be properly declared and found by drush, so the object cache
      ($instances) would be initialised with incomplete data.
      
      it is possible that more initialisation we need happens after
      DRUSH_BOOTSTRAP_NONE, but this is already better than nothing.
      
      it took me and ergonlogic three freaking full days of headbanging on
      keyboards to figure that stuff out.
      9391a997
  23. Nov 19, 2014
  24. Nov 17, 2014