- Issue created by @sonfd
- 🇺🇸United States sonfd Portland, ME
Relating an earlier issue (#3311111), which originally added support for the namespaced syntax.
- Merge request !159Removes the ability to use namespaced modules in recipes. → (Open) created by b_sharpe
- Status changed to Needs review
3 months ago 6:31pm 8 August 2024 - Status changed to Closed: outdated
3 months ago 10:53am 16 August 2024 - 🇮🇳India prashant.c Dharamshala
I tried to find the occurrence of namespaces
drupal:
incore/recipes
directory in the latest11.x
and could not find any.I think we can close this issue.
Please feel free to reopen in case you can replicate.
Thanks - Status changed to Needs review
3 months ago 2:37pm 16 August 2024 - 🇨🇦Canada b_sharpe
@Prashant.c that's because it's not in core, it's in this project (recipes initiative) which will get moved to core. You can see it here: https://git.drupalcode.org/project/distributions_recipes/-/blob/11.x/cor...
- 🇮🇳India prashant.c Dharamshala
@b_sharpe
Thanks for the clarification, The changes look good; however, there are some errors generated by phpstan, but those seem out of scope.?
- 🇨🇦Canada b_sharpe
Rebased, errors were part of #3466982: Fix Failing PHPStan issues →
- 🇨🇦Canada b_sharpe
b_sharpe → changed the visibility of the branch 3466926-discourage-use-of to hidden.
- Merge request !9283Issue #3466926 by b_sharpe: Don't use namespaced extensions in recipe.yml files. → (Open) created by b_sharpe
- Status changed to RTBC
3 months ago 5:15pm 21 August 2024 - 🇺🇸United States phenaproxima Massachusetts
I like it. I think this is simpler, easier for recipe authors, and clearer.
RTBCing because the recipe system is experimental and can do pretty much whatever it wants in terms of changing its API.
- 🇬🇧United Kingdom alexpott 🇪🇺🌍
I would prefer to deprecate this - breaking existing recipes over this would be frustrating for people.