Ecosyste.ms: Issues

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

GitHub / Lymia/enumset issues and pull requests

#52 - Mark `EnumSet::as_repr` as const

Pull Request - State: closed - Opened by jasonwhite 3 months ago

#51 - Warnings appeared after an update

Issue - State: open - Opened by JohnScience 5 months ago - 1 comment
Labels: bug, question, can't reproduce

#50 - Fix broken link in the doc

Pull Request - State: closed - Opened by xnuk 8 months ago

#49 - Allow enumset macro to use EnumSet as argument

Issue - State: closed - Opened by i509VCB 8 months ago
Labels: enhancement

#48 - inline `iter` in `repr/primitive.rs`

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

#47 - Update proc-macro-crate requirement from 1 to 2

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#47 - Update proc-macro-crate requirement from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies

#46 - add a blanket implementation of Display for EnumSet<T> when T implements Display

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

#45 - Feature request: A public `BIT_WIDTH` and `enum_into_u32`

Issue - State: closed - Opened by nicopap almost 2 years ago - 1 comment
Labels: enhancement

#44 - unneeded unit expression

Issue - State: closed - Opened by martinthomson almost 2 years ago

#44 - unneeded unit expression

Issue - State: closed - Opened by martinthomson almost 2 years ago

#43 - extern alloc only when 'alloc' feature is enabled

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

#43 - extern alloc only when 'alloc' feature is enabled

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

#42 - Update darling requirement from 0.14 to 0.20

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#42 - Update darling requirement from 0.14 to 0.20

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#41 - Add example: initialize a variable to the empty set

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

#41 - Add example: initialize a variable to the empty set

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

#40 - Update syn requirement from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 4 comments
Labels: dependencies, blocked

#40 - Update syn requirement from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 4 comments
Labels: dependencies, blocked

#39 - Add serialize_as_map

Pull Request - State: closed - Opened by LizzyFleckenstein03 about 2 years ago

#39 - Add serialize_as_map

Pull Request - State: closed - Opened by LizzyFleckenstein03 about 2 years ago

#38 - Update darling crate to 0.14.x

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

#37 - Add `repr` derive option, to control `EnumSetTypePrivate::Repr`

Pull Request - State: closed - Opened by ahcodedthat almost 3 years ago

#37 - Add `repr` derive option, to control `EnumSetTypePrivate::Repr`

Pull Request - State: closed - Opened by ahcodedthat almost 3 years ago

#36 - the CI badge link in the README is a broken link to travis-ci

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

#36 - the CI badge link in the README is a broken link to travis-ci

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

#35 - please push tags for crates.io releases into github repository

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

#35 - please push tags for crates.io releases into github repository

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

#34 - regression: proc-macro-crate dependency introduced in 1.0.9 breaks no_std use

Issue - State: closed - Opened by astraw almost 3 years ago - 8 comments
Labels: bug

#34 - regression: proc-macro-crate dependency introduced in 1.0.9 breaks no_std use

Issue - State: closed - Opened by astraw almost 3 years ago - 8 comments
Labels: bug

#33 - Add support for enums with more than 128 variants via an internal `[usize; N]`

Issue - State: closed - Opened by Lymia almost 3 years ago
Labels: enhancement

#33 - Add support for enums with more than 128 variants via an internal `[usize; N]`

Issue - State: closed - Opened by Lymia almost 3 years ago
Labels: enhancement

#32 - Add support for enums where variants are directly bit masks for FFI purposes.

Issue - State: open - Opened by Lymia almost 3 years ago - 1 comment
Labels: enhancement

#32 - Add support for enums where variants are directly bit masks for FFI purposes.

Issue - State: open - Opened by Lymia almost 3 years ago
Labels: enhancement

#31 - Allow deriving `EnumSetType` without `Clone + Copy + Eq + PartialEq`

Pull Request - State: closed - Opened by ahcodedthat almost 3 years ago

#31 - Allow deriving `EnumSetType` without `Clone + Copy + Eq + PartialEq`

Pull Request - State: closed - Opened by ahcodedthat almost 3 years ago

#30 - Implement `DoubleEndedIterator` (or `Iterator::rev`) for `EnumSetIter`

Issue - State: closed - Opened by ahcodedthat almost 3 years ago - 3 comments

#30 - Implement `DoubleEndedIterator` (or `Iterator::rev`) for `EnumSetIter`

Issue - State: closed - Opened by ahcodedthat almost 3 years ago - 3 comments

#29 - Disable default features in darling

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

#29 - Disable default features in darling

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

#28 - Suppress clippy::expl_impl_clone_on_copy on Clone impl

Issue - State: closed - Opened by martinthomson about 3 years ago

#28 - Suppress clippy::expl_impl_clone_on_copy on Clone impl

Issue - State: closed - Opened by martinthomson about 3 years ago

#27 - Make `EnumSet<T>` methods const if possible.

Issue - State: open - Opened by manuthambi over 3 years ago - 5 comments
Labels: enhancement, blocked

#27 - Make `EnumSet<T>` methods const if possible.

Issue - State: open - Opened by manuthambi over 3 years ago - 6 comments
Labels: enhancement, blocked

#26 - Use trailing zeros count for iteration

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

#26 - Use trailing zeros count for iteration

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

#25 - EnumSetType generates a Clippy warning in the latest nightlies

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

#25 - EnumSetType generates a Clippy warning in the latest nightlies

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

#24 - Add license scan report and status

Pull Request - State: closed - Opened by fossabot almost 4 years ago - 1 comment

#24 - Add license scan report and status

Pull Request - State: closed - Opened by fossabot almost 4 years ago - 1 comment

#23 - Add #[repr(transparent)]

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

#23 - Add #[repr(transparent)]

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

#22 - Implement std::iter::Sum for EnumSet?

Issue - State: closed - Opened by sdleffler almost 4 years ago - 2 comments

#22 - Implement std::iter::Sum for EnumSet?

Issue - State: closed - Opened by sdleffler almost 4 years ago - 2 comments

#21 - Update darling dep to 0.12

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

#21 - Update darling dep to 0.12

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

#20 - 1.0.1 contains breaking changes from 1.0

Issue - State: closed - Opened by gyscos about 4 years ago

#20 - 1.0.1 contains breaking changes from 1.0

Issue - State: closed - Opened by gyscos about 4 years ago

#19 - Please add README and LICENSE files in crates

Issue - State: closed - Opened by olivierlemasle about 4 years ago - 4 comments

#19 - Please add README and LICENSE files in crates

Issue - State: closed - Opened by olivierlemasle about 4 years ago - 4 comments

#18 - Import Span from proc_macro2 instead of syn

Pull Request - State: closed - Opened by ocboogie about 4 years ago - 6 comments

#18 - Import Span from proc_macro2 instead of syn

Pull Request - State: closed - Opened by ocboogie about 4 years ago - 6 comments

#17 - Cannot build: "cannot find export` in `syn

Issue - State: closed - Opened by mrlogick about 4 years ago - 9 comments

#17 - Cannot build: "cannot find export` in `syn

Issue - State: closed - Opened by mrlogick about 4 years ago - 9 comments

#16 - Cannot use serde remote and serialize_as_list at the same time

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

#16 - Cannot use serde remote and serialize_as_list at the same time

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

#15 - Implement ExactSizeIterator for EnumSetIter

Pull Request - State: closed - Opened by dmarcuse over 4 years ago - 2 comments

#15 - Implement ExactSizeIterator for EnumSetIter

Pull Request - State: closed - Opened by dmarcuse over 4 years ago - 2 comments

#14 - Compatible with serde derive(Serialize, Deserialize)

Issue - State: closed - Opened by enebo almost 5 years ago - 1 comment

#14 - Compatible with serde derive(Serialize, Deserialize)

Issue - State: closed - Opened by enebo almost 5 years ago - 1 comment

#13 - return value for insert() was inconsistent with std sets

Pull Request - State: closed - Opened by epavese almost 5 years ago - 3 comments

#13 - return value for insert() was inconsistent with std sets

Pull Request - State: closed - Opened by epavese almost 5 years ago - 3 comments

#12 - Ord implementation on EnumSetIter makes it difficult to use Iterator::max

Issue - State: closed - Opened by dmarcuse almost 5 years ago - 6 comments

#12 - Ord implementation on EnumSetIter makes it difficult to use Iterator::max

Issue - State: closed - Opened by dmarcuse almost 5 years ago - 6 comments

#11 - Impl Index for EnumSet

Pull Request - State: closed - Opened by Riey about 5 years ago - 2 comments

#11 - Impl Index for EnumSet

Pull Request - State: closed - Opened by Riey about 5 years ago - 2 comments

#10 - Implemented Extend and FromIterator for EnumSet.

Pull Request - State: closed - Opened by manuthambi over 5 years ago

#10 - Implemented Extend and FromIterator for EnumSet.

Pull Request - State: closed - Opened by manuthambi over 5 years ago

#9 - Bugfix in EnumSetIter::size_hint()

Pull Request - State: closed - Opened by manuthambi over 5 years ago

#9 - Bugfix in EnumSetIter::size_hint()

Pull Request - State: closed - Opened by manuthambi over 5 years ago

#8 - panic! using a 9 variants enum.

Issue - State: closed - Opened by Emm54321 almost 6 years ago

#8 - panic! using a 9 variants enum.

Issue - State: closed - Opened by Emm54321 almost 6 years ago

#7 - EnumSetType derive on newtype?

Issue - State: closed - Opened by eikesr almost 6 years ago - 1 comment

#7 - EnumSetType derive on newtype?

Issue - State: closed - Opened by eikesr almost 6 years ago - 1 comment

#6 - Add default implementation to EnumSet<T> as empty set.

Pull Request - State: closed - Opened by boxdot about 6 years ago

#6 - Add default implementation to EnumSet<T> as empty set.

Pull Request - State: closed - Opened by boxdot about 6 years ago

#5 - Add optional feature which implements ser/de for EnumSet.

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

#4 - 0.3.13 broke pattern matching

Issue - State: closed - Opened by webshinra over 6 years ago - 2 comments
Labels: bug

#4 - 0.3.13 broke pattern matching

Issue - State: closed - Opened by webshinra over 6 years ago - 2 comments
Labels: bug

#3 - Cannot compile against num-traits v0.2.6

Issue - State: closed - Opened by AlexArgoAi over 6 years ago - 6 comments
Labels: bug

#3 - Cannot compile against num-traits v0.2.6

Issue - State: closed - Opened by AlexArgoAi over 6 years ago - 6 comments
Labels: bug

#2 - Consider a way to opt out of the automatic operator overloads defined on enum types.

Issue - State: closed - Opened by Lymia over 6 years ago
Labels: enhancement

#2 - Consider a way to opt out of the automatic operator overloads defined on enum types.

Issue - State: closed - Opened by Lymia over 6 years ago
Labels: enhancement

#1 - Fixes power of 2 sized enums.

Pull Request - State: closed - Opened by JohnHeitmann over 6 years ago - 1 comment

#1 - Fixes power of 2 sized enums.

Pull Request - State: closed - Opened by JohnHeitmann over 6 years ago - 1 comment