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 #20002 #20004

Merged
merged 1 commit into from
Jul 15, 2022
Merged

fix #20002 #20004

merged 1 commit into from
Jul 15, 2022

Conversation

metagn
Copy link
Collaborator

@metagn metagn commented Jul 11, 2022

fixes #20002

While this fix seems innocent, this unlocks the hidden behavior of method calls not being able to call gensym'ed routines inside templates.

While this fix seems innocent,
this unlocks the hidden behavior of
method calls not being able to call
gensym'ed routines inside templates.
@Araq Araq merged commit f35c9cf into nim-lang:devel Jul 15, 2022
@github-actions
Copy link
Contributor

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

Hint: mm: orc; threads: on; opt: speed; options: -d:release
163335 lines; 12.283s; 841.191MiB peakmem

FedericoCeratto pushed a commit to FedericoCeratto/Nim that referenced this pull request Jul 30, 2022
While this fix seems innocent,
this unlocks the hidden behavior of
method calls not being able to call
gensym'ed routines inside templates.
capocasa pushed a commit to capocasa/Nim that referenced this pull request Mar 31, 2023
While this fix seems innocent,
this unlocks the hidden behavior of
method calls not being able to call
gensym'ed routines inside templates.
narimiran pushed a commit that referenced this pull request Apr 24, 2023
While this fix seems innocent,
this unlocks the hidden behavior of
method calls not being able to call
gensym'ed routines inside templates.

(cherry picked from commit f35c9cf)
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.

Templates: Crash with gensym'ed proc & method call
2 participants