robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #jruby
sandelius has joined #jruby
johnsoncl has quit [Ping timeout: 276 seconds]
johnsonch_afk has joined #jruby
<GitHub196>
[jruby] nirvdrum commented on commit 97562a5: I use it all the time. But I've just taken to starting IGV manually from the graal checkout. I think a lot of this checking can be done more simply. Does anyone run mx from somewhere not on the `PATH` for instance? https://git.io/vwtQe
<GitHub128>
[jruby] chrisseaton commented on commit 97562a5: Well that's part of what I've simplified - `mx must already be on the $PATH`. All we need to find is `jvmci`, and it needs to be a separate environment variable as I usually use a binary of `GraalVM` for master, but I want the source build when I want IGV. https://git.io/vwtQt
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<GitHub194>
[jruby] nirvdrum commented on commit 97562a5: I guess I should've read the diff rather than just answered the question :-) It looks good to me. https://git.io/vwtQF
auxbuss has joined #jruby
auxbuss has left #jruby [#jruby]
pawnbox has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
havenwood has quit [Ping timeout: 276 seconds]
havenwood has joined #jruby
tcrawley-away has quit [Ping timeout: 260 seconds]
tcrawley-away has joined #jruby
tcrawley-away is now known as tcrawley
tcrawley has quit [Changing host]
tcrawley has joined #jruby
fuzzyhorns has joined #jruby
fuzzyhorns1 has joined #jruby
tomjoro_ has joined #jruby
seyfahni has quit [Ping timeout: 244 seconds]
eregon_ has joined #jruby
yfeldblu_ has joined #jruby
enebo_ has joined #jruby
fuzzyhorns has quit [Disconnected by services]
fuzzyhorns1 is now known as fuzzyhorns
enebo__ has joined #jruby
yfeldblum has quit [*.net *.split]
enebo has quit [*.net *.split]
nirvdrum_ has quit [*.net *.split]
tomjoro has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
bjmllr has quit [*.net *.split]
eregon has quit [*.net *.split]
kwando has quit [*.net *.split]
enebo__ is now known as enebo
enebo_ has quit [Ping timeout: 276 seconds]
bjmllr has joined #jruby
knowtheory has quit [Ping timeout: 269 seconds]
deathy has quit [Ping timeout: 274 seconds]
beawesomeinstead has joined #jruby
nirvdrum has joined #jruby
knowtheory has joined #jruby
deathy has joined #jruby
kwando has joined #jruby
knu has quit [Ping timeout: 276 seconds]
knu has joined #jruby
fuzzyhorns has quit [Quit: Leaving.]
fuzzyhorns has joined #jruby
enebo has quit [Quit: enebo]
kares has quit [Quit: ...]
enebo has joined #jruby
kares has joined #jruby
lan5432 has joined #jruby
kares has quit [Client Quit]
kares has joined #jruby
enebo has quit [Quit: enebo]
<GitHub11>
[jruby] chrisseaton commented on commit fd65c2d: @jruby/truffle removed 2,500 lines of code! These constructors that just pass on the context and source section are no longer needed. It should start to be possible to use `@Cached` in many more places than before and lead to more code reduction. https://git.io/vwqfV
brauliobo has joined #jruby
brauliobo has quit [Ping timeout: 260 seconds]
nirvdrum has quit [Ping timeout: 250 seconds]
kares has quit [Ping timeout: 260 seconds]
fuzzyhorns has left #jruby [#jruby]
kares has joined #jruby
<thedarkone2>
-2500 loc? destroying other devs' hard work, just like that...
<chrisseaton>
I probably wrote that constructor once and it's been copy and pasted again and again
<thedarkone2>
copy-pasting is a valid code reuse strategy :)
<lan5432>
Wow, 2.5k lines of code, great job guys!
<GitHub137>
[jruby] chrisseaton pushed 2 new commits to truffle-head: https://git.io/vwqTq
<GitHub137>
jruby/truffle-head ae00825 Chris Seaton: Merge branch 'master' into truffle-head...
<GitHub137>
jruby/truffle-head 79d67af Chris Seaton: [Truffle] Fix some problems with tracing and null call nodes from slow sends.