Ecosyste.ms: Issues

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

GitHub / bincode-org/virtue issues and pull requests

#88 - Released 0.0.17

Pull Request - State: closed - Opened by VictorKoenders 19 days ago

#87 - Implement attributes for `GenStruct` and `GenEnum`

Pull Request - State: closed - Opened by NightEule5 20 days ago - 1 comment

#86 - Enum variant fields are not allowed to be `pub`, so `EnumValue::add_pub_field` generates invalid Rust

Issue - State: open - Opened by NightEule5 22 days ago
Labels: bug, good first issue, not-stale

#85 - Fixed a new clippy warning

Pull Request - State: closed - Opened by VictorKoenders 22 days ago

#84 - Implement generic parameters for GenStruct and GenEnum

Pull Request - State: closed - Opened by NightEule5 23 days ago - 1 comment

#83 - `GenStruct` and `GenEnum` are missing methods to add generic parameters to the struct/enum

Issue - State: closed - Opened by NightEule5 23 days ago
Labels: enhancement, good first issue, not-stale

#82 - Release 0.0.16

Pull Request - State: closed - Opened by VictorKoenders 6 months ago - 1 comment

#81 - Struct generation improvements

Pull Request - State: closed - Opened by SlayerOfTheBad 6 months ago - 4 comments

#80 - E5099 error in doc-tests when packaging in RPM

Issue - State: closed - Opened by aumars 6 months ago - 2 comments
Labels: stale

#79 - Missing feature to specify attributes on GenStruct

Issue - State: closed - Opened by mscofield0 7 months ago - 3 comments
Labels: enhancement, good first issue, not-stale

#78 - pub incorrectly consuming a field type

Pull Request - State: closed - Opened by VictorKoenders 7 months ago - 2 comments

#77 - Empty r#type for `struct Test(pub [u8; 32])`

Issue - State: closed - Opened by coder0xff 7 months ago
Labels: bug, not-stale

#76 - Implement trait generics on impl-for

Pull Request - State: closed - Opened by NightEule5 8 months ago - 2 comments

#75 - Add FnSelfArg::MutTakeSelf

Pull Request - State: closed - Opened by NightEule5 8 months ago - 1 comment

#73 - Release 0.0.15

Pull Request - State: closed - Opened by VictorKoenders 9 months ago - 1 comment

#72 - Fix wrong delimiter around attributes

Pull Request - State: closed - Opened by elichai 9 months ago - 1 comment

#71 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies, github_actions

#70 - Add generic argument to implemented trait?

Issue - State: closed - Opened by NightEule5 12 months ago - 2 comments
Labels: not-stale

#69 - Improved documentation of StreamBuilder::set_span_on_all_tokens

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago - 1 comment

#68 - `generate_const` on generator and `ImplMod`

Issue - State: open - Opened by VictorKoenders about 1 year ago - 1 comment
Labels: not-stale

#67 - Made IdentOrIndex cloneable

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago - 1 comment

#66 - Make `IndentOrIndex` clonable

Issue - State: closed - Opened by SlayerOfTheBad about 1 year ago

#65 - Release 0.0.14

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago

#64 - Added ImplFor::new_lifetimes_depend_on_existing

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago - 1 comment

#63 - Bump actions/upload-artifact from 1 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#62 - Bump actions/checkout from 1 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#61 - Update bitflags requirement from 1.3 to 2.3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust

#60 - Bump codecov/codecov-action from 1 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#59 - Added dependabot, updated CI

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago

#58 - Impl for other type

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago - 1 comment

#57 - Improved the doctests

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago - 1 comment

#56 - Fixed documentation

Pull Request - State: closed - Opened by VictorKoenders about 1 year ago

#55 - GenConst: moved into gen_const.rs

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

#54 - How to generated associated pub constants for impl?

Issue - State: closed - Opened by wbcat about 1 year ago - 1 comment

#53 - Add `const` support to inherent `impl` and attr support generally

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom about 1 year ago - 4 comments

#52 - feat: Enable multiple calls to `modify_generic_constraints`

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 1 comment

#51 - Update `impl_for_with_lifetimes` documentation

Issue - State: closed - Opened by VictorKoenders over 1 year ago
Labels: enhancement, not-stale

#50 - feat: make `ConstGeneric` fields public

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 1 comment

#49 - Treat empty struct fields differently to a unit

Pull Request - State: closed - Opened by mkj over 1 year ago - 6 comments

#48 - Release 0.0.13

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

#47 - Minor fixes for bincode bump

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

#46 - Release 0.0.12

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

#45 - Support parsing explicit discriminants on enums

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

#44 - Added a test to validate that trailing commas on `where` conditions are okay

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

#43 - Bumped edition to 2021

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

#42 - fix: typo

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 2 comments

#41 - fix: `impl_generics_with_additional_lifetimes`

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 6 comments

#40 - refactor: remove `I` from `impl_for_with_lifetimes`

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 2 comments

#39 - Export `ConstGeneric`

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 4 comments

#37 - Export `GenConst`

Pull Request - State: closed - Opened by Daniel-Aaron-Bloom over 1 year ago - 4 comments

#35 - Parser error when using where for trait with comma

Issue - State: closed - Opened by VictorKoenders over 1 year ago - 1 comment
Labels: bug

#34 - Support parsing explicit discriminants on enums

Issue - State: closed - Opened by VictorKoenders over 1 year ago - 1 comment
Labels: not-stale

#33 - How to put attribute #[async_trait] before impl block?

Issue - State: closed - Opened by wbcat over 1 year ago - 1 comment
Labels: enhancement, not-stale

#32 - Release 0.0.11

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

#31 - Write exported files to `target/generated/<crate_name>`

Pull Request - State: closed - Opened by trevyn over 1 year ago - 2 comments

#30 - Release 0.0.10

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

#29 - Parse negative integer literals in enums

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

#28 - Release 0.0.9

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

#27 - Fixed `bitflags` invocation and added `<F = ()>` parsing

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

#26 - Added `as_async` to the `FnBuilder`

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

#25 - Generic default parameters not supported

Issue - State: closed - Opened by SabrinaJewson almost 2 years ago
Labels: bug, not-stale

#24 - Give ParsedAttribute::Property a Token rather than a Literal?

Issue - State: open - Opened by mkj about 2 years ago - 3 comments
Labels: enhancement, not-stale

#23 - Missing `GenEnum` and `GenStruct` outside of a mod

Issue - State: closed - Opened by indietyp about 2 years ago - 3 comments
Labels: enhancement, not-stale

#22 - Bug: `UnnamedField::type_string` return invalid output.

Issue - State: closed - Opened by nurmohammed840 over 2 years ago - 2 comments
Labels: stale

#21 - Prototype: Function Parser (Attribute macros)

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

#20 - Is Attribute macros supported ?

Issue - State: closed - Opened by nurmohammed840 over 2 years ago - 2 comments
Labels: enhancement, help wanted, stale

#19 - Release 0.0.8

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

#18 - Improvements

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

#17 - Added `impl_mod.add_use()`, `impl_for.generate_const()` and `impl_for::impl_type`

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

#16 - Release v0.0.7

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

#15 - Mod and struct

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

#14 - More prelude

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

#13 - Added more entries to virtue::prelude

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

#12 - Added Generator::export_to_file

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

#11 - Exposed UnnamedField::type_string

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

#10 - Release 0.0.6

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

#9 - made parse_tagged_attribute parse the body of the tag

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

#8 - Release v0.0.5

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

#7 - Made virtue more lenient with accepting String in functions

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

#6 - Exposed the enum/struct attributes when calling `.into_generate()`

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

#5 - Release v0.0.4

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

#4 - Fixed an issue where creating a type in a macro input wouldn't parse correctly

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

#3 - Added CI

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

#2 - `AttributeAccess` extension methods

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

#1 - has/get_attribute as extension method

Issue - State: closed - Opened by tguichaoua over 2 years ago