You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As above, I'd like to be able to !include common recipes for packaging applications. However, due to how the default recipe is defined by a FIFO basis, and where I'm finding that there isn't a good way to define a default recipe if any of the includes contain recipes. The end user gets unhelpful error messages about internally-defined recipes requiring arguments. Or you must preemptively define an include with a default recipe.
Possible solutions
One of these would solve the issue
Allow defining recipes before include directives
Ignore recipes from include directives when choosing a default recipe
Opt out of FIFO-based selection with a default recipe attribute
Opt out of FIFO-based selection with a recipe named default
Opt out of FIFO-based selection with a default-recipe variable
The text was updated successfully, but these errors were encountered:
Problem
As above, I'd like to be able to
!include
common recipes for packaging applications. However, due to how the default recipe is defined by a FIFO basis, and where I'm finding that there isn't a good way to define a default recipe if any of the includes contain recipes. The end user gets unhelpful error messages about internally-defined recipes requiring arguments. Or you must preemptively define an include with a default recipe.Possible solutions
One of these would solve the issue
default
recipe attributedefault
default-recipe
variableThe text was updated successfully, but these errors were encountered: