Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated equals error #782

Closed
casey opened this issue Mar 29, 2021 · 0 comments · Fixed by #985
Closed

Remove deprecated equals error #782

casey opened this issue Mar 29, 2021 · 0 comments · Fixed by #985

Comments

@casey
Copy link
Owner

casey commented Mar 29, 2021

Currently, the parser contains code that checks for = in contexts where it used to be allowed, namely variables and aliases, and produces an error.

This prevents writing recipes named alias and export with a parameter with a default value:

export a="b":
alias a="b":

This error was introduced in 0.9.0, released on March 28th, 2021. After a grace period, the error can be removed to allow the above recipes to work. I'm thinking six months, so October 1st, 2021.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant