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

include new concepts in typeclasses, makes containsGenericType work #24453

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

metagn
Copy link
Collaborator

@metagn metagn commented Nov 18, 2024

fixes #24450

The new concepts were previously not included in containsGenericType which prevents them from being instantiated. Here they are included by being added to tyTypeClasses though this doesn't have to be done, they can also be added manually to containsGenericTypeIter, but this might be too specific.

@Araq Araq merged commit e28d2f4 into nim-lang:devel Nov 19, 2024
18 checks passed
Copy link
Contributor

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

Hint: mm: orc; opt: speed; options: -d:release
177825 lines; 8.972s; 653.547MiB peakmem

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.

crash evaluating new-style concept
2 participants