niner

Results 212 comments of niner

I'm a bit skeptical about the proposed MoarVM solution. It basically bakes in assumptions of the HLL code. That may be an ok thing to do. I just don't have...

Note that request-garbage-collection does not guarantee that all garbage is being collected. It only triggers a nursery collection and it depends on the heuristics of the GC if we do...

This was fixed by https://github.com/Raku/nqp/commit/8a925a02f7ea9d65104243aa48f558dc85129d7b and https://github.com/Raku/nqp/commit/7f434701fec2523964cede6a61339020ed1e534b Turns out it wasn't a memory leak in the strict sense after all. It was just accumulating a lot of garbage without triggering...

On Mittwoch, 18. August 2021 19:00:13 CEST Matthew O. Persico wrote: > Yes, I see now. Here, we have two interpreters running, each with its own > process space. Would...

There's just no way that Inline::Python could support Python 2 and Python 3 in the same program at the same time for the same reason that the switch to Python...

I'm not sure about this. I still meet people with whom it helps to mention Perl 6 and with those there's no downside to doing so.

Seems to me that there is a set of methods that are used internally while also forming part of Match's interface, e.g. `from` or `orig`. How about simply warning if...

> Again, I don't know what justifies the pretension that calling an `error` method and matching a regex are the same thing. If you want to call a method imperatively,...

The first SHA hash in the path (i.e. the DA3B96DAB7BC165C334BF96F9941B4C9DBA4BAE7 vs. B956FE95EA2D10BBA53021A509C172354487B37C) is the compiler's id, i.e. your tests used different rakudo versions (any change in rakudo's or nqp's sources...

I'd have no idea where the hostname would enter the compiler id and my local build artefacts also don't contain my hostname. What definitely does enter the compiler id is...