lucasb has quit [Quit: Connection closed for inactivity]
den_d has quit [Excess Flood]
den_d has joined #jruby
devicenull has quit [Ping timeout: 240 seconds]
dlahn has quit [Ping timeout: 250 seconds]
lopex has quit [Ping timeout: 240 seconds]
lopex has joined #jruby
dlahn has joined #jruby
devicenull has joined #jruby
_whitelogger has joined #jruby
olleolleolle has joined #jruby
monkstone[m] has joined #jruby
olleolleolle has quit [Quit: olleolleolle]
olleolleolle has joined #jruby
rusk has joined #jruby
aqd_ has joined #jruby
aqd has quit [Ping timeout: 245 seconds]
olleolleolle has quit [Quit: olleolleolle]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:612ef15 by kares): The build passed. https://travis-ci.org/jruby/jruby/builds/509809852 [229 min 58 sec]
travis-ci has left #jruby [#jruby]
olleolleolle has joined #jruby
olleolleolle has quit [Quit: olleolleolle]
shellac has joined #jruby
den_d has quit [Ping timeout: 252 seconds]
den_d has joined #jruby
lopex has quit [Ping timeout: 252 seconds]
lopex has joined #jruby
jrafanie has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:c21108e by kares): The build was broken. https://travis-ci.org/jruby/jruby/builds/509867772 [212 min 4 sec]
travis-ci has left #jruby [#jruby]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olleolleolle has joined #jruby
Iambchop_ has joined #jruby
haze_ has joined #jruby
rdubya[m] has quit [*.net *.split]
ThomasEEneboGitt has quit [*.net *.split]
Iambchop has quit [*.net *.split]
haze has quit [*.net *.split]
Iambchop_ is now known as Iambchop
shellac has quit [Quit: Computer has gone to sleep.]
ThomasEEneboGitt has joined #jruby
rdubya[m] has joined #jruby
aqd_ has quit [Quit: Leaving]
lucasb has joined #jruby
aqd has joined #jruby
shellac has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:c21108e by kares): The build was canceled. https://travis-ci.org/jruby/jruby/builds/509867772 [212 min 23 sec]
travis-ci has left #jruby [#jruby]
jrafanie has joined #jruby
olleolleolle has quit [Quit: olleolleolle]
olleolleolle has joined #jruby
monkstone[m] has left #jruby ["User left"]
<lopex[m]> ruby-matrix-sdk using jruby test
<lopex[m]> so https://github.com/ananace/ruby-matrix-sdk works flawless from jruby
<kares[m]> 😍
<enebo> kares[m]: of course!
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
drbobbeaty has joined #jruby
shellac has quit [Ping timeout: 244 seconds]
olleolleolle has quit [Quit: olleolleolle]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
KeyJoo has joined #jruby
olleolleolle has joined #jruby
rusk has quit [Remote host closed the connection]
olleolleolle has quit [Quit: olleolleolle]
subbu is now known as subbu|lunch
jrafanie_ has joined #jruby
jrafanie_ has quit [Read error: Connection reset by peer]
jrafanie has quit [Ping timeout: 245 seconds]
jrafanie has joined #jruby
pietia has joined #jruby
<pietia> lopex, cześć ;)
<lopex> pietia: hej
<pietia> lopex, nie używałem IRCa chyba z 7-8 lat. Ale wykosiło ludzi na #ruby.pl itd
<lopex> nie przyjelo sie
<lopex> w sumie z polskich kanalow to siedze tylko na #gentoo.pl, #gynvaelstream i #scala.pl
<pietia> hm, gynvaelstream ?
<lopex> ogolnie o hackowaniu i rewersie
<pietia> kumam, widzę blog
subbu|lunch is now known as subbu
KeyJoo has quit [Quit: KeyJoo]
<lopex> another one ?
pietia has quit [Quit: This computer has gone to sleep]
<headius[m]> Well I guess the Oracle problem tired out to not be that big a deal
<headius[m]> Turned out
olleolleolle has joined #jruby
OlleJonssonGitte has joined #jruby
<OlleJonssonGitte> OK, back on my bullshit, trying to narrow down a test failure with some blocks, where 9.1.17.0 accepts the syntax and 9.2.5.0, 9.2.6.0 does not.
<nirvdrum> OlleJonssonGitte: Without looking at the code, be aware that the Ruby language level switched between 9.1.x & 9.2.x.
<OlleJonssonGitte> (I'll put that behind my ear; for reference, all the MRI stuff works as regular in the rest of the CI matrix.)
<OlleJonssonGitte> (Clues much welcome, though!)
<OlleJonssonGitte> (9.2.0.0 works)
<OlleJonssonGitte> (9.2.4.0 works, too)
lucasb has quit [Quit: Connection closed for inactivity]
<nirvdrum> OlleJonssonGitte: If it's a parser issue that you suspect, enebo is probably the best person to talk to.
<headius[m]> Olle Jonsson (Gitter) I don't have your code in front of me, but can you see what call is made at that line?
<headius[m]> This shouldn't be too difficult to diagnose if we can figure out what's being called
<headius[m]> It's unlikely to be a parser issue
<OlleJonssonGitte> I was able to un-ravel a little more by presenting a little more of the actual exception being thrown.
<OlleJonssonGitte> Something internal, interacting with RSpec's verifying doubles?
<headius[m]> Hmm
<headius[m]> That's possible
<headius[m]> Looking at code
<enebo> abort_without_file(file, 'Certificate file')
<enebo> the backtrace would point it is this method getting wrong arity
<enebo> oh hmm wait I did not read that fully
<olleolleolle> (That’s a link to where one can take in the code which does the thing which is unloved by newer JRuby.)
<enebo> olleolleolle: I need to make dinner but I don't see 160 in those three failed examples
<headius[m]> So the missing file is the expected result, and the argument error happens during RSpec handling it
<headius[m]> I'll have a quick look in a moment
<olleolleolle> Sorry, I’m being unclear: headius’ explanation is clearer. I’m expecting an Exception to be raised, which I then bounce over to a function which does abort (aka SystemExit) and somewhere along the route, something occurs.
<olleolleolle> Oh! GOtta paste something
<olleolleolle> Now the lower hm.md file shows the Verifier’s complaint: a stray \n char is in there.
<olleolleolle> Oh,
<olleolleolle> it’s late. Have a good weekend!
olleolleolle has quit [Quit: olleolleolle]
<lopex> https://t2bot.io/email/ this works as well if anyone is interested