-
Notifications
You must be signed in to change notification settings - Fork 901
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
deprecate skip_children option #3895
Conversation
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.
Thank you for the PR, LGTM other than the dbg!
call.
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.
Sorry, could you fix the CI errors? Also, I wonder why Travis is green even when some of the tests have failed 🤔
`cargo test` failed because of the too long lines but the build passed anyway because `cargo test -- --ignored` did. The script should be a single command. https://docs.travis-ci.com/user/deployment/script/
@topecongiro the Travis build now correctly fails when test fail d57f94a |
The beta build failed because of some reason unrelated to this PR. I'll try to check why.
|
That was added as part of #3782, though that file is supposed to be ignored |
There's warning about unstable options in the output just above the failure which means that file isn't being Warning: can't set `unstable_features = true`, unstable features are only available in nightly channel.
Warning: can't set `ignore = IgnoreList { path_set: {"tests/**/issue-3779/ice.rs"}, rustfmt_toml_path: "" }`, unstable features are only available in nightly channel. Any reason why the unstable options wouldn't be working on that one? |
@calebcartwright I'll have a look about why |
Close #3893