Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dtolnay/serde-yaml issues and pull requests
#416 - Singleton Map Recursion fails to compile due to recursion
Issue -
State: open - Opened by Byter09 8 months ago
#415 - Why is it trying to deserialize a map instead of an enum?
Issue -
State: open - Opened by Masber 8 months ago
#414 - Unable to deserialize number as string for HashMap if flattened or inside untagged enum
Issue -
State: open - Opened by vallentin 8 months ago
#413 - ignore trailing document separators
Issue -
State: open - Opened by milahu 9 months ago
#412 - Quote YAML 1.1 bools during serialization
Pull Request -
State: open - Opened by NiklasRosenstein 9 months ago
- 4 comments
#411 - how can I merge 2 serde_yaml::Value?
Issue -
State: closed - Opened by Masber 9 months ago
- 1 comment
#410 - Thoughts about libyaml-safer
Issue -
State: closed - Opened by wrenger 9 months ago
- 3 comments
#409 - Untagged variant will make tagged ones unparsable
Issue -
State: open - Opened by ImUrX 10 months ago
- 1 comment
#408 - Add swap_remove and shift_remove methods on Mapping
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#407 - Long Map keys bug
Issue -
State: closed - Opened by perryqh 10 months ago
- 3 comments
#406 - Deserializer only acknowledges first line of YAML
Issue -
State: closed - Opened by butterflyhigh 10 months ago
- 2 comments
#405 - Support for serialization/deserialization of nested enums
Issue -
State: open - Opened by mfrench1989 11 months ago
- 1 comment
#404 - Yaml with colon at the beginning of a value won't parse
Issue -
State: open - Opened by joe2xyz 11 months ago
#403 - Remove option_if_let_else clippy suppression
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#402 - Enhancement: Allow compact one-line representation of some fields
Issue -
State: closed - Opened by nyurik 11 months ago
- 1 comment
#401 - Turn on deny(unsafe_op_in_unsafe_fn)
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#400 - Document the YAML specification version and schema
Issue -
State: open - Opened by milliams 11 months ago
#399 - QUESTION: decoded from blank dictionary field
Issue -
State: open - Opened by jjeffcaii 11 months ago
#398 - more string quoting
Pull Request -
State: open - Opened by thedavidmeister 12 months ago
- 1 comment
#397 - Inconsistent Quoting Behavior in String Serialization
Issue -
State: open - Opened by NanezX almost 1 year ago
#396 - [BUG] Tagged null at end of flow sequence gives scanner error
Issue -
State: open - Opened by Kyuuhachi about 1 year ago
#395 - Deserialization using serde_yaml seems to be failing when it involves a nested struct
Issue -
State: open - Opened by divn123 about 1 year ago
#394 - Deterministically destroy sign of NaN when converted to Number
Pull Request -
State: closed - Opened by dtolnay about 1 year ago
#393 - Add test of NaN sign when deserializing to primitive
Pull Request -
State: closed - Opened by dtolnay about 1 year ago
#392 - Ensure that .nan deserialization produces positive NaN
Pull Request -
State: closed - Opened by dtolnay about 1 year ago
#391 - Fail to deserialize i128 in internally tagged enum
Issue -
State: open - Opened by gpollo about 1 year ago
- 1 comment
#390 - Make Iterator implementation of Deserializer::from_reader lazy
Issue -
State: open - Opened by quilir about 1 year ago
#389 - New API to get anchors and aliases from a document
Pull Request -
State: closed - Opened by lucasvr about 1 year ago
- 1 comment
#388 - #[serde(flatten)] disables treating an integer as a string
Issue -
State: open - Opened by espindola about 1 year ago
#387 - "did not find expected node content" parse regression since 0.8
Issue -
State: open - Opened by jrray about 1 year ago
#386 - externally tagged enums not correctly parsed in 0.9.25
Issue -
State: closed - Opened by Pierric82 about 1 year ago
- 5 comments
#385 - Feature Request: `yaml!()` macro similar to `serde_json::json!({})`
Issue -
State: closed - Opened by Fishrock123 over 1 year ago
- 2 comments
#384 - allow yes/no as boolean values
Issue -
State: closed - Opened by wookietreiber over 1 year ago
- 1 comment
#383 - Use quoted style for strings consisting of digits with leading zero
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#382 - Implement FromStr for serde_yaml::Number
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#381 - Implement FromStr for Number
Issue -
State: closed - Opened by FaveroFerreira over 1 year ago
- 1 comment
#380 - Strings that are commonly interpreted as booleans by other YAML parsers are not escaped
Issue -
State: open - Opened by Whodiduexpect over 1 year ago
#379 - Recognizing more boolean representations
Issue -
State: closed - Opened by jonathan-s over 1 year ago
- 4 comments
#378 - [Bug] Failed to deserialize a enum inside a tagged enum.
Issue -
State: open - Opened by peng1999 over 1 year ago
#377 - Update indexmap dependency to version 2
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#376 - test: add untagged de tests
Pull Request -
State: open - Opened by Fishrock123 over 1 year ago
- 1 comment
#375 - confusion around `Value::TaggedValue` and `is_null`
Issue -
State: open - Opened by 0rphon over 1 year ago
#374 - [BUG] Serialization emits invalid file with missing sections
Issue -
State: open - Opened by Danvil over 1 year ago
- 3 comments
#373 - Crash with Custom Type Deserializer
Issue -
State: closed - Opened by FishArmy100 over 1 year ago
- 2 comments
#372 - from_str::<Value>() interprets entire input as string in some cases
Issue -
State: closed - Opened by cloneable over 1 year ago
- 1 comment
#371 - Fix deserialization of tag `!<%21>`
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#370 - Treat Tag::new("!") as tag %21, instead of empty tag
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#369 - Reuse Tag visitor in Value's Deserialize impl
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#368 - Preserve location information better when parsing invalid tag
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#367 - Check for empty string before constructing Tag
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#366 - Reject empty string in Tag::new
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#365 - Allow empty document to be deserialized using visit_none
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#364 - TaggedValue may serialize to map, eats up to two !! while roundtripping
Issue -
State: closed - Opened by jcaesar over 1 year ago
- 1 comment
#363 - Nested Enums?
Issue -
State: closed - Opened by max-sixty over 1 year ago
- 3 comments
#362 - `apply_merge` doesn't merge recursively
Issue -
State: open - Opened by victordidenko over 1 year ago
#361 - Error when deserializing sequence of untagged enum
Issue -
State: open - Opened by kafkiansky over 1 year ago
- 2 comments
#360 - Fix message duplication between error Display and source()
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#359 - Same message duplicated between source() and Display of serde_yaml::Error
Issue -
State: closed - Opened by dtolnay over 1 year ago
#358 - Add support for emitting Unicode characters over codepoint U+FFFF
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#357 - Add test of escape sequences in strings
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#356 - Emoji serialized to Unicode escape sequence
Issue -
State: closed - Opened by inflation over 1 year ago
- 1 comment
#355 - Unable to output single line array syntax
Issue -
State: open - Opened by mabushey over 1 year ago
- 2 comments
#354 - Accessor functions for tagged values
Issue -
State: open - Opened by ModProg almost 2 years ago
#353 - feat(fuzz): Adds a differential fuzzer
Pull Request -
State: closed - Opened by silvergasp almost 2 years ago
#352 - Allow Configuration on Option::None handling
Issue -
State: open - Opened by bnheise almost 2 years ago
- 1 comment
#351 - [BUG] `#[serde(flatten)]` on `HashMap<T, _>` causes deserialisation failure unless `T` is `String`
Issue -
State: open - Opened by cyqsimon almost 2 years ago
#350 - doc example is failed
Issue -
State: closed - Opened by Sherlock-Holo almost 2 years ago
- 1 comment
#349 - how to reject incorrect numeric type for `: String`?
Issue -
State: open - Opened by asottile almost 2 years ago
#348 - Strange error when using a BTreeMap as the key to another map
Issue -
State: open - Opened by anthrotype almost 2 years ago
#347 - double quotes lost when deserializing and serializing strings containing only numbers on serde_yaml 0.9
Issue -
State: closed - Opened by horacimacias almost 2 years ago
- 6 comments
#346 - Ability to integrate custom `!tag` "middleware"
Issue -
State: closed - Opened by FelixZY almost 2 years ago
- 2 comments
#345 - Demonstrate issue with deserializing documents starting with a Byte Order Mark (BOM)
Pull Request -
State: closed - Opened by omaskery almost 2 years ago
#344 - [Bug] Newtype enum variant deserialization failure when used with `#[serde(flatten)]`
Issue -
State: open - Opened by cyqsimon almost 2 years ago
- 9 comments
#343 - Allow the indentation character to be customized
Issue -
State: open - Opened by milesj about 2 years ago
#342 - Enum deserialization broken with 0.9 but worked with 0.8
Issue -
State: closed - Opened by razvan about 2 years ago
- 3 comments
#341 - feat: add Value.merge to merge two different yaml files
Pull Request -
State: closed - Opened by ar3s3ru about 2 years ago
#340 - How to parse tuple struct?
Issue -
State: closed - Opened by duskmoon314 about 2 years ago
- 1 comment
#339 - Implement Deserializer for TaggedValue and &TaggedValue
Pull Request -
State: closed - Opened by dtolnay about 2 years ago
#338 - Fallback on default enum variant when no tag is present
Issue -
State: closed - Opened by NikolaLohinski about 2 years ago
- 2 comments
#337 - Yaml output indentation
Issue -
State: open - Opened by jayvdb about 2 years ago
- 6 comments
#336 - Why are hexadecimal representation of integers emitted in yaml with single quotes around them?
Issue -
State: closed - Opened by noppej about 2 years ago
- 1 comment
#335 - Allow direct inspection of a Tag.
Pull Request -
State: closed - Opened by de-vri-es about 2 years ago
- 5 comments
#334 - A yaml array with 2 items can be parsed as a struct with two fields, is this on purpose?
Issue -
State: closed - Opened by jhoobergs about 2 years ago
- 2 comments
#333 - help parsing YAML with keys as with hyphens
Issue -
State: open - Opened by mzagrabe about 2 years ago
- 1 comment
#332 - How I can read comment
Issue -
State: closed - Opened by guiyomh about 2 years ago
- 2 comments
#331 - deny_unknown_fields on empty struct
Issue -
State: closed - Opened by ibigbug about 2 years ago
- 4 comments
#330 - Add some null and boolean representations from YAML 1.2
Pull Request -
State: closed - Opened by dtolnay about 2 years ago
#329 - Boolean syntax is not fully supported
Issue -
State: closed - Opened by iTNTPiston about 2 years ago
#328 - Support deserializing tagged literal scalar into primitive
Pull Request -
State: closed - Opened by dtolnay about 2 years ago
#327 - Can't map `!!int` tagged type to Rust type with serde_yaml 0.9
Issue -
State: closed - Opened by silverjam about 2 years ago
- 3 comments
#326 - Minified YAML?
Issue -
State: open - Opened by cameronelliott about 2 years ago
#325 - Help with YAML `&` and `*` syntax
Issue -
State: closed - Opened by hanusek about 2 years ago
- 1 comment
#324 - Serde-yaml 0.9 more strictly enforces deserialize_* hints
Issue -
State: closed - Opened by refi64 about 2 years ago
- 3 comments
#323 - [Bug] Failed deserialization in 0.9
Issue -
State: closed - Opened by JackLiar about 2 years ago
- 1 comment
#322 - Set width=-1 on libyaml emitter
Pull Request -
State: closed - Opened by dtolnay about 2 years ago
#321 - Publish some libyaml settings to Serializer
Issue -
State: closed - Opened by badicsalex about 2 years ago
- 3 comments
#320 - Serialize None to empty string instead of null
Issue -
State: closed - Opened by a-0-dev about 2 years ago
- 2 comments
#319 - Preserve double quotes around "yes" and "no" strings
Issue -
State: open - Opened by RandomGHUser about 2 years ago
- 1 comment
#318 - Tagged enums inside untagged enums don't work
Issue -
State: closed - Opened by badicsalex about 2 years ago
- 2 comments
#317 - Support for merging anchors with serde
Issue -
State: open - Opened by vron about 2 years ago
- 2 comments