PROMETHIA-27

Results 43 comments of PROMETHIA-27

How do you think you can get the class string to the MIR? Afaik there's no preservation of any sort of attribute built in in the rust compiler, and it...

One idea I have for banning their removal, that I think would work, is `#[used]` attribute. It forces the item to show up in the final executable, so it can't...

ahh, so `ClassInfo` was meant to be passed into the CIL emitter? That makes sense. Still, more info would likely be desirable. Types can have a *lot* of details attached.

Structs are just types that inherit from `System.ValueType`, so yeah, just a name and namespace is sufficient to identify it. Strictly speaking, I *think* numeric primitives are implemented as value...

That sounds like the best option to me right now, yeah. And it can always be changed if it becomes obvious that there's a better way.

Hi! I would like to complete it but I just haven't had a lot of spare time to work on it, and also following my own advice of getting the...

One moment, the revert means it seems like the original changes aren't here, I'll see if I can revert-revert

Ok, everything should be prepared again I think.

Events are just a wrapper over a resource if I remember correctly, so I'd probably just leave those as an exercise for the reader. Queries might be interesting to cover....

Mostly, I read the source code and talked with bevy users/contributors/maintainers in the discord. Besides that I just had a long background programming and an interest in programming languages and...