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?