Vadim Belman

Results 383 comments of Vadim Belman

Not sure about the exact cause, but would be nice if you check `nqp/MoarVM/3rdparty/libuv` subdirectory for actual existence of `libuv` submodule content. You can also `cd nqp/MoarVM` and try executing...

I don't really see what's wrong here. Trait `is` tells that a symbol explicitly _is_ something. I.e. anonymous `@` and `%` literally become instances of `Container`. In order to get...

I have recovered my memories on this subject. What happens here is that roles are expected to match against their respective group. All roles, including concretizations. I.e. `R[1,2] ~~ R`...

With regard to my changes, especially to the roles overhaul, I'm totally open for comments. As much as the time allows, I'm trying to follow changes in docs repo. IRC...

@alabamenhu Best if you skip the tests on non-RakuAST build. At the module level I'd recommend to check for this too and print a meaningful error. BTW, consider publishing with...

@niner everything is lexical. Unless the sharing happens somewhere at the backstage, but unlikely.

This could have something to do with unicode properties, perhaps. While I was trying to find a workaround the following variant was tested and failed too: ```raku if ! $amount.contains(/^...

I have changed the subject because it looks like regxes are not guilty. Changing my code to the following didn't fix the problem: ```raku if unimatch($amount, "Sc") { ... }...

I see nothing low-hanging in there. I even tried to re-implement the protocol in new-disp and gave up. As to the signature, it already tries to avoid the protocol when...

As long as I checked it out, it seems that the problem covered is related to _/proc_ specifically. So, the test is better be skipped where the FS not available,...