Skip to content

Instantly share code, notes, and snippets.

@MattOates
Last active March 16, 2016 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattOates/b80350376b3ba02c8ac7 to your computer and use it in GitHub Desktop.
Save MattOates/b80350376b3ba02c8ac7 to your computer and use it in GitHub Desktop.
Playing with the REPL branch from Rakudo
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