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

lib: implement Set.add #2533

Merged
merged 1 commit into from
Feb 9, 2024
Merged

lib: implement Set.add #2533

merged 1 commit into from
Feb 9, 2024

Conversation

fridis
Copy link
Member

@fridis fridis commented Feb 9, 2024

Set.add being abstract resulted in errors for heirs of Set that to not have add when running the idioms.

Eventually, Set.add should be removed and we should have a proper integration of mutable Sets with the mutate effect or some lock-free-concurrency effect.

Also removed Set.remove since this seems unused but could cause similar problem.s

`Set.add` being `abstract` resulted in errors for heirs of `Set` that to not
have `add` when running the idioms.

Eventually, `Set.add` should be removed and we should have a proper integration of mutable Sets with the `mutate` effect or some lock-free-concurrency effect.
@michaellilltokiwa michaellilltokiwa merged commit e6e2d63 into main Feb 9, 2024
4 of 5 checks passed
@michaellilltokiwa michaellilltokiwa deleted the implement_Set.add branch February 9, 2024 14:38
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.

None yet

2 participants