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

retain postfix node in type section typed AST #23096

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

metagn
Copy link
Collaborator

@metagn metagn commented Dec 18, 2023

fixes #22933

@metagn metagn marked this pull request as ready for review December 18, 2023 17:56
@metagn
Copy link
Collaborator Author

metagn commented Dec 18, 2023

PR to unchained: SciNim/Unchained#45

I think we should disable NESM indefinitely. We've been maintaining a fork for a year and I don't want to sift through 3000 lines of test output to adapt it. The failing test also seems like it directly matches against tree output of AST, which would now become dependent on the Nim version.

@Araq Araq merged commit d3b9711 into nim-lang:devel Dec 18, 2023
7 checks passed
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from d3b9711

Hint: mm: orc; opt: speed; options: -d:release
177507 lines; 7.512s; 768.215MiB peakmem

@metagn
Copy link
Collaborator Author

metagn commented Dec 18, 2023

Sorry, I skipped CI for the last commit, it wasn't actually passing yet. Should be fine after SciNim/Unchained#45 is merged though.

@metagn
Copy link
Collaborator Author

metagn commented Dec 18, 2023

Never mind, some doc tests fail too.

metagn added a commit that referenced this pull request Dec 18, 2023
Araq pushed a commit that referenced this pull request Dec 18, 2023
Araq pushed a commit that referenced this pull request Dec 23, 2023
Continued from #23096 which was reverted due to breaking a package and
failing docgen tests. Docgen should now work, but ~~a PR is still
pending for the package: SciNim/Unchained#45
has been merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type section typed AST does not retain postfix node
2 participants