Closed (fixed)
Project:
Varnish purger
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2018 at 14:40 UTC
Updated:
27 Jul 2020 at 04:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chipway commentedHere is a patch that extends coverage to sub-modules. Please review.
Comment #3
alonaoneill commentedCode looks good. The dependency namespacing aligns with Drupal documentation standards.
Patch applied via simplytest.me
Marking as RTBC
Thank you for working on module!
Comment #5
misc commentedThanks! And sorry for the late response. This would be in next release.
Comment #6
misc commentedComment #8
tobybellwood commentedThis commit unfortunately has introduced the incorrect namespaces for the dependencies project:module
To resolve correctly they should be varnish_purge:varnish_purge (no r) - this will impact any module that requires one of the submodules explicity (ie. drupal.org/project/lagoon_varnish) as they will be unable to resolve the incorrect project:module combo.
I will create a new issue and patch.
[EDIT] - looked at https://www.drupal.org/project/varnish_purge/issues/2845054 and it looks like fixing this will break half the userbase (non-composer maybe).
Can a completely new 8.x-3.x branch be cut with a single naming strategy?