github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
brrt \o 09:44
gist.github.com/bdw/cd19305f0037b8...d8707616d9
- the linking proposal 09:45
patrickb brrt: Looks good! 10:47
brrt: Mind creating a PR in github.com/perl-gsoc-2019/ideas ? 10:48
brrt will do 10:58
MasterDuke what's the printf format string for an MVMnum64? 13:51
yoleaux 29 Jan 2019 06:49Z <nine> MasterDuke: I remember lots of +@some_arr in NQP code. In fact I think that that's the most common use of prefix:<+>. This use case would benefit from intification for sure.
jnthn %d (for double), I think 13:56
MasterDuke heh, that's what i thought, but i didn't understand the values actually printed. guess i need to figure out where/why they're happening 14:06
MasterDuke i'm back to trying to make prefix:<+> intify in my NQP branch instead of numify. rakudo builds ok, but fails a bunch of spectest 14:07
wait, isn't it %lf ? 14:16
jnthn oh, hang on.... 14:21
I dunno why I wrote %d, that's for integers :( 14:22
MasterDuke those seem to make a little more sense
jnthn It's %g :)
But I think %lf works too
Sorry, doing 5 things at once doesn't work so well :)
MasterDuke np, thanks. i've never seen %g before
MasterDuke oh hey! i think it's now passing all tests and spectests on my branches including prefix:<+> intifying 15:17