Ecosyste.ms: Issues

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

GitHub / jeffparsons/rangemap issues and pull requests

#72 - Fix `PartialEq`, `PartialOrd`, and `Ord` implementations for `RangeMap` (and `RangeSet`)

Pull Request - State: closed - Opened by hecrj about 1 year ago - 4 comments

#71 - Derive Clone/Debug for iterators

Pull Request - State: open - Opened by clarfonthey over 1 year ago

#70 - Make overlapping/overlaps accept ranges by-value instead of by-reference

Pull Request - State: open - Opened by clarfonthey over 1 year ago - 4 comments

#69 - Fix broken links in README.md and docs

Pull Request - State: open - Opened by jwodder over 1 year ago

#68 - `Eq` requirement for `V`

Issue - State: open - Opened by rongcuid over 1 year ago - 4 comments

#67 - Let's have panics with explanatory messages

Issue - State: open - Opened by wkordalski over 1 year ago

#66 - `rangemap!` macro

Issue - State: open - Opened by k12ish over 1 year ago

#65 - Relax trait bounds on keys and values

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

#64 - Observing range reductions and splits as the result of an insertion

Issue - State: open - Opened by jasonwhite over 1 year ago - 4 comments

#63 - Add RangeMap::overlapping_mut and RangeInclusiveMap::overlapping_mut

Pull Request - State: closed - Opened by jasonwhite almost 2 years ago - 1 comment

#62 - RangeMap::overlapping_mut?

Issue - State: open - Opened by jasonwhite almost 2 years ago - 12 comments

#61 - Add 'overlapping' and 'overlaps' methods to all container types.

Pull Request - State: closed - Opened by jeffparsons almost 2 years ago

#60 - Add a "similar crates" section to readme

Issue - State: open - Opened by jeffparsons almost 2 years ago

#59 - Add `overlapping` method to `RangeMap`

Pull Request - State: closed - Opened by jeffparsons almost 2 years ago - 3 comments

#58 - Make `const_fn` feature work again

Pull Request - State: closed - Opened by kevinaboos almost 2 years ago - 3 comments

#57 - Make RangeMap and RangeSet generic over a RangeTrait instead of core::ops::Range

Pull Request - State: closed - Opened by ripytide almost 2 years ago - 4 comments

#56 - Use K: RangeTrait instead of Range<T> as a key.

Issue - State: closed - Opened by ripytide almost 2 years ago - 1 comment

#55 - add clear, len and is_empty

Pull Request - State: closed - Opened by genusistimelord almost 2 years ago - 2 comments

#54 - Add PartialEq and Eq derives

Pull Request - State: closed - Opened by genusistimelord about 2 years ago - 10 comments

#53 - Add `clear` function

Issue - State: closed - Opened by Kyuuhachi about 2 years ago

#52 - Make `RangeMap::new()` and `RangeSet::new()` const functions.

Pull Request - State: closed - Opened by kevinaboos about 2 years ago - 1 comment

#51 - Implement PartialEq and Eq for RangeMap

Issue - State: closed - Opened by mstange over 2 years ago - 2 comments

#50 - [test] Add test case that failed on v1.0.2

Pull Request - State: closed - Opened by luukvanderduim over 2 years ago - 1 comment

#49 - [tests] Duplicate relevant tests from map into set

Pull Request - State: closed - Opened by luukvanderduim over 2 years ago

#48 - Don't yield an empty gap for an empty outer range

Pull Request - State: closed - Opened by jeffparsons over 2 years ago

#47 - Breaking change from 1.0.1 to 1.0.2 in gaps()

Issue - State: closed - Opened by luukvanderduim over 2 years ago - 7 comments

#46 - Serialize like HashMap

Issue - State: closed - Opened by shivanandvp over 2 years ago - 1 comment

#45 - Fix empty ranges returned by `Gaps` iterators

Pull Request - State: closed - Opened by jeffparsons over 2 years ago

#44 - Expose `len` and `is_empty` methods?

Issue - State: closed - Opened by pacak over 2 years ago - 1 comment

#43 - gaps return empty ranges

Issue - State: closed - Opened by gzp-crey over 2 years ago - 3 comments

#42 - [Feature Request] allow optional "no coalescing"

Issue - State: open - Opened by jtmoon79 over 2 years ago - 2 comments

#41 - Thoughts on coalescing and mutability

Issue - State: open - Opened by Rua over 2 years ago - 1 comment

#40 - Add range iterator and contains_any/all to all container types

Pull Request - State: closed - Opened by Rua over 2 years ago - 9 comments

#39 - ZipRange facility

Pull Request - State: closed - Opened by acully-vmware almost 3 years ago - 2 comments

#38 - `gaps` documentation is ambiguous w/r/t empty ranges

Issue - State: closed - Opened by acully-vmware almost 3 years ago - 4 comments
Labels: bug

#37 - License files should be included in the repository

Issue - State: closed - Opened by acully-vmware almost 3 years ago - 1 comment

#36 - Document iterators

Pull Request - State: closed - Opened by jeffparsons almost 3 years ago - 2 comments

#35 - Attempt to set up Bors

Pull Request - State: closed - Opened by jeffparsons about 3 years ago - 6 comments

#34 - Serde support

Pull Request - State: closed - Opened by jeffparsons about 3 years ago

#32 - Implement Extend and FromIterator for RangeMap

Pull Request - State: closed - Opened by EliaGeretto over 3 years ago - 1 comment

#31 - WIP: BTreeMap Feature Parity

Pull Request - State: closed - Opened by ecclarke42 over 3 years ago - 4 comments

#30 - Add `IntoIterator` implementations

Pull Request - State: closed - Opened by ecclarke42 over 3 years ago - 1 comment

#29 - Add no_std support

Pull Request - State: closed - Opened by h33p over 3 years ago - 4 comments

#28 - some possible inefficiences

Issue - State: open - Opened by jaykrell over 3 years ago - 3 comments

#27 - Fix a performance regression in 0.1.9.

Pull Request - State: closed - Opened by nmathewson over 3 years ago - 3 comments

#26 - Fix coalescing of contiguous ranges

Pull Request - State: closed - Opened by jeffparsons over 3 years ago

#25 - Add fuzzers to verify correctness of range-coalescing.

Pull Request - State: closed - Opened by nmathewson over 3 years ago - 1 comment

#24 - RangeInclusiveMap does not reliably coalesce contiguous ranges

Issue - State: closed - Opened by nmathewson over 3 years ago - 8 comments

#23 - Missing contains_keys_in_range and get_in_range

Issue - State: closed - Opened by juliotpaez over 3 years ago - 2 comments

#22 - feat: Support serialization using serde

Pull Request - State: closed - Opened by slave5vw almost 4 years ago - 4 comments

#21 - impl Debug for all range and set types

Pull Request - State: closed - Opened by jeffparsons almost 4 years ago

#20 - Add Debug to publicly exported types

Pull Request - State: closed - Opened by dureuill almost 4 years ago - 5 comments

#19 - Remove Skeptic

Pull Request - State: closed - Opened by jeffparsons about 4 years ago

#18 - Add GitHub Actions CI workflow

Pull Request - State: closed - Opened by jeffparsons about 4 years ago - 1 comment

#17 - Add `gaps` iterator for all map and set types

Pull Request - State: closed - Opened by jeffparsons about 4 years ago

#16 - Use GitHub actions

Issue - State: closed - Opened by jeffparsons over 4 years ago

#15 - Add RangeInclusiveMap type

Pull Request - State: closed - Opened by jeffparsons over 4 years ago

#14 - Bump MSRV to 1.43.0

Pull Request - State: closed - Opened by jeffparsons over 4 years ago

#13 - Make skeptic an optional feature

Pull Request - State: closed - Opened by jeffparsons over 4 years ago - 1 comment

#12 - Can we reduce dev-dependencies?

Issue - State: closed - Opened by avl over 4 years ago - 4 comments

#11 - Fix: kitchen_sink mistake, and change insert range scope

Pull Request - State: closed - Opened by dwgeneral over 4 years ago - 1 comment

#10 - cannot insert a range that the start equal with the end

Issue - State: closed - Opened by dwgeneral over 4 years ago - 4 comments

#9 - Cannot insert a range that includes the maximum value of a given key type

Issue - State: closed - Opened by rzumer over 4 years ago - 7 comments

#8 - More compact internal representation

Pull Request - State: closed - Opened by jeffparsons over 5 years ago - 3 comments

#7 - Serialization using Serde

Issue - State: closed - Opened by jeffparsons over 5 years ago

#6 - Set up Bors

Issue - State: closed - Opened by jeffparsons over 5 years ago - 1 comment

#5 - Add benchmarks

Issue - State: open - Opened by jeffparsons over 5 years ago
Labels: good first issue

#4 - Conform to borrowing convention from `std`

Issue - State: open - Opened by jeffparsons over 5 years ago - 3 comments

#3 - Add missing methods

Issue - State: closed - Opened by jeffparsons over 5 years ago - 3 comments

#2 - Document all types and methods

Issue - State: closed - Opened by jeffparsons over 5 years ago - 1 comment

#1 - Flesh out README

Issue - State: closed - Opened by jeffparsons over 5 years ago - 1 comment