Dzmitry Malyshau
Dzmitry Malyshau
Interesting, thank you for the info! I wonder how difficult this would be. Is there a precedent in other formats (JSON/YAML/TOML) based on Serde that would preserve the comments?
A full rewrite on non-serde would also open up some possibilities, but that's a huge amount of work that we don't know how to allocate resources into. So this would...
Might be worth looking at Serde alternatives for this, such as https://github.com/dtolnay/miniserde and https://github.com/not-fl3/nanoserde
Interestingly, it doesn't show up when building WR examples, only when building Wrench. The difference is that Wrench enables the serde deserialization attributes on a whole ton of structs, plus...
The idea we discussed with @jrmuizel would be to move as much deserialization code as possible from being monomorphised into run-time. For example, we may have a small piece of...
I haven't seen any. It would be great to have!
Small heads up that gfx-rs project would want this badly...
@jfrimmel could you reproduce this in `wgpu` examples?
Interesting. So after a while you just lose the ability to resize... Could you check Ash examples on your machine?