Ecosyste.ms: Issues

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

GitHub / sval-rs/value-bag issues and pull requests

#94 - Prepare for 1.10.0 release

Pull Request - State: closed - Opened by KodrAus about 1 month ago

#93 - Add some more from impls for dyn traits

Pull Request - State: closed - Opened by KodrAus about 1 month ago

#92 - prepare for 1.9.0 release

Pull Request - State: closed - Opened by KodrAus 7 months ago

#91 - Support converting values into shared variants

Pull Request - State: closed - Opened by KodrAus 7 months ago

#90 - Fix up new warnings and lints

Pull Request - State: closed - Opened by KodrAus 9 months ago

#89 - prepare for 1.8.1 release

Pull Request - State: closed - Opened by KodrAus 9 months ago

#88 - Fix up how visitor does fallback on sval or serde

Pull Request - State: closed - Opened by KodrAus 9 months ago

#87 - prepare for 1.8.0 release

Pull Request - State: closed - Opened by KodrAus 9 months ago

#86 - Support capturing sequences without a serialization framework

Pull Request - State: closed - Opened by KodrAus 9 months ago

#85 - Support capturing sequences without needing sval or serde

Issue - State: closed - Opened by KodrAus 9 months ago

#84 - Support capturing owned values in ValueBag<'v> itself

Pull Request - State: closed - Opened by KodrAus 9 months ago

#83 - Prepare for 1.7.0 release

Pull Request - State: closed - Opened by KodrAus 10 months ago

#82 - Add more methods for working with empty values

Pull Request - State: closed - Opened by KodrAus 10 months ago

#81 - Prepare for 1.6.0 release

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

#80 - Add const ctors for ValueBag

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

#79 - Prepare for 1.5.0 release

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

#78 - Add as_f64 and as_f64_seq

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

#77 - Support building sequences from values

Pull Request - State: closed - Opened by KodrAus 11 months ago - 1 comment

#76 - Prepare for 1.4.3 release

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

#75 - Update to erased-serde 0.4

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

#74 - Support collecting sequence values

Pull Request - State: closed - Opened by KodrAus 12 months ago - 1 comment

#73 - Visitors for sequences and maps

Issue - State: closed - Opened by KodrAus almost 1 year ago

#72 - Expose `none` constructor

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

#71 - Prepare for 1.4.2 release

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

#70 - Avoid panicking when buffering values

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

#69 - Support downcasting OwnedValues

Issue - State: closed - Opened by KodrAus over 1 year ago

#68 - Test with minimal versions

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

#67 - Prepare for 1.4.1 release

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

#66 - Add license files to all published crates

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

#64 - v1.0.0-alpha.9: error: could not compile `value-bag` (lib) due to 4 previous errors

Issue - State: closed - Opened by lcmgh over 1 year ago - 2 comments

#63 - Possible for panic in Value::to_owned

Issue - State: closed - Opened by KodrAus over 1 year ago

#62 - Compilation fails on nightly

Issue - State: closed - Opened by Indy2222 over 1 year ago - 2 comments

#61 - Prepare for 1.4.0 release

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

#60 - Add conversion between &OwnedValueBag and ValueBag

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

#59 - Prepare for 1.3.0 release

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

#58 - Start sketching out an owned value

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

#57 - Remove unused old cfg

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

#56 - Prepare for 1.2.0 release

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

#55 - Support storing 128bit numbers inline

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

#54 - Tighten up CI

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

#53 - Remove Copy bound from internal enum

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

#52 - Prepare for 1.1.1 release

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

#51 - Remove build.rs and related dependencies

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

#50 - Owned value support

Issue - State: closed - Opened by KodrAus over 1 year ago - 1 comment

#49 - Prepare for 1.1.0 release

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

#48 - Implement sval_ref::ValueRef for ValueBag

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

#47 - Update some clunky wording in the readme

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

#46 - Prepare for 1.0.2 release

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

#44 - Fix version ref in readme

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

#43 - Prepare for 1.0.1 release

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

#42 - Prepare for 1.0.0 release

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

#41 - Update to sval 2.x

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

#40 - Why are u128 and i128 stored as references instead of values?

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

#39 - Temporarily disable const type id comparison on nightly compilers

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

#38 - Reduce ValueBag size to 24 bytes

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

#37 - Prepare for 1.0.0-alpha.9 release

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

#36 - Shrink ValueBag size

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

#35 - Add a few more capturing benches

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

#34 - Add valuable support

Issue - State: open - Opened by KodrAus about 3 years ago - 1 comment

#33 - Pass Slot by value instead of by reference

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

#32 - Add some basic benches

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

#31 - Prepare for 1.0.0-alpha.8 release

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

#30 - alpha7 fails to build under bazel / cargo-raze rules

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

#29 - Allow capturing Strings as strs

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

#28 - str capturing

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

#27 - Add a by-ref method as an alternative to deriving Copy

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

#26 - Prepare for 1.0.0-alpha.7 release

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

#25 - Fix up build detection around ctor

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

#24 - Fix up broken doc rendering

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

#23 - Fails to compile: macro not supported

Issue - State: closed - Opened by kworr over 3 years ago - 1 comment

#22 - Consider dev channel compilers to be nightly

Issue - State: closed - Opened by eggyal over 3 years ago - 1 comment

#21 - Prepare for 1.0.0-alpha.6 release

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

#20 - Align value-bag CI with sval

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

#19 - Run CI on more platforms

Issue - State: closed - Opened by KodrAus almost 4 years ago - 1 comment

#18 - Release 1.0.0-alpha.6

Issue - State: closed - Opened by KodrAus almost 4 years ago

#17 - Rework casting to remove `as` conversions

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

#16 - Add a zero-dependency Visit API to ValueBag

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

#15 - ValueBag::to_$int should not use `as`

Issue - State: closed - Opened by Thomasdezeeuw almost 4 years ago - 8 comments

#14 - Prepare for 1.0.0-alpha.5 release

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

#13 - Detect invalid feature combinations in CI

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

#12 - Prepare for 1.0.0-alpha.4 release

Pull Request - State: closed - Opened by KodrAus about 4 years ago - 2 comments

#11 - Always use &dyn Error + 'static

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

#10 - Prepare for 1.0.0-alpha.3 release

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

#9 - Fix the test feature when not compiled with std

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

#8 - Prepare for 1.0.0-alpha.2 release

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

#7 - Version the serde and sval support

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

#6 - Stabilize value-bag

Issue - State: closed - Opened by KodrAus about 4 years ago - 1 comment

#5 - Make fill and test modules public

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

#4 - Prepare for 1.0.0-alpha.1 release

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

#3 - Add some meta to the crate

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

#2 - Prepare for 0.1.0 release

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

#1 - Set up CI

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