-
Notifications
You must be signed in to change notification settings - Fork 17
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
Check features propagation #466
Conversation
41fe9b7
to
2c5c556
Compare
12eee24
to
4332471
Compare
@dmitrylavrenov please provide feedback on the set of features detected and how they are propagated. |
Sure, will do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome approach. I like it. Good exercise to get more familiar with Ruby and cargo metadata
:)
b5692d9
to
f07b341
Compare
954f848
to
55928f0
Compare
This PR adds a new CI check that checks that all features that are designed to be propagated (
std
,runtime-benchmarks
,try-runtime
, etc) are actually correctly propagated.