Vadim Belman
Vadim Belman
Overall, a good thing to have. But since it's a new feature, spectests are needed too.
@lizmat you were not alone: #2903 :) @jnthn perhaps feeds would just fall back to simple chaining upon encountering a `HyperSeq`?
This issue is confusing me now. I just have checked out rakudo sources available via download on rakudo.org and found `nqp-configure` included. Then downloaded https://github.com/Raku/nqp/releases/download/2021.04/nqp-2021.04.tar.gz from this repo and it...
I think the situation would be pretty much different now, considering everything has changed in the build system. @samcv can you re-check how things currently are?
@Altai-man as far as I understand the best test is a CI using an image of a weird distro. Though to my view "weird" is rather polite word for the...
If it separates the core modules from the binary without installing them as dependencies – then, yes! :)
Without looking deeper into this, let me guess the real reason. Consider the position of error report. A term cannot start with a number. Looks like a LTA, but not...
@JJ do you mean something like: ```perl6 class Foo { method ^foo { } } Foo.new.^foo; ```
I have somewhat hastily brewed [PR for roast](https://github.com/Raku/roast/pull/756). Comments are welcome.
Wouldn't it be better to fudge those non-compiling tests for the time being? The `skip` fudge verb is exactly the one for the job. When your fix is complete, there...