switch p4est_destroy and p4est_connectivity_destroy in docs#120
Merged
JoshuaLampert merged 1 commit intomainfrom Mar 28, 2024
Merged
switch p4est_destroy and p4est_connectivity_destroy in docs#120JoshuaLampert merged 1 commit intomainfrom
p4est_destroy and p4est_connectivity_destroy in docs#120JoshuaLampert merged 1 commit intomainfrom
Conversation
Member
|
Did you perform some tests that after this there is no segfault anymore? |
Member
JoshuaLampert
approved these changes
Mar 28, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
=======================================
Coverage 17.80% 17.80%
=======================================
Files 3 3
Lines 1427 1427
=======================================
Hits 254 254
Misses 1173 1173
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on the suggestion of @lcw, I changed the order of
p4est_destroyandp4est_connectivity_destroyin the docs. This should fix #119.We should get a new release (at least of the stable docs) after merging this.