-
-
Save MattOates/b80350376b3ba02c8ac7 to your computer and use it in GitHub Desktop.
Playing with the REPL branch from Rakudo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The line and file it appears to be complaining on about "$v" is https://github.com/rakudo/rakudo/blob/52210231f3c58a513f6ff433d4f0e6154d53efa4/lib/NativeCall.pm6#L301 | |
$ perl6 | |
To exit type 'exit' or '^D' | |
> Use of uninitialized value $v of type Any in string context | |
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in method CALL-ME at /Users/mo8122/.rakudobrew/moar-repl6/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 line 301 | |
Use of uninitialized value $v of type Any in string context | |
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in method CALL-ME at /Users/mo8122/.rakudobrew/moar-repl6/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 line 301 | |
> Any |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment