Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / florian1345/kernal issues and pull requests

#63 - Multiple assertions on panic messages

Issue - State: open - Opened by florian1345 5 months ago
Labels: enhancement

#62 - Prepare version 0.3.0

Pull Request - State: closed - Opened by florian1345 11 months ago

#61 - Add satisfies_exactly_in_given_order for ordered collections

Pull Request - State: closed - Opened by florian1345 11 months ago

#60 - Add assertions for OrderedCollections with AbsDiff items

Pull Request - State: closed - Opened by florian1345 11 months ago
Labels: enhancement

#59 - Collection single-element assertions

Issue - State: open - Opened by florian1345 11 months ago
Labels: enhancement

#58 - Allow implementing Collection with non-ref iterator

Issue - State: open - Opened by florian1345 about 1 year ago - 1 comment

#57 - Add assertions for collections with `AbsDiff` items

Pull Request - State: closed - Opened by florian1345 about 1 year ago
Labels: enhancement

#56 - Remove duplicate "for more details"

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#55 - Remove unnecessary lifetime bound

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement, refactoring

#54 - Bump version to 0.2.0

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#53 - Add documentation for optimized assertions at crate level and related functions

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#52 - Add benchmarks for assertions in fast_prelude

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#51 - Add BTree-based assertions for maps

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#50 - Add specialized assertions for maps with `Eq + Ord` values

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#49 - Add specialized assertions for collections with `Eq + Ord` items

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#48 - Optimized collection assertions for `Eq + Hash` items

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#47 - Add HashMultiset in preparation for hash-optimized collection methods

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#46 - Add documentation for multiset trait

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#45 - Reorganize util and multiset module structure

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: refactoring

#44 - Allow Borrow<Result<V, E>> for result assertions

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#43 - Allow option assertions on option references

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#42 - Allow `impl Borrow<Result<V, E>>` for `ResultAssertions`

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#41 - Add optimized (multi)set-based assertions

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#40 - Add is_equal_to_any and is_equal_to_none

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#39 - Fix visibility of StringPatternAssertions and the pattern module

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#38 - `is_equal_to_any` and `is_equal_to_none`

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#37 - Allow `impl Borrow<Option<T>>` for `OptionAssertions`

Issue - State: closed - Opened by florian1345 over 1 year ago - 1 comment
Labels: enhancement

#36 - Prepare Cargo.toml for first release

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#35 - Fix readme headings

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#34 - Add readme

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#33 - Add license

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#32 - Rename "max" to "extreme" where the former was too specific

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: refactoring

#31 - Rename "substring" to "contiguous subsequence" in context of collections

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: refactoring

#30 - Fix Cargo.toml

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#29 - Refactor string assertions

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: refactoring

#28 - Add license file

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#27 - Write readme file

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation

#26 - Rename collection substring to contiguous subsequence

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: refactoring

#25 - Cover Map::are_keys_equal for map references

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#24 - Cover panics with non-string messages

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#23 - Cover map's default length computation

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#22 - Implement method to check whether a map contains exactly a given key set

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#21 - Add documentation and required functionality for custom assertions

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: documentation, enhancement

#20 - Test collection adfixes longer than collection

Pull Request - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#19 - Document how to implement custom assertions

Issue - State: closed - Opened by florian1345 over 1 year ago - 1 comment
Labels: documentation

#18 - Introduce MapAssertions::contains_exactly_keys

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: enhancement

#16 - String comparisons ignoring casing/whitespace

Issue - State: open - Opened by florian1345 over 1 year ago
Labels: enhancement

#15 - Move VecMultiset to util module

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#14 - Cover undecodeable messages in `PanicAssertions`

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#13 - Cover basic `Map` functionality

Issue - State: closed - Opened by florian1345 over 1 year ago
Labels: test

#10 - Add assertions for Collections with Ord values

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#9 - Add assertions for Maps with PartialEq values

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#8 - Improved coverage and fixed test case

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#7 - Fixed incorrect wording

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#3 - Completed documentation for StringAssertions

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#2 - Add assertions for Result types

Pull Request - State: closed - Opened by florian1345 over 1 year ago

#1 - Add basic assertions for Maps

Pull Request - State: closed - Opened by florian1345 over 1 year ago