github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
jeffythedragonsl can anyone recommend some good first issues? 02:37
MasterDuke ok, i've a fix for the issue in MVM_bigint_pow. but now i'm seeing a problem in MVM_bigint_exptmod, though the problem is not with exptmod itself, but that boxed values are persisting 16:15
the test is `my $r := nqp::pow_I(box(2), box(-3), $n_type, $bi_type); ok(nqp::iseq_n($r, 0.125) && nqp::istype($r, $n_type), 'pow 2 ** -3');`, but in MVM_bigint_exptmod the values are 42 and -42 (not 2 and -3) 16:17
running just that line by itself works fine, but when running the whole test file i get the problem. so somewhere i messed something up in my changes to the functions used during boxing 16:18
github.com/MoarVM/MoarVM/pull/1221 if anybody wants to take a look
MasterDuke hm, i may be mistaken as to what's wrong... 16:33
heh, yeah, i was way off 17:00