Patrick Böker
Patrick Böker
Remove a broken and mostly redundant link. Some minor cleanup. Fixes rakudo/rakudo.org#105.
Prelude: Toolchain wise we've long had the issue that tools to display documentation (GitHub, GitLab, raku.land, ...) have an issue with running the Rakudo parser on source code to reach...
This is not done yet. I still need to write tests and clean up the Git history and probably more fixes. But I want to push this out now to...
Depends on MoarVM/MoarVM#1840 Has a long way to go. Currently the meat is implemented in Moar core. Maybe - just maybe I can manage to lift it out into a...
Currently we have: - https://docs.raku.org/language/packages - https://docs.raku.org/language/module-packages - https://docs.raku.org/language/modules - https://docs.raku.org/language/modules-extra These pages are not interlinked consistently. The topic each page covers is not differentiated clearly from the topics of...
See this issue: https://github.com/niner/Inline-Perl5/issues/191 This is surely caused by some Perl Packer side effect.
This fixes the error Cannot declare our-scoped role inside of a role (the scope inside of a role is generic, so there is no unambiguous package to install the symbol...
NativeCall is currently missing vararg support. Adding it requires making up a bit of syntax. A vararg function has a set of fixed arguments (similar to usual fixed arg functions),...
This ticket is meant to collect special cases / inconsistencies that were put into the Raku Grammar to please the tests. Such changes can point to inconsistencies / special cases...