Skip to content

Implement OneOrMany for std::collections::HashSet#925

Closed
tenuous-guidance wants to merge 1 commit intojonasbb:masterfrom
tenuous-guidance:one-or-many-hashset
Closed

Implement OneOrMany for std::collections::HashSet#925
tenuous-guidance wants to merge 1 commit intojonasbb:masterfrom
tenuous-guidance:one-or-many-hashset

Conversation

@tenuous-guidance
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.39%. Comparing base (4031878) to head (3c52eb9).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #925      +/-   ##
==========================================
+ Coverage   68.25%   68.39%   +0.14%     
==========================================
  Files          36       36              
  Lines        9592     9636      +44     
==========================================
+ Hits         6547     6591      +44     
  Misses       3045     3045              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tenuous-guidance tenuous-guidance force-pushed the one-or-many-hashset branch 2 times, most recently from 12819cb to 523d474 Compare March 3, 2026 08:00
jonasbb added a commit that referenced this pull request Mar 8, 2026
This makes use of the foreach_seq! macro to generate the implementations
for all sequence and set types.

Closes #925
Closes #926
jonasbb added a commit that referenced this pull request Mar 8, 2026
This makes use of the foreach_seq! macro to generate the implementations
for all sequence and set types.

Closes #925
Closes #926
jonasbb added a commit that referenced this pull request Mar 8, 2026
This makes use of the foreach_seq! macro to generate the implementations
for all sequence and set types.

Closes #925
Closes #926
@jonasbb
Copy link
Owner

jonasbb commented Mar 9, 2026

Thanks you for the PR. I see how extending the implementation can be useful, but I have a different implementation plan in #929. I did however copy over your tests.

@jonasbb jonasbb closed this Mar 9, 2026
jonasbb added a commit that referenced this pull request Mar 9, 2026
This makes use of the foreach_seq! macro to generate the implementations
for all sequence and set types.

Closes #925
Closes #926
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