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 #22932; treats closure iterators as pointers #22934

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Conversation

ringabout
Copy link
Member

fixes #22932
follow up #21629

lib/pure/options.nim Outdated Show resolved Hide resolved
lib/pure/options.nim Outdated Show resolved Hide resolved
Co-authored-by: Nickolay Bukreyev <SirNickolas@users.noreply.github.com>
@Araq Araq merged commit 0dc3513 into devel Nov 14, 2023
22 checks passed
@Araq Araq deleted the pr_devel_regression branch November 14, 2023 06:15
Copy link
Contributor

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

Hint: mm: orc; opt: speed; options: -d:release
176561 lines; 9.051s; 768.055MiB peakmem

narimiran pushed a commit that referenced this pull request Apr 18, 2024
fixes #22932
follow up #21629

---------

Co-authored-by: Nickolay Bukreyev <SirNickolas@users.noreply.github.com>
(cherry picked from commit 0dc3513)
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.

std/options don’t consider closure iterators to be pointer types
3 participants