Giacomo Stevanato
Giacomo Stevanato
Rebased and fixed merge conflicts.
> i wonder if it would be possible in a followup to automatically register `ReflectFromWorld` when we write `#[reflect(Default)]`. It should be possible, though I wonder whether there is a...
I think the APIs introduced in #465 should be enough, if someone needs more they can always open a new issue. Sorry for forgetting to close the issue with that...
FYI this discussion might be helpful https://github.com/rust-lang/rust-analyzer/discussions/15452 In particular this part: > That is, if your macro only gets partial input (let's say, a certain identifier is missing that you...
I wound't mind, but as is it would not pass due to problems in transitive dependencies, in particular the minimal version for `winapi` ends up being `0.2.5` which doesn't compile...
Previously discussed at: https://github.com/bevyengine/bevy/issues/5390
> I'm unsure what you mean by "interacting with `#[export_name]` and `#[no_mangle]`" - if there's no generic parameters, you can't use this feature. I believe they meant something like this:...
> It seems to be doing the same thing as the [msitools implementation](https://gitlab.gnome.org/GNOME/msitools/-/blob/master/libmsi/string.c#L641) That's the encoding function used by msitools. The [decoding function](https://gitlab.gnome.org/GNOME/msitools/-/blob/master/libmsi/string.c#L516-543) seems to disagree with it though, as...
> Because I want to make all this work first, I'm gonna delay two of your ideas: > > * Optimize `remove+insert` in `GroupingMap::aggregate_in`. > > * `impl Map for...
> it just straight up ignores the added filter without even giving you a warning. However those filters were used to ensure that the query doesn't conflict with other system...