doc
doc copied to clipboard
🦋 Raku documentation
While reading this page, I was somewhat confused with the wording used and some assumptions made in some of the paragraphs. I was going to submit it as a PR...
We should track any existing deprecations in Rakudo noting: which version it's deprecated in, and which version it will be removed in. This can be done by pulling from the...
## Problem or new feature (this is more a ticket for myself, so no hurry) We have documented type (again, type) "Test" at https://docs.raku.org/type/Test which actually talks about a module,...
This is part of the 6.d spec, but so far it's not tested in roast: See Raku/roast#614, so it's for the time being in the limbo. Spun off #2632 ##...
## The problem it does have specific behavior (although not clear what that is, according to rakudo/rakudo#2468), so it should probably be documented specifically. ## Suggestions For the time being,...
Hi! I'm trying to find some documentation about `$=finish`, but it doesn't seem to be documented anywhere specifically. Because Rakudo doesn't implement generic pod variables, it would be nice have...
## The problem Some roles implemented in Baggy do not make sense in Mixy and are then overridden, bailing out with an error. For instance, [pick](https://github.com/rakudo/rakudo/blob/7629820461d9a9079289c04340bf8cf63a1548ca/src/core/Mixy.pm6) ## Suggestions Translate that...