Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRename check_no_unwrap.sh to check_no_panic.sh #10930
Closed
Labels
Comments
|
Is this solved or repeated, ...confusing. |
|
It's not solved yet, since the PR to address it is blocked on changes being made in another repository. |
|
I have made a feature fix for it here just in case |
bors-servo
added a commit
that referenced
this issue
Oct 29, 2016
Rename check_no_unwrap.sh to check_no_panic.sh Hello, I fixed #10930. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10942) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
etc/ci/check_no_unwrap.shscript checks that we don't callunwrap(), but after #10902 will also check forpanic!(). It should be renamed toetc/ci/check_no_panic.shto reflect the expanded scope.We'll also need to update the
etc/ci/buildbot_steps.ymlfile.Blocked on servo/saltfs#316, #10902.