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

patchelf: Optional logging, exception API #13

Merged
merged 2 commits into from
Feb 3, 2020

Conversation

woodruffw
Copy link
Contributor

Introduces a generic PatchError exception that derives from
rbelftools's ELFError. Makes logging with PatchELF::Logger opt-outable.

Closes #12.

Introduces a generic PatchError exception that derives from
rbelftools's ELFError. Makes logging with PatchELF::Logger opt-outable.
Copy link
Owner

@david942j david942j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! All looks good except the comments I left, will merge this PR after they are fixed

lib/patchelf/exceptions.rb Outdated Show resolved Hide resolved
lib/patchelf/patcher.rb Outdated Show resolved Hide resolved
@david942j david942j merged commit 6a487ae into david942j:master Feb 3, 2020
@david942j
Copy link
Owner

Merged, thanks!

@woodruffw
Copy link
Contributor Author

Thank you!

@woodruffw woodruffw deleted the ww/exception-api branch February 3, 2020 08:25
@woodruffw
Copy link
Contributor Author

Would it be possible to get a release cut for these changes? That would make integration in Homebrew/brew#6990 a bit easier 😄

@david942j
Copy link
Owner

Will do soon

@david942j
Copy link
Owner

Would it be possible to get a release cut for these changes? That would make integration in Homebrew/brew#6990 a bit easier 😄

Done!

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.

Disabling the logger/exception API
2 participants