rdubya has joined #jruby
rdubya has quit [Quit: Leaving.]
sidx64 has joined #jruby
sidx64_ has joined #jruby
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
sidx64_ has quit [Ping timeout: 256 seconds]
sidx64_ has joined #jruby
sidx64 has quit [Read error: Connection reset by peer]
claudiuinberlin has joined #jruby
<livcd> does anyone know if Graal/substrate/truffle will be available on Windows ?
bga57 has quit [Ping timeout: 264 seconds]
bga57 has joined #jruby
GitHub119 has joined #jruby
GitHub119 has left #jruby [#jruby]
<GitHub119> jcodings/master 0149fb1 lopex: add windows-1250 caseMap
<GitHub119> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpL0E
GitHub184 has joined #jruby
GitHub184 has left #jruby [#jruby]
<GitHub184> jcodings/master e296af2 lopex: add windows-1251 caseMap
<GitHub184> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpL0i
shellac has joined #jruby
GitHub89 has joined #jruby
GitHub89 has left #jruby [#jruby]
<GitHub89> jcodings/master bf2a941 lopex: add windows-1252 caseMap
<GitHub89> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpL0d
GitHub16 has joined #jruby
GitHub16 has left #jruby [#jruby]
<GitHub16> jcodings/master 43e941a lopex: add windows-1253 caseMap
<GitHub16> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpLE3
sidx64_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
GitHub41 has joined #jruby
GitHub41 has left #jruby [#jruby]
<GitHub41> jcodings/master e6989a0 lopex: add windows-1254 caseMap
<GitHub41> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpLEi
sidx64 has joined #jruby
GitHub100 has joined #jruby
GitHub100 has left #jruby [#jruby]
<GitHub100> jcodings/master 3b27707 lopex: add windows-1257 caseMap
<GitHub100> [jcodings] lopex pushed 1 new commit to master: https://git.io/vpLEN
olle has quit [Quit: olle]
shellac has quit [Quit: Computer has gone to sleep.]
rdubya has joined #jruby
shellac has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
rdubya has quit [Quit: Leaving.]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
<enebo> kares: so you never replied to me over a week ago about the extra noisy logging via instrumentation. Can you give me a way of reproducing that?
rdubya has joined #jruby
<enebo> nirvdrum: you around?
rdubya has quit [Quit: Leaving.]
<nirvdrum> enebo: What's up?
<enebo> can you run something on TR for me
<nirvdrum> Sure.
<enebo> I am wondering if you see a warning come up
<nirvdrum> That `run' method is undefined.
<enebo> nirvdrum: I actually think my logic for 'if (!tokenSeen || !warnings.isVerbose()) {'
<enebo> is wrong
<enebo> oh!!
<enebo> !tokenSeen || warnings.isVerbose
<enebo> not !isVerbose
<enebo> heh
<enebo> nirvdrum: someone reported seeing the warning in that eval for frozen-string-literakl being set too late
<enebo> nirvdrum: but that logic is clearly weird...I will only try and go into it after first token if !isVerbose
<nirvdrum> MRI no-ops on any of the magic comments if a token has already been seen.
<nirvdrum> At least that was my read of it.
<nirvdrum> It will still warn, though, if warnings are enabled.
<enebo> nirvdrum: funny I was pretty confused and then once you showed up on chat...boom that is obvious :)
<enebo> nirvdrum: our sets have warns in them if tokenSeen and return without doing it
<enebo> nirvdrum: so I think that is similar to how MRI does it
<enebo> There is still something weird though
<enebo> my tokenSeen guarding the warning seems like it has to be the same as MRIs at that point but they do not have this extra if around magic comment processing we both do
<enebo> so they must noop that some place else
<enebo> Maybe I shouldn't care though tokenSeen optimization accomplishes whatever I am missing in MRI source
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub126> [jruby] enebo pushed 1 new commit to jruby-9.1: https://git.io/vptmY
<GitHub126> jruby/jruby-9.1 07e2088 Thomas E. Enebo: Fix #5128. eval in Rack::Builder prints "warning: `frozen_string_literal' is ignored after any tokens"....
<GitHub163> [jruby] enebo closed issue #5128: eval in Rack::Builder prints "warning: `frozen_string_literal' is ignored after any tokens" https://git.io/vx1oE
<travis-ci> jruby/jruby (jruby-9.1:07e2088 by Thomas E. Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/368689474)
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<headius> sigh
rdubya has joined #jruby
subbu is now known as subbu|lunch
rdubya has quit [Quit: Leaving.]
rdubya has joined #jruby
shellac has quit [Ping timeout: 240 seconds]
rdubya has quit [Quit: Leaving.]
claudiuinberlin has joined #jruby
lanceball has quit [Excess Flood]
lanceball has joined #jruby
subbu|lunch is now known as subbu
mistergibson has joined #jruby
lanceball has quit [Changing host]
lanceball has joined #jruby
yosafbridge has quit [Quit: Leaving]
yosafbridge has joined #jruby
sidx64_ has joined #jruby
<GitHub188> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vptF9
<GitHub188> jruby/jruby-9.1 7d7081c Charles Oliver Nutter: Do not consider methods we will not be able to call....
bbrowning_away is now known as bbrowning
<GitHub31> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vptAk
<GitHub31> jruby/jruby-9.1 86b956b Charles Oliver Nutter: Add test for protected base methods getting called on Java 9.
<travis-ci> jruby/jruby (jruby-9.1:7d7081c by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/368838183)
<headius> yeehaw
sidx64_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub147> [jruby] headius pushed 1 new commit to master: https://git.io/vpqeg
<GitHub147> jruby/master b30ed1c Charles Oliver Nutter: Merge branch 'jruby-9.1'
bzb has joined #jruby
<GitHub82> [jruby] headius pushed 2 new commits to master: https://git.io/vpqsX
<GitHub82> jruby/master 877bcf4 Charles Oliver Nutter: Add JRuby::Util.internal_libraries for bootsnap....
<GitHub82> jruby/master 743642a Charles Oliver Nutter: Add comment about why this was added and for whom.