Anders Evensen

Results 42 comments of Anders Evensen

FYI, this macro is now published in the [fork](https://github.com/mattwilkinsonn/rust-claims) @mattwilkinsonn put together: https://crates.io/crates/claims

@robinhundt were you able to find any workaround for this? I'm running into this exact same issue, and I can't find a way to work around it while still expressing...

I noticed this as well. This line could lead some readers to be confused about how ECS lookups actually work if they aren't already familiar. Really, that section of code...

This crate is abandoned. A fork of this crate, [`claims`](https://crates.io/crates/claims), is active and has all of the issues with the old crate fixed.

There definitely ought to be some criteria for removal. I definitely don't think it's wise to keep archived, unmaintained crates on the ecosystem lists.

Any reason why this hasn't been merged? I see that some other PRs from the same day updating other libraries have been merged, but this one seems to have been...

Thanks for the kind words, I'm glad to hear you're enjoying the library :) yes, I think `World::retain()` is something that would fit well into this library. I think a...

No worries! I have tried my best to keep the public API as clean as I can, but I will be the first to admit that the stuff under the...

Took some time to do actual analysis of the compile times. I built a project using a registry of 5 components, with a single system that uses none of these...

After researching this further, I'm not actual sure generating the schedule at compile-time is possible. I had thought I could solve this by reversing the list of tasks before scheduling...