Gino Valente

Results 207 comments of Gino Valente

I have the same issue on Realm 6.1.0. Are there plans to resolve this?

> Probably because `&'static str` is `Copy + Send + Sync + 'static` and `#[no_std]`-compatible, which makes it much more convenient to work with. Removing it now would be a...

@jakobhellermann I think this PR needs to be rebased

More bike shedding 😄: `no_serde` or `skip_serde`. It's just a bit less to write and cleaner. But `do_not_serialize` isn't bad either haha Edit: or use `skip_serializing` like [serde](https://serde.rs/field-attrs.html#skip_serializing) does

This probably needs to be rebased. @makspll would you be able to do that?

> Now I can't remember if that was there before, probably was but I didn't notice, what I think is happening is that because of the way glam imports changed,...

> One question @MrGVSV, are enum variants supposed to be ignorable by reflection/serialization ? I added it as an option. I don't know what _specific_ use-cases it has, though. My...

> Hmm I see, Yeah I definitely see possible uses for it so removing is not what I want to do. I am wondering however if the current `reflect(ignore)` works...

> I don't get where it's useful to ignore a variant of an enum. > If we consider enums like a safe tagged union, ignoring a variant is like rejecting...

I'm going to close this issue as I think this behavior was actually removed by #5250.