- Issue created by @lauriii
- Status changed to Needs review
over 1 year ago 11:02am 3 August 2023 - First commit to issue fork.
- 🇨🇦Canada b_sharpe
I believe this can be closed due to 📌 Move RecipeDiscovery into RecipeConfigurator Needs review
- Status changed to Closed: won't fix
4 months ago 7:21pm 13 August 2024 - 🇺🇸United States phenaproxima Massachusetts
This probably isn't going to happen, at least not in its current form.
Recipes are not meant to be "discoverable" the way modules and themes are. They all need to live in one directory, as siblings. They can't contain other recipes. This is a very strict and intentional limitation of the way recipes are designed - it completely prevents the ambiguity that can occasionally bedevil modules and themes, which can be found in several different places and have a weird, idiosyncratic priority order when it comes to actually loading them into the runtime environment.
The truth is, RecipeDiscovery is a terrible name for the class in core; it should be renamed something like RecipeLoader or similar, to better describe what it actually does.
So, tentatively closing this as a wontfix.