Due to #1831350: Break the circular dependency between bootstrap container and kernel I'm seeing the following error
Error: Call to a member function getNamespaces() on a non-object in /Users/alex/dev/sites/drupal8alt.dev/core/lib/Drupal/Core/DrupalKernel.php, line 143

This is due to the DrupalKernel construtor having a new argument that Drush is not supplying.

CommentFileSizeAuthor
#1 1846058-1.drush-drupalkernel.patch563 bytesalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott’s picture

Status: Active » Needs review
FileSize
563 bytes

And here's a patch...

alexpott’s picture

Title: Invalid arguments on DrupalKernel _construct() » Invalid arguments on DrupalKernel __construct()

Fixing title.

moshe weitzman’s picture

Status: Needs review » Fixed

committed to master.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.