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

Use static analysis to ensure the constellation can't panic? #24037

Open
asajeffrey opened this issue Aug 22, 2019 · 1 comment
Open

Use static analysis to ensure the constellation can't panic? #24037

asajeffrey opened this issue Aug 22, 2019 · 1 comment
Labels

Comments

@asajeffrey
Copy link
Member

@asajeffrey asajeffrey commented Aug 22, 2019

The constellation is meant to not panic, but currently this isn't enforced. Can we use something like @dtolnay's no-panic crate to statically verify lack of panic?

@asajeffrey asajeffrey added the I-panic label Aug 22, 2019
@asajeffrey
Copy link
Member Author

@asajeffrey asajeffrey commented Aug 22, 2019

My suspicion is that anything that creates ipc channels may panic, but it might be worth checking to see.

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.