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 @d for only .= #921

Merged
merged 2 commits into from
Jan 31, 2025
Merged

fix @d for only .= #921

merged 2 commits into from
Jan 31, 2025

Conversation

tiemvanderdeure
Copy link
Collaborator

This fixes @d da1 .= da2, which would error because arg was used but not defined.

Hope this makes sense, I really have no clue what I'm doing here :)

@rafaqz
Copy link
Owner

rafaqz commented Jan 31, 2025

Ah must be from my recent "fix". Looks right to me

dump(expr) and @macroexpand @d are good tools here to get your head around things. AST is pretty simple but there's a lot of nesting to wade through.

@rafaqz rafaqz merged commit d333fe1 into rafaqz:main Jan 31, 2025
7 of 8 checks passed
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