Skip to content

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Jan 31, 2018

There were a few issues:

  • The tar xvpf approach didn't work for me locally, supposedly since I run macOS, where tar prints its output to stderr by default. The workaround is to redirect stderr to stdout while running the command.
  • The tar output also looked a bit different than before, so I changed it to use regexp matching instead of exact string matching (which is more fragile and prone to breakage.)
  • The parent.parent stuff apparently returns different values now than before. I have really no clue why, but: I think it's better to accept that fact and merge this, so we can start validating the changes people have suggested now.

r? @rvodden

There were a few issues:

- The `tar xvpf` approach didn't work for me locally, supposedly since I run macOS, where `tar` prints its output to `stderr` by default. The workaround is to redirect `stderr` to `stdout` while running the command.
- The `tar` output also looked a bit different than before, so I changed it to use regexp matching instead of exact string matching (which is more fragile and prone to breakage.)
- The `parent.parent` stuff apparently returns different values now than before. I have really no clue why, but: I think it's better to accept that fact and merge this, so we can start validating the changes people have suggested now.
@perlun perlun added the Bug label Jan 31, 2018
@perlun perlun self-assigned this Jan 31, 2018
@perlun perlun requested a review from rvodden January 31, 2018 13:17
We are seeing test failures on JRuby 1.8 and 1.9 mode, and this is using an EOL JRuby anyway. Let's drop these versions in Travis now, and go with JRuby 9k instead. We still _support_ these older JRuby versions until 2.0 is released, when we should also drop Ruby 1.9, 2.0 and 2.1 support.
@perlun perlun merged commit 47e3f07 into master Feb 1, 2018
@perlun perlun deleted the fix/travis branch February 1, 2018 06:55
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.

2 participants