Open wolfv opened 4 months ago
Hey, I'd love to tackle this! Is this the correct place that I should be changing - https://github.com/prefix-dev/rattler-build/blob/main/src/recipe/parser.rs#L184-L193
Would adding something along the lines of "if k.contains("-") ... ERR" be correct?
Sorry for ping: @wolfv?
Since
-
is also theminus
operator which will probably not work in jinja, we should forbid it in the left-hand side in the context, e.g.should trigger a parsing error.