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

MultiFizzBuzz Ranges #45

Merged
merged 29 commits into from
Jun 1, 2024
Merged

MultiFizzBuzz Ranges #45

merged 29 commits into from
Jun 1, 2024

Conversation

MusicalNinjaDad
Copy link
Owner

Enable MultiFizzBuzz on Range<i32>, RangeInclusive<i16> and anything else which rayon can convert to an IndexedParallelIterator

Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
Flag Coverage Δ
fizzbuzz 93.84% <100.00%> (+1.68%) ⬆️
fizzbuzzo3 81.48% <90.00%> (+2.31%) ⬆️
python 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📢 Thoughts on this report? Let us know!

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @MusicalNinjaDad - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 5 issues found
  • 🟢 Security: all looks good
  • 🟡 Testing: 1 issue found
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

rust/fizzbuzz/src/lib.rs Show resolved Hide resolved
rust/fizzbuzz/src/lib.rs Outdated Show resolved Hide resolved
rust/fizzbuzz/src/lib.rs Show resolved Hide resolved
rust/fizzbuzz/benches/bench_fizzbuzz.rs Show resolved Hide resolved
rust/fizzbuzz/benches/bench_sizes.rs Show resolved Hide resolved
rust/fizzbuzz/tests/test_vec.rs Show resolved Hide resolved
@MusicalNinjaDad MusicalNinjaDad merged commit a693fe2 into main Jun 1, 2024
12 checks passed
@MusicalNinjaDad MusicalNinjaDad deleted the generic_MultiFizzBuzz branch June 1, 2024 17:06
MusicalNinjaDad added a commit that referenced this pull request Jun 2, 2024
Enable `MultiFizzBuzz` on `Range<i32>`, `RangeInclusive<i16>` and anything else which rayon can convert to an `IndexedParallelIterator`
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.

1 participant