Postponed
Project:
Blazy
Version:
3.0.15
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2025 at 17:32 UTC
Updated:
20 Feb 2026 at 21:41 UTC
Jump to comment: Most recent
drush updb gives
[warning] Slick requires this module and version. Currently using Blazy version
(Currently using Unresolved dependency Blazy (Version >= 3.x required)
)
The Version of Blazy is missing in the blazy.info.yml file. Add it
Comments
Comment #2
gausarts commentedThank you.
You are correct.
Either with or without version directive, it is always a bug depending on usages :)
The quick solutions:
--prefer-source.We used to have it to support your particular usage, however the latest Drupal CS emitted a warning that made the entire job fail for having a version in info.yml file:
https://git.drupalcode.org/project/blazy/-/jobs/6809917
This warning never made the job fail till recently.
That's why it is removed:
https://git.drupalcode.org/project/blazy/-/commit/6c3f2dcaa59932feb67392...
To those who don't get it:
--prefer-sourcewould fail. Consequently, CLI like drush, and also Drupal UI /admin/modules would then fail. Mostly relevant for patchers, devs and debugs about which Drupal CS don't care.It is all about packaged vs non-packaged thingies.
We would consider adding it back once we figure out to exclude info.yml file from CS, perhaps via gitlab-ci.yml:
https://git.drupalcode.org/project/blazy/-/blob/3.0.x/.gitlab-ci.yml?ref...
Or something else?
Patches are welcome.
Comment #3
trickfun commentedNon only slick