<chrisseaton>
Speak to me before you try and update to something newer in the future (I'd recommend you don't)
<ebarrett>
we are not going to for now
<ebarrett>
why, hell ensues?
<chrisseaton>
Yes - either stay where you are, or merge every week, in between doesn't really seem to work ever
<ebarrett>
fast moving targets
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ebarrett>
interested to know how you find what is wrong, so I can debug myself next time...
pitr-ch has joined #jruby
etehtsea has joined #jruby
<GitHub57>
[jruby] eregon pushed 2 new commits to truffle-head: https://git.io/v6V8J
<GitHub57>
jruby/truffle-head 79bf4be Benoit Daloze: Clarify $~ spec by using different variables for different cases
<GitHub57>
jruby/truffle-head 27c4474 Benoit Daloze: [Truffle] Add a couple Digest methods from MRI stdlib.
<ebarrett>
coffee, back in a moment
<chrisseaton>
BigInteger bi = BigInteger(u64_in_s64); that's not even valid Java code
TheWhip has joined #jruby
<ebarrett>
oh?
<ebarrett>
args are wrong, i see
<ebarrett>
eh, i wish i couuld see the compile error and I would have been able to fix thiss
tjohnson has joined #jruby
__hudson__ has quit [Remote host closed the connection]
<ebarrett>
those lines should be: BigInteger bi = BigInteger.valueOf(u64_in_s64);
<ebarrett>
but there is something else...
<chrisseaton>
BigInteger.valueOf() is what you want
<chrisseaton>
Sorry saw you posted that
<ebarrett>
aye
<chrisseaton>
But it compiles now for me
<chrisseaton>
(Posted a patch to yours)
etehtsea has quit [Quit: Computer has gone to sleep.]
etehtsea has joined #jruby
<ebarrett>
chrisseaton: thanks
<ebarrett>
i need to figure out why this is not building for me now...
<ebarrett>
is there really no way to ask maven to show the compilation error?
<ebarrett>
it's not -X or -e
<chrisseaton>
My patch doesn't build for you?
<chrisseaton>
Did you try a clean build?
<chrisseaton>
We've fixed the error message problem, but it's on a more recent commit and can't easily be backported
<ebarrett>
just trying that as we speak
camlow325 has joined #jruby
<ebarrett>
you changed 4 BigInteger constructors, and that's all, right?
<ebarrett>
hah, a clean build worked
<ebarrett>
eh maven...
<ebarrett>
chrisseaton: thankyou so much, really
<ebarrett>
i know the last thing you need is java noobz like me bothering you ;)
<chrisseaton>
it's np
<ebarrett>
now we have TSR values: 16368487716, 6827455837, 6763598328, 6699273833, ...
<ebarrett>
clearly some optimisation on iteration 1 there :)
<chrisseaton>
Is that working though?
<ebarrett>
i believe so
<ebarrett>
these numbers have just been collected via the interface you just fixed for me :)
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
<ebarrett>
now on to HHVM, which is always an excellent source of hair loss...
<headius>
g'day
<headius>
donV: around?
jimbaker has quit [Ping timeout: 244 seconds]
jimbaker has joined #jruby
jimbaker has quit [Changing host]
jimbaker has joined #jruby
vtunka has quit [Quit: Leaving]
shellac has quit [Quit: Leaving]
<GitHub155>
[jruby] headius opened issue #4080: Null value getting into packed array https://git.io/v6Voh
<GitHub90>
[jruby] nirvdrum force-pushed truffle-fix_match_backref from 97b874f to a24037f: https://git.io/v6uWv
<GitHub90>
jruby/truffle-fix_match_backref 5f91e6b Kevin Menard: [Truffle] Hide frame-local global variables from the local_variables list.
<GitHub90>
jruby/truffle-fix_match_backref da6745f Kevin Menard: [Truffle] Simplified the RegexpNodes#matchCommon call a bit by removing support for 'operator' mode.
<GitHub90>
jruby/truffle-fix_match_backref 187cfde Kevin Menard: [Truffle] Replaced calls to Regexp.last_match= with a direct primitive invoke to cut out an extra frame.
<headius>
donV: I opened that bug
etehtsea has quit [Quit: Computer has gone to sleep.]
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
<GitHub124>
[jruby] nirvdrum opened pull request #4081: Truffle fix match backref (truffle-head...truffle-fix_match_backref) https://git.io/v6VX8
prasunanand has joined #jruby
pawnbox has quit [Remote host closed the connection]
<claudiuinberlin>
we need to ship some desktop app and we plan to use javafx with java or kotlin :)
<claudiuinberlin>
but I love os much ruby ...
pawnbox has quit [Remote host closed the connection]
sluukkonen has quit [Ping timeout: 258 seconds]
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
subbu|lunch is now known as subbu
sluukkonen has joined #jruby
<enebo>
claudiuinberlin: no penalty for laying out scene graph and for things which end up eventing it may or may not matter.
zacts has quit [Quit: WeeChat 1.5]
<enebo>
claudiuinberlin: Ruby is not usually as quick as Java but I made sprite library with hundreds of sprites on the screen and the CPU was pretty tiny
<enebo>
claudiuinberlin: but a lot of behavior in JavaFX is pretty declarative so it is being donei n Java
zacts has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
<claudiuinberlin>
@enebo thx for the infor
zacts has quit [Quit: WeeChat 1.5]
yfeldblum has joined #jruby
pilhuhn is now known as pil-afk
pil-afk is now known as pil-zzZZzz
sluukkonen has quit [Ping timeout: 260 seconds]
skade has joined #jruby
sluukkonen has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
<GitHub136>
[jruby] headius pushed 2 new commits to master: https://git.io/v6wH6
<GitHub136>
jruby/master c5028dc Charles Oliver Nutter: Spec for module_function's singleton method with super....
<GitHub136>
jruby/master 30594f4 Charles Oliver Nutter: Define module_function singleton method as proper clone....
<GitHub24>
[jruby] headius closed issue #3708: Unresolved super with module_function https://git.io/v2y2e
lanceball is now known as lance|afk
<chrisseaton>
Is headius around?
<headius>
yup yup
<GitHub10>
[jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v6w7P
<GitHub10>
jruby/truffle-head e98c935 Chris Seaton: [Truffle] Fix wrong method name bug introduced doing removable of getIdentifier
<headius>
chrisseaton: what's up?
<chrisseaton>
Do you understand $~ to be both frame local *and* thread local at the same time? That's how we understand it, but I don't think I've ever seen your code that implements that.