ur5us has quit [Ping timeout: 260 seconds]
ur5us has joined #jruby
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Liothen has quit [Quit: Liothen]
Liothen has joined #jruby
Liothen has quit [Client Quit]
ur5us has quit [Ping timeout: 260 seconds]
Liothen has joined #jruby
drbobbeaty has quit [Ping timeout: 260 seconds]
Alex[m] has quit [Quit: killed]
_whitelogger has joined #jruby
ruurd has quit [Remote host closed the connection]
TimGitter[m] has joined #jruby
ruurd has joined #jruby
ruurd has left #jruby [#jruby]
pedran[m] has joined #jruby
alexej[m] has joined #jruby
enebo[m] has joined #jruby
emil[m] has joined #jruby
valentina[m] has joined #jruby
Alex[m] has joined #jruby
carla[m] has joined #jruby
fzakaria1 has joined #jruby
lopex[m] has joined #jruby
jean[m]2 has joined #jruby
annette[m] has joined #jruby
nieve[m] has joined #jruby
kai[m] has joined #jruby
shiri[m] has joined #jruby
headius[m] has joined #jruby
M0xd[m] has joined #jruby
zingo777[m] has joined #jruby
donv[m] has joined #jruby
mark_menard[m] has joined #jruby
mariuszcwikla[m] has joined #jruby
JesseChavezGitte has joined #jruby
MattPattersonGit has joined #jruby
BlaneDabneyGitte has joined #jruby
dentarg[m] has joined #jruby
MarcinMielyskiGi has joined #jruby
byteit101[m] has joined #jruby
bhishm_boy[m] has joined #jruby
TimGitter[m]1 has joined #jruby
chrisseaton[m] has joined #jruby
OlleJonssonGitte has joined #jruby
GGibson[m] has joined #jruby
rebelwarrior[m] has joined #jruby
UweKuboschGitter has joined #jruby
kares[m] has joined #jruby
RomainManni-Buca has joined #jruby
liamwhiteGitter[ has joined #jruby
XavierNoriaGitte has joined #jruby
KarolBucekGitter has joined #jruby
CharlesOliverNut has joined #jruby
FlorianDoubletGi has joined #jruby
ChrisSeatonGitte has joined #jruby
GabrielMazetto[m has joined #jruby
JulesIvanicGitte has joined #jruby
NightMonkey has quit [Quit: ZNC - http://znc.in]
NightMonkey has joined #jruby
subbu is now known as subbu|away
bhishm_boy[m] has quit [Ping timeout: 246 seconds]
joshuacronemeyer has joined #jruby
bhishm_boy[m] has joined #jruby
subbu|away is now known as subbu
Iambchop_ has joined #jruby
carla[m]1 has joined #jruby
subbu_ has joined #jruby
chrisseaton[m]1 has joined #jruby
KarolBucekGitte4 has joined #jruby
chrisseaton[m] has quit [*.net *.split]
KarolBucekGitter has quit [*.net *.split]
carla[m] has quit [*.net *.split]
nieve[m] has quit [*.net *.split]
Iambchop has quit [*.net *.split]
subbu has quit [*.net *.split]
Iambchop_ is now known as Iambchop
joshuacronemeyer has quit [Read error: Connection reset by peer]
subbu_ is now known as subbu
nieve[m] has joined #jruby
subbu is now known as subbu|afk
subbu|afk is now known as subbu
joshuacronemeyer has joined #jruby
subbu is now known as subbu|away
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
subbu|away is now known as subbu
ur5us has joined #jruby
joshuacronemeyer has joined #jruby
dopplerg- has joined #jruby
joshuacronemeye4 has joined #jruby
Osho_ has joined #jruby
NightMonkey has quit [*.net *.split]
jeremyevans has quit [*.net *.split]
quadz_ has quit [*.net *.split]
dopplergange has quit [*.net *.split]
Osho has quit [*.net *.split]
jeremyevans has joined #jruby
quadz_ has joined #jruby
NightMonkey has joined #jruby
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
joshuacronemeyer has joined #jruby
ur5us has quit [Quit: Leaving]
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
ur5us has joined #jruby
joshuacronemeyer has joined #jruby
<joshuacronemeye4> Hi there. Working on my first jruby PR. On the travis build I am getting test failures that seem unrelated to my changes. https://travis-ci.org/github/jruby/jruby/builds/738384442 I tried running some of the failing tests locally, but I don't see the same failures. How reliable is the build?
<headius[m]> Yeah don't worry too much about those, I think a recent update broke CI temporarily
<headius[m]> If it's okay locally and we can verify it's okay on our end it should be fine
<byteit101[m]> headius: should I cache the arguments of ctors with arguments for potential init args?
<headius[m]> Not sure what you mean, cache what arguments exactly?
<byteit101[m]> in the javaproxyclassfactory we do super(*args) for all ctors, but don't save the args for calling the ruby #initialize function, should I do that for potential tie in later, or keep it as it is right now?
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
joshuacronemeyer has joined #jruby
ur5us has quit [Ping timeout: 260 seconds]
<joshuacronemeye4> thanks @headius
<byteit101[m]> headius: Why is the reification code using SkinnyMethodAdapter, vs the underlying ASM types?
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<byteit101[m]> How deeply should I worry about thread-safe constructors?
<byteit101[m]> headius: Hmm, my current implementation makes it hard to seperate allocate from initialize with a custon new. Should I allow them to be split for java extensions?