timo

Results 85 comments of timo

i think this is a valid place to consider whitespace significant, at least if i interpret your message right; `+=` and `+ =` are not the same, so `[&&]` and...

> Apologies for the drive-by comment as I’m not a Moar developer or even a raku user at the moment… I appreciate input whether you're involved in the project or...

here's a full link to the godbolt compiler explorer with the latest variant of the coolroots with an old-ish gcc, old-ish clang, and an MSVC in order to make sure...

on the IRC we decided that it would actually be fine to use the existing MVMROOT name for the new macro and throw the old macro out completely.

i would like your input on this @jnthn since you made most of the streaming encoder stuff. t/nqp/116-streaming-decoder.t explicitly requires nqp::decodertakechars to return null unless the full requested amount can...

@librasteve here's what's going on in that first one: > my $a = (, , ); > say $a; #((a b c) (d e f) (g h i)) > dd...

the code currently just looks at the first `.` in the entire path. It needs to only look into the basename instead of the whole path. [method succ(IO::Path:D:) {](https://github.com/rakudo/rakudo/blob/2e82abc35389110abb915306926977b4fb16c82b/src/core.c/IO/Path.rakumod#L200-L210) →...

Can you check if a 2024.07 nqp + 143b5059c6fe9e5c8181bde40693995fb8c94dd0 moarvm also fails to build in a similar way? That is the first commit in moarvm after the 2024.07 release

can you also share the output from moar configure and make steps? i'm trying to reproduce your trouble with a ppc and a ppc64 big endian container based on adelie...

good news, I can reproduce the issue on both 32bit ppc big endian and 32bit x86. It looks like the in situ strings support isn't working with 32bit systems. Now...