-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement close API that cleans up state and reverses init logic (#1844)
* Implement close API that cleans up state and reverses init logic The only logic not reversed is `apply_patches` which is fine since they already check if the patch is already applied and also no-op if `initialized?` is false. * Specs * Fix Tracepoint test * Remove no-ops and fix tracepoint receive * changelog * Fix changelog * Call close on at_exit
- Loading branch information
1 parent
1db9d5f
commit 2f3e11a
Showing
3 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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