GitHub / xfix/enum-map issues and pull requests
#65 - Comply with REUSE recommendations
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#64 - Make sure that dependabot's ignore is an array
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#63 - Ignore semver minor and patch updates in Dependabot
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#62 - Use increase-if-necessary versioning strategy in Dependabot
Pull Request -
State: closed - Opened by xfix almost 2 years ago
- 1 comment
#61 - Add changelog for 2.6.2
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#60 - Hide out_of_bounds re-export
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#59 - Bump syn from 2.0.29 to 2.0.31
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies, rust
#58 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions
#57 - Bump cachix/install-nix-action from 22 to 23
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies, github_actions
#56 - Commit Cargo.lock
Pull Request -
State: closed - Opened by xfix almost 2 years ago
#55 - Use rust-toolchain for Rust installation on CI
Pull Request -
State: closed - Opened by xfix about 2 years ago
#54 - Provide error message for out of bounds u8::from_usize
Pull Request -
State: closed - Opened by xfix about 2 years ago
#53 - Add changelog for 2.6.1
Pull Request -
State: closed - Opened by xfix about 2 years ago
#52 - Provide better message for out of bounds from_usize
Pull Request -
State: closed - Opened by xfix about 2 years ago
#51 - `from_usize` gives a generic, misleading panic message on out-of-bounds
Issue -
State: closed - Opened by cbiffle about 2 years ago
- 1 comment
#50 - Add changelog for 2.6.0
Pull Request -
State: closed - Opened by xfix about 2 years ago
#49 - Bump proc-macro2 from 1.0.24 to 1.0.60
Pull Request -
State: closed - Opened by xfix about 2 years ago
#48 - Bump cachix/install-nix-action from 21 to 22
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, github_actions
#47 - Bump cachix/install-nix-action from 20 to 21
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, github_actions
#46 - Mark crate's maintenance as passively mainted
Pull Request -
State: closed - Opened by xfix about 2 years ago
#45 - Provide N-2 MSRV policy
Pull Request -
State: closed - Opened by xfix over 2 years ago
#44 - Mark as_array as const fn
Pull Request -
State: closed - Opened by xfix over 2 years ago
#43 - Update syn requirement from 1.0.48 to 2.0.0
Pull Request -
State: closed - Opened by xfix over 2 years ago
#42 - Update syn requirement from 1.0.48 to 2.0.2
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies, rust
#40 - Add changelog for 2.5.0
Pull Request -
State: closed - Opened by xfix over 2 years ago
#39 - Bump cachix/install-nix-action from 19 to 20
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies, github_actions
#38 - Bump cachix/install-nix-action from 18 to 19
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies, github_actions
#37 - Impl PartialOrd and Ord for EnumMap
Pull Request -
State: closed - Opened by nicarran over 2 years ago
#36 - impl PartialOrd and Ord for EnumMap
Pull Request -
State: closed - Opened by nicarran over 2 years ago
- 1 comment
#35 - Use Generic Associated Types for Enum trait
Pull Request -
State: open - Opened by xfix over 2 years ago
- 6 comments
#33 - Add licenses for distribution packaging
Pull Request -
State: closed - Opened by michel-slm over 2 years ago
- 2 comments
#32 - Bump actions/dependency-review-action from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies, github_actions
#31 - Replace EnumArray by generic associated type
Pull Request -
State: closed - Opened by phimuemue over 2 years ago
- 3 comments
#30 - Bump cachix/install-nix-action from 17 to 18
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies, github_actions
#29 - Add by-reference array accessors to EnumMap
Pull Request -
State: closed - Opened by Fuuzetsu almost 3 years ago
- 1 comment
#28 - Derive Eq, Ord, PartialEq and PartialOrd on EnumMap<K,V> when K and V impl those traits
Issue -
State: closed - Opened by klauria-factorial almost 3 years ago
- 2 comments
#27 - Default values for missing fields during deserialization
Issue -
State: open - Opened by zesterer almost 3 years ago
- 2 comments
#26 - Expose the `array` field (or add `as_array(&self) -> &K::Array`)
Issue -
State: closed - Opened by Fuuzetsu almost 3 years ago
- 8 comments
Labels: enhancement
#24 - Optimize unit variant handling
Pull Request -
State: closed - Opened by xfix about 3 years ago
#23 - Strange code generated in enum_map_derive?
Issue -
State: closed - Opened by Fuuzetsu about 3 years ago
- 2 comments
Labels: bug
#22 - Remove GitLab CI configuration
Pull Request -
State: closed - Opened by xfix about 3 years ago
#21 - Use collect_map for serialization of EnumMap
Pull Request -
State: closed - Opened by xfix about 3 years ago
#20 - Fix clippy lints
Pull Request -
State: closed - Opened by caass about 3 years ago
- 1 comment
#19 - Bump actions/dependency-review-action from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies, github_actions
#16 - Create changelog entry for new Enum implementations
Pull Request -
State: closed - Opened by xfix about 3 years ago
#15 - Import Ordering explicitly
Pull Request -
State: closed - Opened by xfix about 3 years ago
#14 - Support for other types
Pull Request -
State: closed - Opened by phimuemue about 3 years ago
- 2 comments
#13 - Add Enum for tuples
Issue -
State: open - Opened by norcalli about 3 years ago
- 1 comment
#12 - Create dependency review GitHub Action
Pull Request -
State: closed - Opened by xfix about 3 years ago
#11 - Clippy fails for single variant enum with Derive
Issue -
State: closed - Opened by norcalli about 3 years ago
- 1 comment
#10 - Add a method for converting to an array (not a slice)
Issue -
State: closed - Opened by norcalli about 3 years ago
- 1 comment
#9 - Add EnumMap impl for Option<T: Enum>
Issue -
State: open - Opened by norcalli about 3 years ago
- 1 comment
#8 - Create GitHub Workflow
Pull Request -
State: closed - Opened by xfix about 3 years ago
#7 - Update dependencies
Pull Request -
State: closed - Opened by hcpl about 7 years ago
- 2 comments
#6 - Update dependencies
Pull Request -
State: closed - Opened by hcpl over 7 years ago
- 1 comment
#5 - enum_map! is unusable as a const initializer, and the array field being private makes manual initialization impossible too
Issue -
State: closed - Opened by bill-myers over 7 years ago
- 1 comment
Labels: enhancement
#4 - Missing Ord and PartialOrd impls
Issue -
State: closed - Opened by bill-myers over 7 years ago
- 2 comments
Labels: enhancement, wontfix
#3 - Derive Copy for EnumMap
Issue -
State: closed - Opened by gyscos over 7 years ago
- 2 comments
Labels: bug
#2 - Stabilize enum-map
Issue -
State: closed - Opened by xfix over 7 years ago
- 2 comments
Labels: enhancement
#1 - Don't explicitly require importing enum_map_derive.
Issue -
State: closed - Opened by xfix about 8 years ago
- 1 comment
Labels: enhancement