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

Bind items for sets, fix ref issue for filter with constant columns #42

Merged
merged 3 commits into from
Sep 28, 2022

Conversation

Vindaar
Copy link
Member

@Vindaar Vindaar commented Sep 28, 2022

Two minor fixes:

* v0.3.5
- fix reference semantics bugs for constant columns for =filter= calls
- fix issue with =gather= in files that do not import =sets= by
  binding the =items= iterator in the scope

The latter fixes the issue raised in SciNim/getting-started#49 and SciNim/getting-started#50.

Otherwise we get an overload resolution issue in the calling scope,
because `items` for `HashSet` won't be defined.
@pietroppeter
Copy link
Contributor

TIL about this usage of bind: bind sets.items! nice!

@Vindaar Vindaar merged commit e711415 into master Sep 28, 2022
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