<GitHub96>
[jruby] headius created test-strftime-pad-limit (+1 new commit): https://git.io/vrT1a
<GitHub96>
jruby/test-strftime-pad-limit 4fa2d1c Charles Oliver Nutter: Limit padding width for strftime....
<GitHub178>
[jruby] headius created test-define_method-visibility (+1 new commit): https://git.io/vrT1b
<GitHub178>
jruby/test-define_method-visibility 9255a39 Charles Oliver Nutter: Attempt to emulate MRI rules for when to use the frame's visbility...
<GitHub52>
[jruby] headius pushed 2 new commits to test-define_method-visibility: https://git.io/vrTM8
<GitHub52>
jruby/test-define_method-visibility 1ea5f75 Charles Oliver Nutter: Expand specs for visibility under direct and indirect situations....
<GitHub52>
jruby/test-define_method-visibility 6a1bb9a Charles Oliver Nutter: Tag new define_method specs for JRuby+Truffle.
<GitHub130>
[jruby] headius opened pull request #3872: Limit padding width for strftime. (master...test-strftime-pad-limit) https://git.io/vrTME
<GitHub105>
[jruby] headius opened pull request #3873: Test define method visibility (master...test-define_method-visibility) https://git.io/vrTM6
johnsonch is now known as johnsonch_afk
camlow325 has quit []
pawnbox has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
<GitHub30>
[jruby] headius created test-indy-native-framing (+1 new commit): https://git.io/vrTSZ
<GitHub30>
jruby/test-indy-native-framing 4e3c0a3 Charles Oliver Nutter: Ensure native methods called by indy get frame if requested....
<GitHub11>
[jruby] headius opened pull request #3874: Ensure native methods called by indy get frame if requested. (master...test-indy-native-framing) https://git.io/vrTSC
skade has quit [Quit: Computer has gone to sleep.]
shellac_ has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
skade has joined #jruby
donV has joined #jruby
phlebas_ has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
Caerus|Away is now known as Caerus
xardion has joined #jruby
xardion_ has quit [Ping timeout: 276 seconds]
skade has joined #jruby
<kares>
codefinger: excellent write-up ... somehow always wanted to get smt similar out!
<kares>
so thank you ... maybe one detail - but it does not matter much ... not sure about the SSL impl details
<kares>
if BouncyCastle is involved (maybe cipher selection looks through all providers but maybe the internal ssl engine only checks its own)
<kares>
should look into the impl details ... it probably uses what ciphers are available but need to verify
djellemah_ has joined #jruby
djellemah has quit [Ping timeout: 240 seconds]
djellemah__ has joined #jruby
djellemah_ has quit [Ping timeout: 240 seconds]
pilhuhn has left #jruby ["Leaving..."]
vtunka has joined #jruby
donValentin has joined #jruby
donV has quit [Ping timeout: 260 seconds]
brauliobo has joined #jruby
<GitHub179>
[jruby] jtulach opened pull request #3875: Provide an empty implementation of find_classes_with_matching_source_line (truffle-head...truffle-head) https://git.io/vrkGa
<GitHub143>
[jruby] eregon closed pull request #3875: Provide an empty implementation of find_classes_with_matching_source_line (truffle-head...truffle-head) https://git.io/vrkGa
shellac_ has quit [Quit: Computer has gone to sleep.]
<GitHub91>
[jruby] jtulach opened pull request #3876: [Truffle] Provide an empty implementation of find_classes_with_matching... (master...master) https://git.io/vrknI
<GitHub132>
[jruby] eregon closed pull request #3876: [Truffle] Provide an empty implementation of find_classes_with_matching... (master...master) https://git.io/vrknI
<GitHub29>
jruby/master d7ac8f5 Benoit Daloze: [Truffle] Add a simple interop Ruby-to-Ruby PE test.
<GitHub181>
[jruby] chrisseaton pushed 2 new commits to master: https://git.io/vrkdu
<GitHub181>
jruby/master c337fe2 Chris Seaton: [Truffle] Formatting.
<GitHub181>
jruby/master cb15935 Chris Seaton: [Truffle] Add specs for interop.
<GitHub34>
[jruby] chrisseaton commented on commit cb15935: @eregon @jtulach @mgrimmer I wrote specs for our interop, and lots of them fail, such as the array ones, so that's why your interop tests aren't working https://git.io/vrkdw
<GitHub46>
jruby/master 396a00c Charles Oliver Nutter: Merge pull request #3873 from jruby/test-define_method-visibility...
<GitHub165>
[jruby] headius closed issue #3854: JRuby 9.1.0.0 define_method creates private methods in some cases where it should create public methods https://git.io/vwN8N
<GitHub15>
[jruby] headius deleted test-define_method-visibility at af4f2cb: https://git.io/vrIBG
<GitHub147>
jruby/master b0db8d9 Charles Oliver Nutter: Merge pull request #3874 from jruby/test-indy-native-framing...
<GitHub89>
[jruby] headius closed pull request #3874: Ensure native methods called by indy get frame if requested. (master...test-indy-native-framing) https://git.io/vrTSC
<GitHub140>
[jruby] headius deleted test-indy-native-framing at 4e3c0a3: https://git.io/vrIB0
skade has joined #jruby
camlow32_ has joined #jruby
enebo has joined #jruby
camlow325 has quit [Ping timeout: 246 seconds]
vtunka has quit [Quit: Leaving]
Aethenelle has joined #jruby
brauliobo has quit [Ping timeout: 260 seconds]
brauliobo_ has joined #jruby
robbyoconnor has joined #jruby
robbyoconnor has quit [Quit: Konversation terminated!]
shellac has quit [Quit: Leaving]
<GitHub196>
[jruby] chrisseaton pushed 3 new commits to master: https://git.io/vrIoD
<GitHub196>
jruby/master 4fb9048 Chris Seaton: [Truffle] Use @Fallback for unbox
<GitHub196>
jruby/master 5e523b5 Chris Seaton: [Truffle] Fix Interop.size?
<GitHub196>
jruby/master 36e61fc Chris Seaton: [Truffle] Fix Interop.null?
<GitHub180>
jruby/master 46191a3 Charles Oliver Nutter: set_trace_func does not receive all events....
shellac has quit [Quit: Computer has gone to sleep.]
djellemah_ has quit [Ping timeout: 260 seconds]
enebo has quit [Quit: enebo]
<GitHub54>
[jruby] pitr-ch commented on commit ec3e494: Looks good to me. The default test should be updated though, it calls integration with all I think, so now it's missing gem tests. https://git.io/vrLtk
<GitHub82>
jruby/jruby-1_7 24e246d Thomas E. Enebo: Update to newer version of ant...1.9.6 is gone
shellac has quit [Quit: Computer has gone to sleep.]
johnsonch is now known as johnsonch_afk
shellac has joined #jruby
lanceball is now known as lance|afk
bbrowning is now known as bbrowning_away
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ahorek has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<donV>
“After review, Ruboto IRB (Ruby on Android), org.ruboto.irb, has been suspended and removed from Google Play as a policy strike because it violates the malicious behavior policy.
<donV>
An app downloaded from Google Play may not modify, replace or update its own APK binary code using any method other than Google Play's update mechanism.”