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 upConstellation panic caused by assertions #11309
Closed
Labels
Comments
|
The easiest thing to do would be to replace |
|
We made constellation panic way less, and the general motto for constellation is to panic there. I think this can be closed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We allow
assert!andassert_eq!in the constellation. If these assertions fail, they will cause the constellation to crash, without providing any way for the user to submit a crash report. See, e.g. #11298.If we decide not to allow such assertions, we should add a check to etc/ci/check_no_unwrap.sh (@aneeshusa).