Jonathan Worthington
Jonathan Worthington
@JJ Does anything have to be done to enable this other than merging it? Is it normal that I don't see any result of it in Checks in the PR...
> and new-disp related code in optimize_runbytecode which is assuming that facts->value.o has to be a pointer to a collectable But `if (cs->arg_flags[i] & MVM_CALLSITE_ARG_OBJ) {` should only come out...
Hm, is it me or does only the fast path care about `lengthu` and the one with the codepoint iterator ignores it?
@MasterDuke17 Indeed, because the units of `lengthu` are graphemes, but we iterate codepoints. It seems that actually none of the other encoders really pay attention to `length` either, though, which...
If possible, doing a build with the MoarVM flags `--asan --debug=3` would provide useful info also (or `rakudo-valgrind-m`, but that slows things down a lot).
> Try adding --full-cleanup, which will hopefully get rid of those leaks. It probably will, but unfortunately if we made it to the end and got the leak report, that...
Well yes, mentioning what didn't build would have helped. :-) Do `export ASAN_OPTIONS=detect_leaks=0` and try again.
@duke-m There's actually a long tradition of copying chunks from IRC logs to report bugs in Perl 6 projects, and (while it's not applicable here) it often is a very...
@leto the code for the Parrot side of things actually lives in the NQP repository, in the nqp_bigint.ops. As for separate issues, no, the JVM stuff will be moving into...
> Modules are not used directly, they are precompiled, so that is why they need to be reinstalled. And I don't think that depends on Rakudo Star, but on Rakudo...