Currently a lot of our nightly builds are failing because we had devel_kint_extras in require-dev and now there's this typo
The website encountered an unexpected error. Try again later.
Drupal\Core\Extension\InfoParserException: Extension Devel Kint Extras (modules/contrib/devel_kint_extras/devel_kint_extras.info.yml) has 'lifecycle: obsolete' but is missing a 'lifecycle_link' entry. in Drupal\Core\Extension\InfoParserDynamic->parse() (line 95 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
⛔ lifecycle-link
✅ lifecycle_link
The module doesn't even have to be enabled. Just being there with this typo is already enough to trigger that fatal error.
Issue fork devel_kint_extras-3551060
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
norman.lolComment #4
norman.lolComment #5
norman.lolComment #7
dieterholvoet commentedThanks!