<GitHub54> [jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/v1KvO
<GitHub54> jruby/truffle-head 5ac33ad Brandon Fish: [Truffle] Fix sprintf hash arg check
<travis-ci> jruby/jruby (truffle-head:5ac33ad by Brandon Fish): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/183123393)
_whitelogger has joined #jruby
<GitHub74> [jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/v1KIp
<GitHub74> jruby/truffle-head 4b215c2 Brandon Fish: [Truffle] Sprintf float format pad Inf/NaN with space even with zero flag
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
prasunanand has joined #jruby
prasunanand has quit [Ping timeout: 240 seconds]
prasunanand has joined #jruby
prasunanand has quit [Ping timeout: 258 seconds]
pawnbox has quit [Remote host closed the connection]
olle has joined #jruby
pawnbox has joined #jruby
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
blaxter has joined #jruby
vtunka has joined #jruby
etehtsea has joined #jruby
<GitHub126> [jruby] chrisseaton pushed 11 new commits to truffle-head: https://git.io/v1Kgs
<GitHub126> jruby/truffle-head 9be8ce0 Chris Seaton: [Truffle] randomizer_rand_int should accept Bignum limits.
<GitHub126> jruby/truffle-head d93dcfb Chris Seaton: [Truffle] 'jt next' to make it always easy to find something to work on.
<GitHub126> jruby/truffle-head 4ffc2a0 Chris Seaton: [Truffle] Random#rand with a Bignum limit always returns a Bignum.
olle has quit [Quit: olle]
pawnbox has quit [Remote host closed the connection]
olle has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
codefinger has quit [Ping timeout: 246 seconds]
shellac has joined #jruby
codefinger has joined #jruby
blaxter has quit [Quit: foo]
<GitHub30> jruby/truffle-head 1d204fa Benoit Daloze: Fix Random#rand spec with a Bignum...
<GitHub30> jruby/truffle-head 35af266 Benoit Daloze: [Truffle] Add a few extra notes for Bignum#coerce.
<GitHub30> jruby/truffle-head 36ab32a Benoit Daloze: Revert "Correct Random#rand(Bignum) spec - it always returns a Bignum"...
<GitHub30> [jruby] eregon pushed 6 new commits to truffle-head: https://git.io/v1KKi
<GitHub87> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1K6g
<GitHub87> jruby/truffle-head c6addb0 Benoit Daloze: Merge pull request #4376 from jruby/truffle-default-irb...
<GitHub67> [jruby] eregon closed pull request #4376: [Truffle] Run irb instead of reading from stdin by default. (truffle-head...truffle-default-irb) https://git.io/v1rCS
<GitHub152> [jruby] eregon deleted truffle-default-irb at 52682f1: https://git.io/v1K62
pawnbox has joined #jruby
olle has quit [Quit: olle]
<GitHub39> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/v1KXn
<GitHub39> jruby/truffle-head e9b0016 Benoit Daloze: [Truffle] Fix logic in Main: we can always get the script source....
<GitHub39> jruby/truffle-head edf4d07 Benoit Daloze: [Truffle] Fix detection of no code or script given.
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
mccraig_ has quit [Quit: Connection closed for inactivity]
olle has joined #jruby
bbrowning has joined #jruby
<GitHub182> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/v1KHI
<GitHub182> jruby/truffle-head e6906cd Benoit Daloze: [Truffle] Fix exit status for check syntax.
<GitHub182> jruby/truffle-head fd2d624 Benoit Daloze: [Truffle] Avoid "do..." prefix in methods, they already execute themselves.
amdprophet has quit []
amdprophet has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
djellemah has quit [Remote host closed the connection]
djellemah has joined #jruby
djellemah has quit [Remote host closed the connection]
claudiuinberlin has quit [Ping timeout: 258 seconds]
djellemah has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
phlebas has quit []
phlebas has joined #jruby
zph has quit []
zph has joined #jruby
pawnbox has joined #jruby
cremes_ has joined #jruby
cremes has quit [Ping timeout: 256 seconds]
cremes_ is now known as cremes
olle has quit [Quit: olle]
tcrawley-away is now known as tcrawley
claudiuinberlin has joined #jruby
hays_ has joined #jruby
trampi has quit [Ping timeout: 260 seconds]
hays has quit [Ping timeout: 260 seconds]
Tristitia has quit [Ping timeout: 246 seconds]
vtunka has quit [Quit: Leaving]
etehtsea has quit [Ping timeout: 250 seconds]
Tristitia has joined #jruby
vtunka has joined #jruby
<GitHub14> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v16Tm
<GitHub14> jruby/truffle-head 4d3d152 Kevin Menard: [Truffle] Ensure old mx builds are cleaned up during a rebuild.
etehtsea has joined #jruby
alxs has joined #jruby
<GitHub23> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/v16Iu
<GitHub23> jruby/truffle-head af87bdf Benoit Daloze: [Truffle] Setup JRUBY_HOME even if it was not passed in options....
<GitHub23> jruby/truffle-head 56dc684 Benoit Daloze: [Truffle] JT: print the command for jt test tck.
etehtsea has quit [Ping timeout: 245 seconds]
etehtsea has joined #jruby
bbrowning is now known as bbrowning_away
<GitHub29> [jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/v16nQ
<GitHub29> jruby/truffle-head 4b10c01 Brandon Fish: [Truffle] Add Sprintf InvalidFormatException for precision too big
vtunka has quit [Quit: Leaving]
swills has quit [Quit: Leaving]
jhass has quit [Ping timeout: 268 seconds]
camlow325 has joined #jruby
jhass has joined #jruby
<GitHub153> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v16RM
<GitHub153> jruby/truffle-head a5c126a Benoit Daloze: [Truffle] JT: use the most recent build of mx or maven, whichever was the latest built.
swills has joined #jruby
<travis-ci> jruby/jruby (truffle-head:a5c126a by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/183296227)
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
donV has joined #jruby
tcrawley is now known as tcrawley-away
etehtsea has quit [Quit: Textual IRC Client: www.textualapp.com]
bbrowning_away is now known as bbrowning
shellac has quit [Quit: Leaving]
Aethenelle has joined #jruby
enebo has joined #jruby
<GitHub85> [jruby] headius closed issue #4377: Rubygems integration broken? https://git.io/v1rXy
claudiuinberlin has quit []
<headius> mtoy: what sort of errors?
<headius> chrisseaton: isn't malloc bound in jnr-posix? there's always that :-)
pawnbox_ has joined #jruby
pawnbox has quit [Read error: No route to host]
claudiuinberlin has joined #jruby
pawnbox_ has quit [Remote host closed the connection]
shellac has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
subbu is now known as subbu|lunch
balo has quit [Quit: leaving]
balo has joined #jruby
olle_ has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub12> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1iJR
<GitHub12> jruby/truffle-head 846ca92 Benoit Daloze: [Truffle] JT: fix comparison of Time with Fixnum.
claudiuinberlin has quit [Remote host closed the connection]
camlow325 has joined #jruby
claudiuinberlin has joined #jruby
<GitHub198> [jruby] nirvdrum pushed 6 new commits to truffle-head: https://git.io/v1imp
<GitHub198> jruby/truffle-head aaf0f6d Kevin Menard: [Truffle] Removed duplicate definitions for code range values.
<GitHub198> jruby/truffle-head 4311251 Kevin Menard: [Truffle] Removed StringSupport.CR_UNKNOWN.
<GitHub198> jruby/truffle-head 6504592 Kevin Menard: [Truffle] Removed CodeRangeSupport.
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
subbu|lunch is now known as subbu
<riddley> Aethenelle and headius I need to apologize. I'm very sorry for wasting your time. Today I downloaded the official Scala distribution of Kafka and used their client and got exactly the same mangling. Thank you very much for your willingness to help and for your time. I'm very sorry.
<Aethenelle> it's all good
<Aethenelle> we wound up finding some interesting behavior in the process
<Aethenelle> any idea what's causing it?
<headius> riddley: so it sounds like their problem...hopefully you'll be able to follow up with them
camlow325 has quit [Read error: Connection reset by peer]
<riddley> I imagine that one of their scripts that pushes a message into Kafka has the wrong output encoding
<riddley> but that's just my speculation of course
camlow325 has joined #jruby
tcrawley-away is now known as tcrawley
<GitHub91> [jruby] headius pushed 3 new commits to master: https://git.io/v1iCq
<GitHub91> jruby/master fd9515b Charles Oliver Nutter: Port MRI's cgi/escape extension added in 2.3. #3816
<GitHub91> jruby/master 64dacfd Charles Oliver Nutter: Support methods for cgi/escape ext.
<GitHub91> jruby/master 07ba426 Charles Oliver Nutter: cat should accept a zero length without erroring.
<GitHub157> [jruby] headius created update-jnr (+1 new commit): https://git.io/v1iC3
<GitHub157> jruby/update-jnr e9807d6 Charles Oliver Nutter: Update jnr....
<GitHub58> [jruby] headius opened pull request #4378: Update jnr. (master...update-jnr) https://git.io/v1iCR
<GitHub52> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v1iCz
<GitHub52> jruby/truffle-head 21d7db5 Chris Seaton: [Truffle] Remove code left in by mistake.
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
<chrisseaton> headius: I couldn't find malloc in posix
<headius> ah, we should add malloc and free
<chrisseaton> headius: I bound it using JNR though - was trivial
<headius> yeah
bbrowning is now known as bbrowning_away
thedarkone2 has joined #jruby
claudiuinberlin has quit []
camlow325 has quit [Quit: WeeChat 1.5]
<byteit101> enebo: hey, I saw you didn't end up publishing a jrubyfx release the other weekend, so I was going to, but wasn't sure what version to publish it as, since I think we break api slightly, but there are few changes since before
<enebo> byteit101: 1.0!!!!!
<byteit101> ...we are at 1.1.x right now...
<enebo> 2.0!
<enebo> or 1.2
<enebo> I guess if we had API changes we should just major rev
<byteit101> it is one change, and backwards compat iirc
<byteit101> adding extra arg
<byteit101> yep
<byteit101> adds optional arg
<lopex> numbers ?
<GitHub113> [jruby] kirs opened pull request #4379: Fix bigdecimal infinity round (master...fix-infinity) https://git.io/v1irv
<enebo> byteit101: I am ok either way then…so long as existing programs will not break 1.2 is fine but also who cares 2.0 is fine as well
olle_ has quit [Quit: olle_]
kith has quit [Quit: kith]
tcrawley is now known as tcrawley-away
<GitHub48> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v1iyv
<GitHub48> jruby/truffle-head 11b8b9a Kevin Menard: Revert "Revert "Merge pull request #3917 from jruby/truffle_readline""...
Aethenelle has quit [Quit: Aethenelle]
<GitHub88> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v1iSI
<GitHub88> jruby/truffle-head 7fc59d5 Kevin Menard: [Truffle] Specify the correct license for jline.
<nirvdrum> enebo: Still around?
<enebo> nirvdrum: hello
<nirvdrum> enebo: I'm looking at the IRB stdlib files.
<nirvdrum> There's one you added named #context.rb#. This has to be some emacs leftover file or something, right?
<enebo> nirvdrum: wow that must be ancient
<nirvdrum> February, it looks.
<enebo> whaaaa…emacs should be storing those elsewhere for a long time
<nirvdrum> It seemed very unlikely this was intentional, but figured I'd ask before I deleted it.
<enebo> nirvdrum: in any case yeah it is an emacs thing
<enebo> nirvdrum: yeah it is saving when the buffer is still open
<enebo> nirvdrum: so it can recover if you kill the process
<GitHub78> [jruby] nirvdrum pushed 1 new commit to master: https://git.io/v1iHJ
<GitHub78> jruby/master 3a1a1fe Kevin Menard: Removed emacs backup file.
<enebo> nirvdrum: thanks
<nirvdrum> No problem.
<GitHub165> [jruby] headius pushed 2 new commits to master: https://git.io/v1iHL
<GitHub165> jruby/master 99872ec Charles Oliver Nutter: Tag test_optimization tests that run now but do not pass.
<GitHub165> jruby/master cb0b3ea Charles Oliver Nutter: Update jnr....
<GitHub2> [jruby] headius closed issue #4332: JRuby 9.1.6.0 tries to access O_TMPFILE under Windows https://git.io/vXjh0
<GitHub183> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v1iHZ
<GitHub183> jruby/truffle-head 79a4021 Kevin Menard: [Truffle] Removed emacs backup file.
shellac has joined #jruby
<GitHub104> [jruby] headius pushed 1 new commit to master: https://git.io/v1iHX
<GitHub34> [jruby] headius closed pull request #4378: Update jnr. (master...update-jnr) https://git.io/v1iCR
<GitHub104> jruby/master de1aa3e Charles Oliver Nutter: Merge pull request #4378 from jruby/update-jnr...
<GitHub185> [jruby] headius deleted update-jnr at e9807d6: https://git.io/v1iHM
enebo has quit [Quit: enebo]
thedarkone2 has quit [Read error: Connection reset by peer]
thedarkone2_ has joined #jruby
<lopex> headius: release is near ?
<GitHub34> [jruby] headius pushed 1 new commit to master: https://git.io/v1i5r
<GitHub34> jruby/master 61dc0de Charles Oliver Nutter: Remove MRI tests no longer in MRI....
<GitHub191> [jruby] headius closed issue #4284: MRI tests that do not appear to exist for MRI https://git.io/vXPjE