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

fixes addr/hiddenAddr in strictdefs #23477

Merged
merged 9 commits into from
Apr 10, 2024
Merged

fixes addr/hiddenAddr in strictdefs #23477

merged 9 commits into from
Apr 10, 2024

Conversation

ringabout
Copy link
Member

No description provided.

@ringabout ringabout marked this pull request as ready for review April 5, 2024 14:46
compiler/sempass2.nim Outdated Show resolved Hide resolved
@Araq Araq merged commit 9b37829 into devel Apr 10, 2024
22 checks passed
@Araq Araq deleted the pr_addr_strict branch April 10, 2024 12:41
@Araq
Copy link
Member

Araq commented Apr 10, 2024

Superb work!

Copy link
Contributor

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

Hint: mm: orc; opt: speed; options: -d:release
178486 lines; 8.280s; 752.309MiB peakmem

Araq pushed a commit that referenced this pull request Apr 15, 2024
fixes #23499

In the
8990626
the effect of `skipAddr` changed to skip `nkAddr` and `nkHiddenAddr`.
Some old code was not adapted. In the
#23477, the magic `addr` function
was handled in the semantic analysis phase, which causes it be skipped
incorrectly
Araq pushed a commit that referenced this pull request Jul 3, 2024
fixes #23784

notes that before #23477, it didn't
fold paths containing `addr`/`unsafeAddr` because it retained the form
of the magic function: `mAddr`.
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