raiph

Results 130 comments of raiph

If `contains` (and `index`) could be made to warn when used on `Iterable`s, and did so, then you would have gotten a warning. (`lines` returns a `Seq` which does the...

Me too. Problem goes away with `no precompilation;`. Thanks @vendethiel++. I should have looked first but instead golfed before coming here to file a bug and finding this one. The...

Is it reasonable to discuss switching the metamodel to be/use `actor`s, not `class`s?

Readers may already know the following, but just in case not: From [the `IO/ArgFiles $*ARGFILES` doc](https://docs.raku.org/type/IO/ArgFiles#$*ARGFILES): > `$*ARGFILES` inside `sub MAIN` is always set to `$*IN`, even when `@*ARGS` is...

Hi @Zer0-Tolerance I'm not nine (IP5 author). But I saw that you'd not gotten a response and decided to see if I can help. Some thoughts: 1. "Any plan to...

@deoac Can you please provide links to gists of the output of `raku -V` and `perl -V`. Thanks!

Hi @deoac BTW, I'm not niner, and I'm no expert in these matters, and don't have a Mac, but I'll try to keep moving things along. I did a search...

@AntonOks >> My 2c: > ??? OK, my apologies, I realize I misinterpreted your intent. (For some reason -- the thought that jumped out as I wrote that was a...

> This appears to be caused by `&infix:«>».prec("assoc")` returning an empty string I just checked. By v2022.06 it returned 'chain'. Then, by Nov 2022, it displays: ``` Type check failed...

I've golfed the issue to this, which has matched since 2014.01 at least: 'a' ~~ rule { .* a } ---- As far as I can tell, in Rakudo, a...