Skip to content

Restore hex and random_bytes to SecureRandom 1.8 (fixes Travis)#1439

Merged
enebo merged 1 commit intojruby:jruby-1_7from
dmarcotte:securerand-18
Jan 27, 2014
Merged

Restore hex and random_bytes to SecureRandom 1.8 (fixes Travis)#1439
enebo merged 1 commit intojruby:jruby-1_7from
dmarcotte:securerand-18

Conversation

@dmarcotte
Copy link
Contributor

The refactor which replaced hex and random_bytes with native code in SecureRandom accidentally left them broken for 1.8 (the commit which native-ed uuid moved the native extension loading behind a Ruby 1.9-only check). Restored!

This gets jruby-1_7 Travis green.

The refactor which replaced hex and random_bytes with native code
in SecureRandom accidentally left them broken for 1.8.  Restored!
@dmarcotte
Copy link
Contributor Author

Heh. Of course Travis fails when I say "this gets it green". The failure here is due to network flakiness. Will be green on subsequent runs.

enebo added a commit that referenced this pull request Jan 27, 2014
Restore hex and random_bytes to SecureRandom 1.8 (fixes Travis)
@enebo enebo merged commit c273042 into jruby:jruby-1_7 Jan 27, 2014
@enebo enebo added this to the JRuby 1.7.11 milestone Feb 21, 2014
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