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

Go back to a full require for requiring the extension #635

Merged
merged 1 commit into from Jan 23, 2020

Conversation

deivid-rodriguez
Copy link
Owner

This fixes byebug usage in Fedora. Fedora's rubygems uses a switch to prevent compiled extensions from being installed into each gem's lib/ directory (Gem.install_extension_in_lib = false). So byebug doesn't properly work there.

Going back to a require fixes the issue.

This fixes byebug usage in Fedora. Fedora's rubygems uses a switch to
prevent compiled extensions from being installed into each gem's lib/
directory (`Gem.install_extension_in_lib = false`). So byebug doesn't
properly work there.

Going back to a require fixes the issue.
@deivid-rodriguez
Copy link
Owner Author

Thanks to @jorge-barreto for reporting this issue! 💜

@deivid-rodriguez deivid-rodriguez merged commit 3ec2c6a into master Jan 23, 2020
@deivid-rodriguez deivid-rodriguez deleted the fix/bad_require branch January 23, 2020 15:03
@conf
Copy link

conf commented Jan 23, 2020

Thank you for fixing this so quickly! Just stumbled upon this issue and you already fixed this ❤️

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Feb 5, 2020
Update ruby-byebug to 11.1.1.

## [11.1.1] - 2020-01-24

### Fixed

* [#635](deivid-rodriguez/byebug#635): usage on
  Fedora 31 or any other `byebug` installation performed by a `rubygems`
  copy customized by setting `Gem.install_extension_in_lib` to false.
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.

None yet

2 participants