Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust wants #84

Open
6 of 35 tasks
repi opened this issue Aug 6, 2022 · 3 comments
Open
6 of 35 tasks

Rust wants #84

repi opened this issue Aug 6, 2022 · 3 comments
Labels

Comments

@repi
Copy link
Contributor

repi commented Aug 6, 2022

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

Nice to have

rust compiler features or fixes that would be nice to have, but are lower priority to us than the above list.

Not 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:

@repi repi added the tools label Aug 6, 2022
This was referenced Aug 6, 2022
@repi repi mentioned this issue Oct 2, 2022
21 tasks
@yanganto
Copy link

yanganto commented Jan 2, 2023

Hi @repi

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.

@repi
Copy link
Contributor Author

repi commented Jan 11, 2023

@yanganto thanks for the reference, and no I don't think it solves it, we need to determine if a test should be run at runtime

@yanganto
Copy link

yanganto commented Aug 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants