-
Notifications
You must be signed in to change notification settings - Fork 90
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
change bool to IterResult #538
Conversation
bobzhang
commented
Jun 11, 2024
- change join
- explicit iter result
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Pull Request Test Coverage Report for Build 1669Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1670Details
💛 - Coveralls |
refactored all other as_iter
Co-authored-by: Bao Zhiyuan <[email protected]>
* 100% coverage for linklistmap * patch hash collision * patch format
* rename forall/exists to all/any in sorted_set * update interface file * format code
* remove usage of Devec:: and do blackbox test for devec * fmt
refactored all other as_iter
* 100% coverage for linklistmap * patch hash collision * patch format
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
…)` (#593) * rename `make` to `new` in immut/hashmap * rename `make` to `new` in immut/hashset * add capacity optional argument in `devec.new`, remove `devec.with_capacity` * add `capacity` optional argument for Array::new, remove Array::with_capacity * continue tidy up (#592) * move Option::unwrap to builtin (#594) * with_capacity to new * Refactor devec test to use new method instead of with_capacity * add Buffer::new(~size_hint) --------- Co-authored-by: Hongbo Zhang <[email protected]> Co-authored-by: Yu Zhang <[email protected]> Co-authored-by: Neil-Chen <[email protected]>
refactored all other as_iter
* 100% coverage for linklistmap * patch hash collision * patch format
Pull Request Test Coverage Report for Build 1893Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1894Details
💛 - Coveralls |
Accidentally ruined the commit history, but the diff should work just fine and the history should be cleaned after squash and merge. |
Pull Request Test Coverage Report for Build 1896Details
💛 - Coveralls |