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

normalizedast: hide newTree from std/macros #333

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Conversation

alaviss
Copy link
Contributor

@alaviss alaviss commented Aug 31, 2024

Whatever Nim merged recently caused macros.newTree to have higher precedence against newTree defined on NormNode within normalizedast.

As a workaround, don't import macros.newTree. This should fix Nim 2.0 support.

Whatever Nim merged recently caused macros.newTree to have higher
precedence against newTree defined on NormNode within normalizedast.

As a workaround, don't import macros.newTree.
@alaviss alaviss added the nim compiler defect fault lies elsewhere label Aug 31, 2024
@disruptek disruptek merged commit eedef3f into master Aug 31, 2024
3 of 6 checks passed
@disruptek disruptek deleted the push-lqyuuxtmrpsz branch August 31, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nim compiler defect fault lies elsewhere
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants