Nick Logan
Nick Logan
> @ugexe are you still on Mojave, or a more recent version of MacOS? I am on Catalina 10.15.7 ``` $ uname -v Darwin Kernel Version 19.6.0: Thu Oct 29...
It looks like the last release that gives a consistent result on my system is 2019.03.1, and release 2019.07.1 starts exhibiting the issue.
Time is a premium commodity for the people at both ends of bug reports. No hyperbole is needed to back this up.
The choices are not just "No issues" and "Poorly described issues" - this is not a binary thing so lets not try and make it one. As for why someone...
Take your problems with the zef issue tracker out on someone other than the guy trying to explain himself - it's not very becoming.
It couldn't hurt, but I also don't think we really have the tooling to make that job as easy as possible for e.g. me. I do keep a record of...
``` nickl@localhost:~$ perl6-gdb-m -e '\ > class TestMe {\ > has @!modules = ;\ > method test-method {\ > gather for @!modules -> $module { take (require ::($module)) }\ >...
```diff diff --git a/src/core/CompUnit/Repository/Installation.pm6 b/src/core/CompUnit/Repository/Installation.pm6 index 1151e16e1..271928dc8 100644 --- a/src/core/CompUnit/Repository/Installation.pm6 +++ b/src/core/CompUnit/Repository/Installation.pm6 @@ -596,7 +596,11 @@ sub MAIN(:$name, :$auth, :$ver, *@, *%) { return %!loaded{$id} //= $compunit; } } -...
`perl6 -e 'loop { await ^2 .map: { start { require "/Users/ugexe/repos/rakudo/lib/Test.pm6" } } }'` The above encounters the same problem as the original issue, but uses CUR::AbsolutePath. One solution...
I'm pretty sure there is no backwards compatible way to do much of this. For example one can already write e.g. `sub MAIN(Bool :yesorno(:$yn)) { }` and pass `-yn` which...