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

fix: retain bug-compatibility for referencing missing variables in unary operators (! and typeof). #6695

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

stefreak
Copy link
Member

@stefreak stefreak commented Dec 9, 2024

What this PR does / why we need it:
Older versions of garden did not throw an error when referencing
missing variables from unary operators like ! and typeof. This
commit restores backwards-compatiblity that has been broken in #6685

operators (`!` and `typeof`).

Older versions of garden did not throw an error when referencing
missing variables from unary operators like `!` and `typeof`. This
commit restores backwards-compatiblity that has been broken in #6685
@stefreak stefreak requested review from edvald, thsig, 10ko and eysi09 December 9, 2024 11:16
Copy link
Member

@10ko 10ko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@stefreak stefreak added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 063eb92 Dec 9, 2024
40 checks passed
@stefreak stefreak deleted the bug-compatibility-unary-notfound branch December 9, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants