Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
Related revert: https://github.com/perl6/nqp/commit/a8682f71a8 IRC discussion: https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2018-10-28#l244 - [ ] mark that file as "we should only have 1 test here, please put other test in another file" - [ ]...
Basically, add this to all example files that don't have it already: ```bash #!/usr/bin/env perl6 ``` And make sure that they are executable: ```bash chmod +x example-file.p6 ``` See also...
I am inclined to create this ticket because: * There was a ticket asking to provide texas versions of code snippets: #526 * “The community as a whole is pushing...
Is there a way to make the documentation more obvious so that https://docs.perl6.org/language/intro becomes unneeded? 
Code: ``` perl6 say WHAT $*REPO ``` Result: ``` (Installation) ```
OK so it could be that I forgot something but this is actually news to me. I was thinking that zef would be able to work on all rakudo releases...
Some tests were deleted according to the rakudo pull request that removes the error completely. Let's take a look at the deleted tests one by one. The first test checks...
```perl6 class Foo { method STORE($new) { say 42 } }; Foo.new = 50 #456 OUTPUT: «42» ``` https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2019-01-09#l217
We had [this doc issue](https://github.com/perl6/doc/issues/503) and eventually all of these were documented (I think the reasoning for that is that some of them are tested indirectly through `$*PERL`). We need...
See this discussion: https://irclog.perlgeek.de/perl6-dev/2017-01-14#i_13921183