Vadim Belman

Results 383 comments of Vadim Belman

BTW, did you see my other comments about `is pure` and return value?

> I don't see them here. I made them under https://github.com/rakudo/rakudo/pull/5513/files/b23f0e5fe68fbdc5fea8823428445152cc00e6ea and can see both up here. Anyway... The method cannot be `pure` because it depends on an independent mutable...

It looks like links to review comments are different from plain commits. I've updated the link above to the working one: https://github.com/rakudo/rakudo/pull/5513/files/b23f0e5fe68fbdc5fea8823428445152cc00e6ea

@0rir Say, you import a module that exports `Other::Mod::Foo` by default, or with a specific `:select_export`. You get `Foo` in your local namespace. But, as a matter of fact, you...

Can we make it 6.e only? I generally concur, but best if we don't touch 6.c/d.

I think @lizmat can explain better as I wasn't closely following the recent changes to the roast, but the first rule: have tests for each version with explicit `use v6.x`...

First of all, I consider rakudoc to be a document in first place. For a document formatting can be very important for its creator for a few reasons. Now, if...

BTW, this PR anyway breaks splitting text in paragraphs. It must be possible to fix this, but first I need to know if it worth time spent.

It crossed my mind that skipping of empty lines before and after rakudoc blocks can be related to their incorporation into the code. Because `=begin rakudoc` is a block on...

Comparing to Perl's behavior wouldn't be correct here. Best if tested against C/Rust code where it maps more or less directly into OS calls. Raku, in this case, is very...