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

Revert abort-on-panic in 'dev' cargo profile #527

Closed
wants to merge 1 commit into from

Conversation

pfmooney
Copy link
Collaborator

Since proper unwinding is required for handling should_panic tests cases, the existing default of abort-on-panic was rather inconvenient. This returns the 'dev' profile to using unwind-on-panic, and cleans up the 'phd' profile, which can use 'dev' as well for its unwinding.

@pfmooney pfmooney requested a review from gjcolombo September 21, 2023 22:45
Since proper unwinding is required for handling `should_panic` tests
cases, the existing default of abort-on-panic was rather inconvenient.
This returns the 'dev' profile to using unwind-on-panic, and cleans up
the 'phd' profile, which can use 'dev' as well for its unwinding.
@pfmooney
Copy link
Collaborator Author

Merged in 6d815bb

@pfmooney pfmooney closed this Sep 25, 2023
@pfmooney pfmooney deleted the build-profiles branch September 25, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants