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
Brought up in #1854. Should be easy enough! The parser should parse an expression instead of a string literal. One question is whether or not the expression should be evaluated with the recipe arguments in scope. An argument in favor of doing this is that it would allow giving more context on what exactly the recipe was doing, an argument against is that it requires evaluating recipe arguments, which you might not want to do unless you're going to run the recipe.
The text was updated successfully, but these errors were encountered:
Brought up in #1854. Should be easy enough! The parser should parse an expression instead of a string literal. One question is whether or not the expression should be evaluated with the recipe arguments in scope. An argument in favor of doing this is that it would allow giving more context on what exactly the recipe was doing, an argument against is that it requires evaluating recipe arguments, which you might not want to do unless you're going to run the recipe.
The text was updated successfully, but these errors were encountered: