lucasb has quit [Quit: Connection closed for inactivity]
nirvdrum has joined #jruby
nirvdrum has quit [Ping timeout: 260 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jit_irscope_removal:92e93ac by Charles Oliver Nutter): The build was broken. https://travis-ci.org/jruby/jruby/builds/640271493 [174 min 33 sec]
travis-ci has left #jruby [#jruby]
adam12_ has joined #jruby
adam12 has quit [Ping timeout: 268 seconds]
eregon_ has quit [Ping timeout: 240 seconds]
eregon has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (jit_irscope_removal:033b410 by Charles Oliver Nutter): The build was fixed. https://travis-ci.org/jruby/jruby/builds/640299936 [161 min 40 sec]
nirvdrum has joined #jruby
nirvdrum has quit [Ping timeout: 268 seconds]
rusk has joined #jruby
ur5us_ has joined #jruby
rusk has quit [Read error: Connection reset by peer]
rusk has joined #jruby
nirvdrum has joined #jruby
nirvdrum has quit [Ping timeout: 272 seconds]
drbobbeaty has joined #jruby
nirvdrum has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ur5us_ has quit [Ping timeout: 268 seconds]
nirvdrum has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
nirvdrum has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
adam12_ is now known as adam12
sagax has quit [Quit: Konversation terminated!]
lucasb has joined #jruby
sagax has joined #jruby
shellac has joined #jruby
<cshupp[m]> headius: One of my coworkers found a better way of handling the maven build with java 11 that does not require a modification of the java.security file.
<cshupp[m]> Change to:
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac has quit [Ping timeout: 246 seconds]
nirvdrum has quit [Ping timeout: 272 seconds]
nirvdrum has joined #jruby
<headius[m]> oh very good
<headius[m]> do we have anything about this on the wiki?
<headius[m]> good to add somewhere if not
lucasb has quit [Quit: Connection closed for inactivity]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<headius[m]> woot
<headius[m]> bytecode AOT is becoming a thing
<headius[m]> enebo: bench_mandelbrot compiles...guess we're ready for VC money
<headius[m]> I had to modify it to not use blocks for the bench loops
<headius[m]> enebo: next issue found is defining instance method problem...similar to the Object include_class thing
<headius[m]> method's getting defined on the Foo metaclass, not on Foo itself
<headius[m]> so there's context I'm not persisting, or context that's not living in StaticScope to begin with
nirvdrum has quit [Ping timeout: 258 seconds]
<headius[m]> enebo: I have to restore the bulky way to construct and cache a BlockBody because I can't statically pass in the parent scope to create it lazily
<headius[m]> it should be possible to do later but I will need to restore a lot of non-indy logic to the JIT in order to support native image
<headius[m]> I can't get further right now until CompiledIRBlockBody uses only StaticScope
<headius[m]> can't get further on blocks anyway
<headius[m]> probably should break for dinner