dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 245 seconds]
<nirvdrum> lopex: Testing quickly (and in Java only), I'm seeing Array.equals run 4x faster than that for loop.
<lopex> nirvdrum: wow
<lopex> nirvdrum: that clever one ?
<nirvdrum> Yeah.
<nirvdrum> That's with two identical arrays. So begin == 0; lengths are the same.
<lopex> I'd expect simple loop would be similar
<nirvdrum> The differences are algorithmic of some sort.
<nirvdrum> Or HotSpot doing something cool.
<lopex> and the bounds check issue
<nirvdrum> Yes. I don't know how much is related to those operations.
<nirvdrum> It's a shared index, too.
mje113 has quit [Quit: Connection closed for inactivity]
<nirvdrum> Using a shared offset is 2x as fast.
<nirvdrum> I guess that's because half the number of stores.
<nirvdrum> Anyway, that's about as much as I can look at it tonight.
pietr0 has quit [Ping timeout: 244 seconds]
camlow325 has quit []
subbu|afk has quit [Ping timeout: 252 seconds]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 256 seconds]
mdedetrich has joined #jruby
cristianrasch has joined #jruby
havenwood has joined #jruby
cristianrasch has quit [Quit: Leaving]
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
dinfuehr has joined #jruby
slash_nick has quit [Ping timeout: 246 seconds]
vyorkin has quit [Ping timeout: 260 seconds]
slash_nick has joined #jruby
nirvdrum has quit [Ping timeout: 264 seconds]
Cyrus has quit [Ping timeout: 244 seconds]
Cyrus has joined #jruby
Cyrus is now known as Guest99269
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #jruby
_djbkd has quit [Client Quit]
subbu|afk has joined #jruby
mdedetrich has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu|afk is now known as subbu
fidothe has quit [Ping timeout: 246 seconds]
bf4_ has quit [Ping timeout: 246 seconds]
cschneid has quit [Ping timeout: 246 seconds]
fidothe has joined #jruby
flavorjones has quit [Ping timeout: 246 seconds]
halorgium has quit [Ping timeout: 246 seconds]
yipdw has quit [Ping timeout: 246 seconds]
yipdw has joined #jruby
yipdw has joined #jruby
flavorjones has joined #jruby
bf4 has joined #jruby
cschneid has joined #jruby
bf4 is now known as Guest11091
halorgium has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
subbu has quit [Quit: Leaving]
<GitHub151> [jruby] monkstone closed issue #1740: There is lack of clarity in the preferred way of adding java extensions http://git.io/vGL0I
rsim has joined #jruby
flegercovateam has joined #jruby
dinfuehr has quit [Remote host closed the connection]
dinfuehr has joined #jruby
benlovell has joined #jruby
sdogruyol has quit [Remote host closed the connection]
pitr-ch has joined #jruby
clayton has quit [Excess Flood]
clayton has joined #jruby
benlovell has quit [Ping timeout: 250 seconds]
sdogruyol has joined #jruby
sdogruyol has quit [Remote host closed the connection]
samphippen has joined #jruby
samphippen has quit [Client Quit]
samphippen has joined #jruby
sdogruyol has joined #jruby
sdogruyol has quit [Remote host closed the connection]
dinfuehr has quit [Remote host closed the connection]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 244 seconds]
yfeldblum has quit [Ping timeout: 244 seconds]
sdogruyol has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has quit [Ping timeout: 240 seconds]
sdogruyol has quit [Remote host closed the connection]
sdogruyol has joined #jruby
pitr-ch has joined #jruby
dinfuehr has joined #jruby
yfeldblum has joined #jruby
dinfuehr has quit [Ping timeout: 250 seconds]
<GitHub25> [jruby] eregon closed pull request #3290: [Truffle] Allow for lazy parsing (master...minimal-lazy) http://git.io/vsjZR
<GitHub122> [jruby] eregon pushed 4 new commits to master: http://git.io/vGtJj
<GitHub122> jruby/master 73224a3 Brian Belleville: [Truffle] Add indirection to support lazy parsing
<GitHub122> jruby/master 77673b3 Brian Belleville: [Truffle] Add methods to save and restore translator state
<GitHub122> jruby/master 4d40c03 Brian Belleville: [Truffle] Make MethodTranslator public
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
knu has quit [Remote host closed the connection]
knu has joined #jruby
samphippen has joined #jruby
pglombardo has joined #jruby
pglombardo has quit [Ping timeout: 246 seconds]
drbobbeaty has joined #jruby
drbobbeaty has quit [Client Quit]
yfeldblu_ has joined #jruby
benlovell has joined #jruby
vtunka has joined #jruby
drbobbeaty has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
drbobbeaty has quit [Client Quit]
knu has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
knu has joined #jruby
shellac has joined #jruby
dinfuehr has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dinfuehr has quit [Ping timeout: 265 seconds]
benlovell has quit [Ping timeout: 244 seconds]
drbobbeaty has joined #jruby
drbobbeaty has quit [Client Quit]
benlovell has joined #jruby
<GitHub149> [jruby] eregon pushed 1 new commit to master: http://git.io/vGtBb
<GitHub149> jruby/master 65fdc64 Benoit Daloze: [Truffle] Have a try at optimizing Proc.new.
skade has joined #jruby
skade has quit [Ping timeout: 240 seconds]
skade has joined #jruby
mje113 has joined #jruby
<GitHub94> [jruby] chrisseaton pushed 2 new commits to truffle-head: http://git.io/vGt63
<GitHub94> jruby/truffle-head 346a201 Chris Seaton: Merge branch 'master' into truffle-head...
<GitHub94> jruby/truffle-head af7aa6d Chris Seaton: [Truffle] Update to latest Truffle.
skade has quit [Ping timeout: 250 seconds]
skade has joined #jruby
dinfuehr has joined #jruby
<GitHub183> [jruby] eregon pushed 4 new commits to master: http://git.io/vGtPi
<GitHub183> jruby/master d75aa4b Benoit Daloze: Squashed 'spec/mspec/' changes from f97675d..77b49c2...
<GitHub183> jruby/master 95451a7 Benoit Daloze: Merge MSpec commit 'd75aa4bbe7031c67c4b0cb50eee117222c5de2ec'
<GitHub183> jruby/master ac67ee8 Benoit Daloze: Squashed 'spec/ruby/' changes from 2792cbd..f06add1...
dinfuehr has quit [Ping timeout: 250 seconds]
<GitHub96> [jruby] chrisseaton closed issue #3288: 9K seems to be handling all jruby.xxx properties http://git.io/vsxbz
<GitHub176> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/vGt1B
<GitHub176> jruby/master b973d91 Chris Seaton: Don't warn about jruby.openssl as a property namespace....
<GitHub34> [jruby] chrisseaton opened issue #3294: processArguments is run twice http://git.io/vGt1M
rsim has quit [*.net *.split]
yfeldblu_ has quit [*.net *.split]
halorgium has quit [*.net *.split]
cschneid has quit [*.net *.split]
yipdw has quit [*.net *.split]
Guest99269 has quit [*.net *.split]
cprice404 has quit [*.net *.split]
lupine has quit [*.net *.split]
bffff_ has quit [*.net *.split]
joast has quit [*.net *.split]
kares has quit [*.net *.split]
jamo_ has quit [*.net *.split]
devn has quit [*.net *.split]
eregon has quit [*.net *.split]
skade has quit [*.net *.split]
samphippen has quit [*.net *.split]
Guest11091 has quit [*.net *.split]
atambo has quit [*.net *.split]
dfr|work has quit [*.net *.split]
xardion has quit [*.net *.split]
errstr has quit [*.net *.split]
ale has quit [*.net *.split]
LTe has quit [*.net *.split]
rsim has joined #jruby
samphippen has joined #jruby
Guest11091 has joined #jruby
dfr|work has joined #jruby
atambo has joined #jruby
xardion has joined #jruby
ale has joined #jruby
errstr has joined #jruby
LTe has joined #jruby
cschneid has joined #jruby
Guest99269 has joined #jruby
cprice404 has joined #jruby
yipdw has joined #jruby
halorgium has joined #jruby
yfeldblu_ has joined #jruby
joast has joined #jruby
bffff_ has joined #jruby
kares has joined #jruby
eregon has joined #jruby
jamo_ has joined #jruby
devn has joined #jruby
lupine has joined #jruby
yfeldblu_ has quit [*.net *.split]
halorgium has quit [*.net *.split]
cschneid has quit [*.net *.split]
yipdw has quit [*.net *.split]
Guest99269 has quit [*.net *.split]
cprice404 has quit [*.net *.split]
lupine has quit [*.net *.split]
bffff_ has quit [*.net *.split]
joast has quit [*.net *.split]
kares has quit [*.net *.split]
jamo_ has quit [*.net *.split]
devn has quit [*.net *.split]
eregon has quit [*.net *.split]
Guest99269 has joined #jruby
cschneid has joined #jruby
halorgium has joined #jruby
cprice404 has joined #jruby
eregon has joined #jruby
yfeldblu_ has joined #jruby
kares has joined #jruby
devn has joined #jruby
yipdw has joined #jruby
bffff_ has joined #jruby
joast has joined #jruby
jamo_ has joined #jruby
lupine has joined #jruby
cprice404 has quit [Remote host closed the connection]
cprice has joined #jruby
cprice is now known as cprice404
<travis-ci> jruby/jruby (master:ff31772 by Benoit Daloze): The build was broken. (https://travis-ci.org/jruby/jruby/builds/77657112)
cristianrasch has joined #jruby
<kares> interesting to review some of the 8133 found "bugs" by FindBugs' default configuration ...
yfeldblu_ has quit [Ping timeout: 244 seconds]
benlovell has quit [Ping timeout: 240 seconds]
drbobbeaty has joined #jruby
<travis-ci> jruby/jruby (master:b973d91 by Chris Seaton): The build was broken. (https://travis-ci.org/jruby/jruby/builds/77657543)
<GitHub194> [jruby] eregon pushed 1 new commit to master: http://git.io/vGtjP
<GitHub194> jruby/master 554f1c0 Benoit Daloze: [Truffle] Exception's message can be null if initialize is not run....
dinfuehr has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
dinfuehr has quit [Ping timeout: 246 seconds]
cristianrasch has quit [Quit: Leaving]
<GitHub134> [jruby] eregon pushed 1 new commit to master: http://git.io/vGqsp
<GitHub134> jruby/master e94c408 Benoit Daloze: [Truffle] Optimize dispatch for singleton objects....
shellac has joined #jruby
skade has joined #jruby
<travis-ci> jruby/jruby (master:554f1c0 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/77663220)
skade has quit [Client Quit]
grs has joined #jruby
cristianrasch has joined #jruby
grs has quit [Quit: o7]
cprice has joined #jruby
cprice404 has quit [Ping timeout: 240 seconds]
<travis-ci> jruby/jruby (master:e94c408 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/77665603)
cprice_ has joined #jruby
cprice has quit [Ping timeout: 265 seconds]
dinfuehr has joined #jruby
<GitHub137> [jruby] eregon pushed 1 new commit to master: http://git.io/vGqgZ
<GitHub137> jruby/master 2b6b870 Benoit Daloze: [Truffle] Correct Exception#message.
<travis-ci> jruby/jruby (master:e94c408 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/77665603)
dinfuehr has quit [Ping timeout: 272 seconds]
rsim has quit [Quit: Leaving.]
skade has joined #jruby
flegercovateam has quit [Ping timeout: 244 seconds]
flegercovateam has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<travis-ci> jruby/jruby (master:2b6b870 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/77670697)
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rsim has joined #jruby
nirvdrum has joined #jruby
shellac has joined #jruby
skade has quit [Ping timeout: 264 seconds]
samphippen has joined #jruby
<travis-ci> kares/jruby (master:85d79e0 by kares): The build is still failing. (https://travis-ci.org/kares/jruby/builds/77676481)
samphippen has quit [Client Quit]
samphippen has joined #jruby
vtunka has quit [Quit: Leaving]
enebo has joined #jruby
<GitHub162> [jruby] eregon pushed 1 new commit to master: http://git.io/vGqb0
<GitHub162> jruby/master 6200f1a Benoit Daloze: [Truffle] We know the block argument is a block....
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 252 seconds]
kares has quit [Remote host closed the connection]
tcrawley-away is now known as tcrawley
subbu has joined #jruby
<GitHub187> [jruby] eregon pushed 1 new commit to master: http://git.io/vGmvN
<GitHub187> jruby/master bca3243 Benoit Daloze: Adapt to renamed RubySpecs for Kernel#spawn and Process.spawn.
<travis-ci> jruby/jruby (master:6200f1a by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/77678581)
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
flegercovateam has quit [Ping timeout: 264 seconds]
lance|afk is now known as lanceball
havenwood has joined #jruby
<GitHub71> [jruby] eregon pushed 3 new commits to master: http://git.io/vGmqa
<GitHub71> jruby/master c071bf6 Benoit Daloze: [Truffle] Fix Class#superclass with prepend.
<GitHub71> jruby/master e9a6dd7 Benoit Daloze: [Truffle] Follow spec rename for String#encode{,!}
<GitHub71> jruby/master 7b43d87 Benoit Daloze: [Truffle] Tag new failing spec.
<travis-ci> jruby/jruby (master:bca3243 by Benoit Daloze): The build was canceled. (https://travis-ci.org/jruby/jruby/builds/77680938)
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
shellac has quit [Quit: Computer has gone to sleep.]
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
cristianrasch has quit [Ping timeout: 250 seconds]
pitr-ch has joined #jruby
cristianrasch has joined #jruby
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 255 seconds]
<travis-ci> jruby/jruby (master:7b43d87 by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/77683514)
<GitHub116> [jruby] pitr-ch pushed 1 new commit to master: http://git.io/vGmig
<GitHub116> jruby/master 0325c2f Petr Chalupa: [Truffle] implement Module#singleton_class?
shellac has joined #jruby
guest_____ has joined #jruby
<guest_____> hi. how can I build jruby from source *and* put the result (bin/jruby, lib, ..) into a separate dir (e.g. /tmp/jruby-build, for later packaging)?
<GitHub103> [jruby] Sdogruyol opened issue #3295: Java::JavaLang::RuntimeException - Unhandled IOException: java.io.IOException: unhandled errno: File name too long http://git.io/vGmHn
nirvdrum has quit [Read error: Connection reset by peer]
nirvdrum has joined #jruby
subbu is now known as subbu|afk
flegercovateam has joined #jruby
oblutak has joined #jruby
<chrisseaton> guest_____: you can build a tarball distribution and then unpack that to where you want
dinfuehr has joined #jruby
donV has joined #jruby
dinfuehr has quit [Ping timeout: 264 seconds]
subbu|afk is now known as subbu
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<guest_____> chrisseaton: is there a task for it? I don't find it
<chrisseaton> guest_____: ./mvnw -Pdist, and then it's in maven/jruby-dist/target I think
skade has joined #jruby
pitr-ch has joined #jruby
rcvalle has joined #jruby
rcvalle has quit [Client Quit]
rcvalle has joined #jruby
<guest_____> chrisseaton: thanks. and mvnw is https://github.com/bdemers/maven-wrapper?
<chrisseaton> Literally run ./mvnw - no need to download anything manually
rsim has quit [Quit: Leaving.]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
camlow325 has joined #jruby
kares has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
samphippen has joined #jruby
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
sferik has joined #jruby
<nirvdrum> enebo: What are the fast switch helpers all about? They appear to be unused.
<enebo> nirvdrum: in hash?
<nirvdrum> org.jruby.runtime.Helpers
<nirvdrum> getFastSwitchString, getFastSwitchSingleCharString, etc.
<enebo> nirvdrum: not currently used in 9k. they were JIT opted switches
<nirvdrum> Ahh.
<enebo> nirvdrum: we need to circle around to some of these specific opts and see if we should be re-applynig them or doing it differently via IR
<donV> Hi all!
enebo has quit [Quit: enebo]
rsim has joined #jruby
dinfuehr has joined #jruby
<chrisseaton> hello
dinfuehr has quit [Ping timeout: 255 seconds]
<tarcieri> _____ ____ ___ ____ _ __ ___ _ _
<tarcieri> | ___| _ \|_ _| _ \ / \\ \ / / | | |
<tarcieri> | |_ | |_) || || | | |/ _ \\ V /| | | |
<tarcieri> | _| | _ < | || |_| / ___ \| | |_|_|_|
<tarcieri> |_| |_| \_\___|____/_/ \_\_| (_|_|_)
<tarcieri>
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sferik has joined #jruby
errstr has left #jruby ["WeeChat 1.2"]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<slash_nick> yeaha!
guest_____ has quit [Quit: Page closed]
enebo has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu is now known as subbu|afk
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo has quit [Quit: enebo]
enebo has joined #jruby
skade has joined #jruby
enebo has quit [Quit: enebo]
dinfuehr has joined #jruby
lanceball is now known as lance|afk
dinfuehr has quit [Ping timeout: 264 seconds]
<travis-ci> kares/jruby (master:b4d3f96 by kares): The build was fixed. (https://travis-ci.org/kares/jruby/builds/77711182)
<nirvdrum> Well, this is fun. Java 8 turned a bunch of javadoc warnings into errors.
<nirvdrum> And JRuby has a ton of them.
_djbkd has joined #jruby
aemengo has joined #jruby
subbu|afk is now known as subbu
<aemengo> channel: I'm trying to build jruby off the instructions on the official github site. I was wondering what ruby versions are supported to lock the built jruby at. I mean, using 'mvn -Djruby.default.ruby.version=2.2.0' <------- will that work?
pitr-ch has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
lance|afk is now known as lanceball
pietr0 has joined #jruby
<chrisseaton> aemengo: I've never heard of that option and it's probably deprecated anyway
<chrisseaton> aemengo: JRuby now targets whatever the latest MRI is - there's no flag to switch between them any more
<nirvdrum> That option only makes sense on the jruby-1_7 branch. master only supports a single language level.
skade has quit [Ping timeout: 252 seconds]
subbu is now known as subbu|lunch
<codefinger> aemengo: that's what we do for Heroku https://github.com/hone/docker-heroku-jruby-builder/blob/master/build.sh#L41
skade has joined #jruby
<GitHub18> [jruby] nirvdrum pushed 1 new commit to master: http://git.io/vGOmX
<GitHub18> jruby/master 145518e Kevin Menard: Disable doclint for javadoc on JDK 8.
<GitHub88> [jruby] nirvdrum pushed 1 new commit to truffle-head: http://git.io/vGOmN
<GitHub88> jruby/truffle-head bb76e66 Kevin Menard: Merge remote-tracking branch 'origin/master' into truffle-head
subbu|lunch is now known as subbu
skade has quit [Ping timeout: 250 seconds]
skade has joined #jruby
skade has quit [Client Quit]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 246 seconds]
donV has quit [Quit: donV]
skade has joined #jruby
subbu is now known as subbu|away
enebo has joined #jruby
<aemengo> nirvdrum: Oh, thank you so much. That helped so much.
skade has quit [Quit: Computer has gone to sleep.]
Aethenelle has joined #jruby
donV has joined #jruby
rsim has quit [Quit: Leaving.]
donV has quit [Client Quit]
pietr0 has quit [Quit: pietr0]
robbyoconnor has quit [Ping timeout: 245 seconds]
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 245 seconds]
pietr0 has joined #jruby
subbu|away has quit [Ping timeout: 265 seconds]
enebo has quit [Ping timeout: 244 seconds]
enebo has joined #jruby
yfeldblum has joined #jruby
subbu|away has joined #jruby
subbu|away is now known as subbu
lanceball is now known as lance|afk
Aethenelle has quit [Remote host closed the connection]
dinfuehr has joined #jruby
Aethenelle has joined #jruby
dinfuehr has quit [Ping timeout: 250 seconds]
tcrawley is now known as tcrawley-away
sgrif has joined #jruby
sgrif has quit [Client Quit]
sgrif has joined #jruby
sgrif has quit [Client Quit]
tcrawley-away is now known as tcrawley
<travis-ci> kares/jruby (test-ji-hash:7682f56 by kares): The build failed. (https://travis-ci.org/kares/jruby/builds/77744746)
tcrawley is now known as tcrawley-away
flegercovateam has quit [Ping timeout: 265 seconds]
aemengo has quit [Quit: Connection closed for inactivity]
<travis-ci> kares/jruby (test-ji-hash:7682f56 by kares): The build failed. (https://travis-ci.org/kares/jruby/builds/77744746)
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
donV has joined #jruby
dinfuehr has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<nirvdrum> headius: Dunno if you caught any of the conversation yesterday, but String#== is slower in indy than non-indy and event interp.
dinfuehr has quit [Ping timeout: 260 seconds]
cristianrasch has quit [Quit: Leaving]
cristianrasch has joined #jruby
<GitHub163> [jruby] nirvdrum pushed 1 new commit to master: http://git.io/vG32Q
<GitHub163> jruby/master 41d4a6a Kevin Menard: [Truffle] Don't mutate EMPTY_BYTELIST.
samphippen has joined #jruby
<oblutak> If I call some java code in jruby and that java code hits a path that does a System.exit(1) is there something I can do on the jruby side to 'catch/rescue'?
temporal_ has joined #jruby
temporalfox has quit [Ping timeout: 250 seconds]
robbyoconnor has joined #jruby
<nirvdrum> oblutak: That doesn't raise an exception. You can try messing around with security managers: http://stackoverflow.com/questions/5549720/how-to-prevent-calls-to-system-exit-from-terminating-the-jvm
<oblutak> nirvdrum: thanks for the pointer!
<travis-ci> jruby/jruby (master:41d4a6a by Kevin Menard): The build was broken. (https://travis-ci.org/jruby/jruby/builds/77754819)
oblutak has quit [Quit: Page closed]
mje113 has quit [Quit: Connection closed for inactivity]
robbyoconnor has quit [Quit: Konversation terminated!]
giosakti has joined #jruby
dinfuehr has joined #jruby
<GitHub161> [jruby] eregon pushed 1 new commit to master: http://git.io/vG3yZ
<GitHub161> jruby/master 961f6ee Benoit Daloze: [Truffle] Cache super method lookup by Shape or primitive Java Class.
dinfuehr has quit [Ping timeout: 244 seconds]
<GitHub85> [jruby] chrisseaton created truffle-metrics (+1 new commit): http://git.io/vG3QE
<GitHub85> jruby/truffle-metrics 492d310 Chris Seaton: [Truffle] Add tools for measuring startup time and memory consumption.
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub187> [jruby] chrisseaton opened pull request #3296: [Truffle] Add tools for measuring startup time and memory consumption. (master...truffle-metrics) http://git.io/vG3QK
<GitHub93> [jruby] chrisseaton pushed 1 new commit to truffle-metrics: http://git.io/vG37k
<GitHub93> jruby/truffle-metrics 0c99acc Chris Seaton: [Truffle] Max iterations when running memory bisect to stop runaway loop.
<donV> Hi all! Anybody able to install jruby-head using rvm with the bundled maven?
bbrowning_away has quit [Read error: Connection reset by peer]
bbrowning_away has joined #jruby
<travis-ci> jruby/jruby (master:961f6ee by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/77760775)
subbu has quit [Ping timeout: 250 seconds]
_djbkd has quit [Remote host closed the connection]
bb010g has quit [Quit: Connection closed for inactivity]
dinfuehr has joined #jruby
_djbkd has joined #jruby
cristianrasch has quit [Quit: Leaving]
dinfuehr has quit [Ping timeout: 264 seconds]
enebo has quit [Quit: enebo]
<GitHub40> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/vGseD
<GitHub40> jruby/master 9f1d4cb Chris Seaton: [Truffle] Store core files under jruby-truffle in the jar to avoid polluting top-level directory in shaded jars.
pietr0 has quit [Quit: pietr0]
havenwood has joined #jruby
<GitHub80> [jruby] nirvdrum pushed 1 new commit to master: http://git.io/vGsUR
<GitHub80> jruby/master 9c613b1 Kevin Menard: Oops. Commit for the pom.rb changes I made in 145518eee1e3fb1def3d72bdb7de04ac370a540e.