Skip to content

Travis: Workaround a rbx-3 autoload issue WIP #350

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

Merged
merged 2 commits into from
Jan 11, 2018

Conversation

olleolleolle
Copy link
Contributor

@olleolleolle olleolleolle commented Dec 9, 2017

Rubinius with Bundler 1.16.0 has a problem to do with Rubinius' autoloading behavior.

One Bundler file ('bundler/deprecate') is needed way early, and to make that work on Rubinius, I have opted to use Ruby's RUBYOPT environment variable to add a require on the ruby command level.

Update: This makes bundle install pass, but bundle exec rake still raises a NameError about Bundler::Deprecate.

@coveralls
Copy link

coveralls commented Dec 9, 2017

Coverage Status

Coverage remained the same at 92.647% when pulling 6c2bddb on olleolleolle:patch-1 into ae9d8fb on rubyzip:master.

@olleolleolle olleolleolle changed the title Travis: Workaround a rbx-3 autoload issue Travis: Workaround a rbx-3 autoload issue WIP Dec 9, 2017
@simonoff simonoff merged commit 2f80da6 into rubyzip:master Jan 11, 2018
@olleolleolle olleolleolle deleted the patch-1 branch January 11, 2018 20:26
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.

3 participants