Vadim Belman

Results 383 comments of Vadim Belman

Update to the example from my last comment: ```raku sub get-pod { my $pod; my sub pull-pod($p) { $pod = $p; } EVAL q:to/TEST/; =begin pod =end pod pull-pod($=pod[0]); TEST...

@tbrowder That's exactly why am I asking you to rewrite it. Because whereas it can catch a bug now but it makes it extremely hard to diagnose and debug the...

@tbrowder BTW, I would appreciate it if you can then produce a PR to #658.

@patrickbkr Is `S17-procasync/windows-arg-quoting.t` ready for `spectest.data`?

The table as it looks now: ``` +-----------------+-----------------+------------------------------------------------+ | jvm | moar | | +-----------------+-----------------+------------------------------------------------+ | SPA 3/3 | SPA 3/3 | S26-documentation/11-non-breaking-space.t | | ... 0/0 | ... 0/0...

@lizmat if you have time to look at `S32-str/val.t` I would very much appreciate it. Either our view at `val()` has changed over time and some tests should not be...

I would express about the same doubt on the commonality of the feature. In my whole experience there was no case when it would be needed. Ok, sure, this is...

This all starts looking like a "war" of vim-users with the rest of the world. ;) BTW, googling on `smartcase matching` provides plenty of resources directly related to the matter....

> So I feel this behaviour is inconsistent: the class that is consuming > a role should _itself_ provide a stubbed method. Which could well be > something like: I...

> We also need to provide a method in case of collisions, so why would this be any different? Because classes are resolved with MRO? Roles are not. > So...