x1337807x has joined #jruby
pietr0 has quit [Ping timeout: 256 seconds]
nirvdrum has quit [Ping timeout: 272 seconds]
rcvalle has quit [Quit: rcvalle]
sholden has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mikemar10 has joined #jruby
havenwood has quit [Ping timeout: 276 seconds]
tlarevo has joined #jruby
e_dub has quit [Quit: Leaving]
temporalfox has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
enebo has quit [Quit: enebo]
subbu has quit [Ping timeout: 246 seconds]
havenwood has joined #jruby
e_dub has joined #jruby
robbyoconnor has joined #jruby
robbyoconnor has joined #jruby
robbyoconnor has quit [Changing host]
yfeldblum has joined #jruby
nirvdrum has joined #jruby
tlarevo has quit [Remote host closed the connection]
mikemar10 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sholden has quit [Quit: sholden]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
x1337807x has joined #jruby
havenwood has joined #jruby
nateberkopec has quit [Quit: Leaving...]
_djbkd has quit [Remote host closed the connection]
DomKM has quit [Quit: Connection closed for inactivity]
djbkd has joined #jruby
samphippen has joined #jruby
iamjarvo has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
djbkd has quit [Quit: My people need me...]
tlarevo has joined #jruby
tlarevo has quit [Remote host closed the connection]
tlarevo has joined #jruby
mje113 has quit [Quit: Connection closed for inactivity]
nirvdrum has quit [Ping timeout: 246 seconds]
temporalfox has quit [Read error: Connection reset by peer]
temporal_ has joined #jruby
djbkd has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
temporal_ has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
djellemah has quit [Ping timeout: 265 seconds]
djellemah has joined #jruby
skade has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #jruby
bjfish2 has quit [Quit: bjfish2]
bjfish2 has joined #jruby
bjfish2 has quit [Client Quit]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
tlarevo has quit []
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dinfuehr has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] frsyuki opened issue #3081: Calling Java methods with a Time argument loses microseconds http://git.io/vtvKG
JRubyGithub has left #jruby [#jruby]
dinfuehr has quit [Client Quit]
jfoxCZ has joined #jruby
yfeldblum has quit [Ping timeout: 248 seconds]
phlebas has joined #jruby
cristianrasch has joined #jruby
djbkd has quit [Quit: My people need me...]
phlebas has quit [Ping timeout: 250 seconds]
shellac has joined #jruby
tlarevo has joined #jruby
skade has joined #jruby
tlarevo has quit [Remote host closed the connection]
shellac has quit [Quit: Computer has gone to sleep.]
somekool has quit [Ping timeout: 264 seconds]
elia has joined #jruby
temporal_ has joined #jruby
yfeldblum has joined #jruby
temporalfox has quit [Ping timeout: 246 seconds]
vtunka has joined #jruby
Antiarc has quit [Ping timeout: 264 seconds]
Antiarc has joined #jruby
yfeldblum has quit [Ping timeout: 248 seconds]
tlarevo has joined #jruby
tlarevo has quit [Remote host closed the connection]
yfeldblum has joined #jruby
phlebas has joined #jruby
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
Antiarc has joined #jruby
drbobbeaty has joined #jruby
shellac has joined #jruby
skade has quit [Ping timeout: 264 seconds]
havenwood has quit [Ping timeout: 252 seconds]
skade has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
phlebas has quit [Ping timeout: 264 seconds]
phlebas has joined #jruby
mje113 has joined #jruby
phlebas has quit [Ping timeout: 248 seconds]
somekool has joined #jruby
phlebas has joined #jruby
somekool has quit [Ping timeout: 250 seconds]
phlebas has quit [Ping timeout: 246 seconds]
samphippen has joined #jruby
drbobbeaty has joined #jruby
kith_ is now known as kith
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub> jruby/master 153dd31 Benoit Daloze: [Truffle] Fix lowering in Fixnum#{<<,>>}
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/vtfbO
vtunka has quit [Quit: Leaving]
samphippen has quit [Read error: Connection reset by peer]
<ebarrett> chrisseaton: i think i have another bug
<ebarrett> vext01@bencher3:~/research/warmup_experiment$ ./work/jruby/bin/jruby -e 'puts [6, 20].max'
<ebarrett> 20
<ebarrett> vext01@bencher3:~/research/warmup_experiment$ ./work/jruby/bin/jruby -X+T -e 'puts [6, 20].max'
<ebarrett> 6
<chrisseaton> ha yeah that is wrong!
<ebarrett> i was wondering how you made your binarytrees benchmark so fast!
<ebarrett> ;)
<ebarrett> can you repro?
<chrisseaton> ebarrett: yeah... think I can fix it... one second
<ebarrett> im about to go for lunch, so mo hurry :)
<ebarrett> *no
<ebarrett> the number being computed is the max depth parameter for the binarytrees benchmark
<ebarrett> hence you seemed balzing fast compared to all the other interpreters -- then i bumped to 20 and saw no change!
samphippen has joined #jruby
<eregon_> chrisseaton: I can have a look if you want
eregon_ is now known as eregon
<chrisseaton> nah I've got it
<ebarrett> thanks, i'll leave it with you guys, back in an hour or so
<chrisseaton> ebarrett: we're not particularly fast on your version (doesn't use #max) as it's all allocation
<ebarrett> yeh its kinda a crappy benchmark
<chrisseaton> not sure why we don't catch this in any specs though
<ebarrett> do you run the referencew ruby test cases?
<chrisseaton> most of them, but they're not easy to run as they are extremely convoluted
<ebarrett> i see
<chrisseaton> we concentrate on RubySpec, which isn't from MRI but is better in most ways
<ebarrett> time to add a new spec then :)
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/vtfAD
<JRubyGithub> jruby/master b0b7249 Chris Seaton: [Truffle] Fix Array#max
JRubyGithub has left #jruby [#jruby]
<chrisseaton> that should do it
<ebarrett> thanks :)
<ebarrett> il start a build before i go for lunch then
<ebarrett> ah the old < instead of > slip-up :)
phlebas has joined #jruby
yfeldblum has quit [Ping timeout: 248 seconds]
somekool has joined #jruby
kotk has quit [Quit: Leaving...]
nirvdrum has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/vtJsW
<JRubyGithub> jruby/master 8914019 Christian Meier: updated polyglot-maven-ruby and regenerated pom.xml
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:b0b7249 by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/68140023)
travis-ci has left #jruby [#jruby]
samphippen has quit [Read error: Connection reset by peer]
samphippen has joined #jruby
bbrowning_away is now known as bbrowning
cajone has joined #jruby
cajone has left #jruby [#jruby]
somekool has quit [Ping timeout: 252 seconds]
lance|afk is now known as lanceball
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rsim has quit [Quit: Leaving.]
rsim has joined #jruby
samphippen has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:8914019 by Christian Meier): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/68147097)
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 2 new commits to master: http://git.io/vtJa1
<JRubyGithub> jruby/master 961c07c Benoit Daloze: Fix ARGF.seek spec...
<JRubyGithub> jruby/master ef6a4fb Benoit Daloze: Make RubyArgsFile (ARGF.class) a real class...
JRubyGithub has left #jruby [#jruby]
cremes has quit [Quit: cremes]
cremes has joined #jruby
Aethenelle has joined #jruby
<Aethenelle> Haven't tried it out for other architectures yet but it works for aarch64
<nirvdrum> Cool. I got jnr-posix in on the Mac beta on Travis. But I can't get anything to work yet :-(
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:ef6a4fb by Benoit Daloze): The build was broken. (https://travis-ci.org/jruby/jruby/builds/68153192)
travis-ci has left #jruby [#jruby]
nateberkopec has joined #jruby
<Aethenelle> WOOT!! I'll have to email them about FFI...
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tcrawley-away is now known as tcrawley
samphippen has joined #jruby
havenwood has joined #jruby
<Aethenelle> nirvdrum: I'll give it a poke sometime this week.
<Aethenelle> I'm having the worst time trying to figure out where qemu staches it's config files and how to create a new machine for it...
samphippen has quit [Ping timeout: 246 seconds]
samphippen has joined #jruby
deobalds has joined #jruby
<nirvdrum> Sweet.
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/vtJ9r
<JRubyGithub> jruby/master 1347d6d Benoit Daloze: Fix spec title
JRubyGithub has left #jruby [#jruby]
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nirvdrum pushed 2 new commits to master: http://git.io/vtJ7A
<JRubyGithub> jruby/master a2f7888 Kevin Menard: [Truffle] Re-ported a fix for extend on frozen objects.
<JRubyGithub> jruby/master 1f09308 Kevin Menard: [Truffle] Fixed whitespace.
JRubyGithub has left #jruby [#jruby]
bjfish2 has joined #jruby
nirvdrum has quit [Quit: Leaving]
mrmargolis has joined #jruby
enebo has joined #jruby
Aethenelle has quit [Read error: Connection reset by peer]
mrmargolis has quit []
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
mrmargolis has joined #jruby
phlebas has quit [Ping timeout: 264 seconds]
iamjarvo has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:1f09308 by Kevin Menard): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/68159365)
travis-ci has left #jruby [#jruby]
jfoxCZ has quit [Ping timeout: 256 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
bbrowning is now known as bbrowning_away
subbu has joined #jruby
shellac has joined #jruby
mje113 has quit [Quit: Connection closed for inactivity]
r0bby_ has joined #jruby
r0bby_ has quit [Client Quit]
rcvalle has joined #jruby
robbyoconnor has quit [Ping timeout: 272 seconds]
nirvdrum has joined #jruby
samphippen has joined #jruby
samphipp_ has joined #jruby
bbrowning_away is now known as bbrowning
samphippen has quit [Ping timeout: 252 seconds]
mrmargol_ has joined #jruby
mrmargolis has quit [Ping timeout: 256 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] eregon pushed 1 new commit to master: http://git.io/vtUhQ
<JRubyGithub> jruby/master c28b86d Benoit Daloze: Fix ARGF.argv.
JRubyGithub has left #jruby [#jruby]
samphipp_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pietr0 has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
nirvdrum has quit [Ping timeout: 272 seconds]
mrmargolis has joined #jruby
mrmargol_ has quit [Ping timeout: 248 seconds]
baroquebobcat has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
bbrowning is now known as bbrowning_away
mkristian has joined #jruby
rsim has quit [Quit: Leaving.]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/vtTG7
<JRubyGithub> jruby/master 70d32fc Christian Meier: Merge branch 'jruby-1_7'...
JRubyGithub has left #jruby [#jruby]
elia has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:c28b86d by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/68181723)
travis-ci has left #jruby [#jruby]
iamjarvo has joined #jruby
tomjoro has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bbrowning_away is now known as bbrowning
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:70d32fc by Christian Meier): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/68186988)
travis-ci has left #jruby [#jruby]
nirvdrum has joined #jruby
iamjarvo has joined #jruby
yfeldblum has joined #jruby
sholden has joined #jruby
rsim has joined #jruby
nateberkopec has quit [Quit: Leaving...]
shellac has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #jruby
nateberkopec has joined #jruby
bb010g has quit [Quit: Connection closed for inactivity]
blaines has joined #jruby
blaines has quit [Ping timeout: 246 seconds]
blaines has joined #jruby
samphippen has joined #jruby
samphipp_ has joined #jruby
samphippen has quit [Ping timeout: 252 seconds]
samphipp_ has quit [Client Quit]
drbobbeaty has quit [Ping timeout: 264 seconds]
samphippen has joined #jruby
drbobbeaty has joined #jruby
lanceball is now known as lance|afk
samphippen has quit [Read error: Connection reset by peer]
subbu is now known as subbu|lunch
elia has joined #jruby
samphippen has joined #jruby
bb010g has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
temporalfox has joined #jruby
temporalfox has quit [Read error: Connection reset by peer]
zacts has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
temporal_ has quit [Ping timeout: 252 seconds]
jfoxCZ has joined #jruby
drbobbeaty has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
tcrawley is now known as tcrawley-away
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
x1337807x has joined #jruby
skade has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
baroquebobcat has joined #jruby
subbu|lunch is now known as subbu
temporalfox has joined #jruby
subbu has quit [Ping timeout: 276 seconds]
elia has joined #jruby
lance|afk is now known as lanceball
yfeldblum has quit [Ping timeout: 248 seconds]
subbu has joined #jruby
mkristian has quit [Ping timeout: 246 seconds]
kares has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
samphippen has quit [Read error: Connection reset by peer]
jfoxCZ has quit [Quit: jfoxCZ]
drbobbeaty has joined #jruby
baroquebobcat has quit [Ping timeout: 265 seconds]
mcclurmc has joined #jruby
Aethenelle has joined #jruby
rsim has quit [Quit: Leaving.]
baroquebobcat has joined #jruby
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
skade has quit [Quit: Computer has gone to sleep.]
samphippen has joined #jruby
donV has quit [Quit: donV]
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
samphipp_ has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lanceball is now known as lance|afk
samphippen has quit [Ping timeout: 244 seconds]
Aethenelle has quit [Quit: Aethenelle]
samphipp_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mrmargolis has quit [Remote host closed the connection]
subbu has quit [Ping timeout: 256 seconds]
yfeldblum has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
mcclurmc has quit [Remote host closed the connection]
mcclurmc_ has joined #jruby
mcclurmc_ has quit [Remote host closed the connection]
samphippen has joined #jruby
havenwood has joined #jruby
Aethenelle has joined #jruby
cristianrasch has quit [Quit: Leaving.]
samphipp_ has joined #jruby
somekool has joined #jruby
samphippen has quit [Ping timeout: 244 seconds]
enebo has quit [Quit: enebo]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] rafer opened issue #3082: Thread.currentThread().getContextClassLoader() changed from 9.0.0.0.pre2 and 9.0.0.0.rc1 http://git.io/vtIhL
JRubyGithub has left #jruby [#jruby]
mcclurmc has joined #jruby
somekool has quit [Ping timeout: 255 seconds]
nirvdrum has quit [Ping timeout: 255 seconds]
mcclurmc has quit [Ping timeout: 276 seconds]
Aethenelle has quit [Read error: Connection reset by peer]
bigfleet has quit [Ping timeout: 252 seconds]