ur5us has quit [Ping timeout: 246 seconds]
ur5us has joined #jruby
<headius[m]> we will be releasing 9.2.11.1 to address a bug that's a minor security issue for Puppet
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:73dc9d3 by Charles Oliver Nutter): The build was broken. https://travis-ci.org/jruby/jruby/builds/666601490 [168 min 43 sec]
victori has quit [Ping timeout: 258 seconds]
victori has joined #jruby
_whitelogger has joined #jruby
ur5us has quit [Ping timeout: 260 seconds]
_whitelogger has joined #jruby
ur5us has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 260 seconds]
drbobbeaty has joined #jruby
lucasb has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
codic0912 has quit [Ping timeout: 240 seconds]
annette[m] has quit [Ping timeout: 240 seconds]
rebelwarrior[m] has quit [Ping timeout: 240 seconds]
ibee[m] has quit [Ping timeout: 240 seconds]
cyberarm has quit [Ping timeout: 240 seconds]
rtyler1 has quit [Ping timeout: 240 seconds]
TimGitter[m] has quit [Ping timeout: 240 seconds]
MattPattersonGit has quit [Ping timeout: 240 seconds]
ThomasEEneboGitt has quit [Ping timeout: 240 seconds]
cshupp[m] has quit [Ping timeout: 240 seconds]
lopex[m] has quit [Ping timeout: 240 seconds]
claudiuinberlin[ has quit [Ping timeout: 256 seconds]
enebo[m] has quit [Ping timeout: 256 seconds]
harpritsinghkohl has quit [Ping timeout: 256 seconds]
CharlesOliverNut has quit [Ping timeout: 256 seconds]
MarcinMielyskiGi has quit [Ping timeout: 256 seconds]
liamwhiteGitter[ has quit [Ping timeout: 256 seconds]
FlorianDoubletGi has quit [Ping timeout: 256 seconds]
daniel_jruby_que has quit [Ping timeout: 256 seconds]
ChrisSeatonGitte has quit [Ping timeout: 256 seconds]
rwilliams[m] has quit [Ping timeout: 240 seconds]
rdubya[m] has quit [Ping timeout: 240 seconds]
aemadrid[m]1 has quit [Ping timeout: 256 seconds]
TimGitter[m]1 has quit [Ping timeout: 256 seconds]
rg_3[m] has quit [Ping timeout: 256 seconds]
codic0912 has joined #jruby
daniel_jruby_que has joined #jruby
TimGitter[m]1 has joined #jruby
rtyler1 has joined #jruby
CharlesOliverNut has joined #jruby
ThomasEEneboGitt has joined #jruby
rwilliams[m] has joined #jruby
ibee[m] has joined #jruby
TimGitter[m] has joined #jruby
rdubya[m] has joined #jruby
lopex[m] has joined #jruby
cyberarm has joined #jruby
annette[m] has joined #jruby
FlorianDoubletGi has joined #jruby
claudiuinberlin[ has joined #jruby
MarcinMielyskiGi has joined #jruby
liamwhiteGitter[ has joined #jruby
cshupp[m] has joined #jruby
enebo[m] has joined #jruby
aemadrid[m]1 has joined #jruby
rebelwarrior[m] has joined #jruby
rg_3[m] has joined #jruby
ChrisSeatonGitte has joined #jruby
harpritsinghkohl has joined #jruby
MattPattersonGit has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
KeyJoo has joined #jruby
KeyJoo has quit [Max SendQ exceeded]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (9.2.11.1:b1f55b1 by Thomas E. Enebo): The build failed. https://travis-ci.org/jruby/jruby/builds/666907933 [100 min 47 sec]
<fzakaria[m]> Is there something wonky with JRuby + ActiveSupport extensions.
<fzakaria[m]> 2019-12-13 09:27:19.975 +0000 [ERROR|00256|] :: NameError : uninitialized constant ActiveSupport::SafeBuffer
<fzakaria[m]> Did you mean? ActiveSupport::SafeBuffer
<fzakaria[m]> Did you mean? ActiveSupport::SafeBuffer
subbu is now known as subbu|lunch
<headius[m]> hmm no issue I know of
<headius[m]> looks like some problem autoloading that class?
<fzakaria[m]> nvm on google says stuff about autoload
<fzakaria[m]> but we are not autoloading it..
<fzakaria[m]> hmm. Ruby is so tough to figure out dependencies :)
<headius[m]> Rails sets up autoloads for a lot of stuff by default
<headius[m]> you can tell it to eager load but I don't know how that works these days
<fzakaria[m]> looks like in Rails the class has to inherit AutoLoad though
subbu|lunch is now known as subbu
ur5us has joined #jruby
<headius[m]> yeah not sure, can you dig into this a bit and see what you find out?
<headius[m]> autoload is not perfect in JRuby but there's no issues I know of that would cause this
<fzakaria[m]> yea i'm trying to dig in a bit; timeboxing.
<fzakaria[m]> just weird because we tried to solve these with explicit `require` statements to 'eagler load ' them
<fzakaria[m]> but who knows whats hijacking require and doing stuff
<headius[m]> feel free to open an issue to keep track of discussion... it's no harm if it turns out it's not our problem
<fzakaria[m]> I hate kind of having not much to go on when opening issues; but maybe someone in the community might have a good answer.
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]> fzakaria: omg that constant is defined in the same file
<headius[m]> I have no theories now
<fzakaria[m]> yea it's so whacky
<fzakaria[m]> the method is after the class definition
<fzakaria[m]> something would have to unset the constant.
<byteit101[m]> Thomas E Enebo: Only took me 4 years, but I just did a 0.4.2 release of fmlloader-jrubyfx
<headius[m]> Woohoo
<headius[m]> fzakaria if we can come up with a simple reproduction we can set a breakpoint right at the constant missing error
<headius[m]> I have to admit I am stumped at the moment