You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wish list of rust compiler & std features & bug fixes we would like to see added/improved/fixed based on the Rust projects we've been developing at Embark.
This is not a complete list, but an attempt to keep a bit of structure for our own sake, and may be of interest for rust compiler developers as well.
Should have
rust compiler features or fixes that would directly improve or help our workflows
Ignore issue is listed in your Should have section.
There is a crate test_with that helps you ignore test cases with conditions. Is it solve your problem? This crate tries to handle this, once Rust can ignore it in runtime, the crate will handle that, so you will not worry about that in the future.
If your use cases are different, could you tell me more about this? Thanks, and happy new year.
Hi @repi
Now test_with has a test runner and can check the condition on runtime. https://github.com/yanganto/test-with#runtime
This may be a solution for you.
If you have some condition not provided now, it is welcome to let me know.
Wish list of rust compiler & std features & bug fixes we would like to see added/improved/fixed based on the Rust projects we've been developing at Embark.
This is not a complete list, but an attempt to keep a bit of structure for our own sake, and may be of interest for rust compiler developers as well.
Should have
rust compiler features or fixes that would directly improve or help our workflows
Result
doesn't optimize away for some payload widths rust-lang/rust#101210cargo install
should runcargo audit
rust-lang/cargo#10016check
ing orbuild
ing rust-lang/cargo#4001Nice to have
rust compiler features or fixes that would be nice to have, but are lower priority to us than the above list.
src
cache read-only. rust-lang/cargo#9455must_not_suspend
lint (RFC #3014) rust-lang/rust#83310Not filed / found
Fixes or enhancements that believe there is no issue for yet, if you find one please do comment and we'll update it here.
Related tracking issues for other Rust components:
The text was updated successfully, but these errors were encountered: