Thomas Schaller
Thomas Schaller
There already is a `Deserializer` implementation for `Value`, so this shouldn't be very hard to implement. On Thu, Dec 13, 2018, 02:01 Diggory Blake Take a look at serde_json::from_value and...
IIRC ranges can be deserialized as tuples, that is `(0, 5)` instead of `0..5`. Given that serde implements this behaviour, I don't see how RON could implement this syntax while...
I think the proposed solution can only serve as a workaround, the issue should be fixed in rustc's linker.
The bug is not that it cannot deserialize unicode identifiers, but that it doesn't use raw identifiers when serializing identifiers. EDIT: So far we don't support unicode in identifiers. I'll...
These methods are exposed now, so I'm closing this PR. Feel free to reopen if there's something I missed.
This is still a problem, although we have more tests now thanks to @MomoLangenstein which should make refactoring easier.
@TheRawMeatball > Hmm, I looked into this a bit and before I do any work I realized these idents don't actually get recorded in `Value` types, which I found very...
Yep. However, I'm working on something right now that will allow preserving all the metadata.
Blocked by [`serde-rs/serde#1346`](https://github.com/serde-rs/serde/issues/1346)