Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 14, 2017 02:31
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 Whateverable/26556ae2480434452912d5b21d3bc460 to your computer and use it in GitHub Desktop.
Save Whateverable/26556ae2480434452912d5b21d3bc460 to your computer and use it in GitHub Desktop.
committable6
my $x = ‘.’; say infix:[$x]
¦«2015.12»: Use of uninitialized value <element> of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in any canonicalize_pair at src/Perl6/World.nqp line 4019
Use of uninitialized value <element> of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in any canonicalize_pair at src/Perl6/World.nqp line 4025
===SORRY!=== Error while compiling /tmp/WfaXGKALy8
Undeclared routine:
infix:<> used at line 1. Did you mean 'infix:<->', 'infix:<∖>', 'infix:<o>', 'infix:<⊎>'?
«exit code = 1»
¦«HEAD»: Use of uninitialized value <element> of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
in any ACCEPTS at gen/moar/stage2/NQPCORE.setting line 585
Use of uninitialized value <element> of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
in any term at /tmp/whateverable/rakudo-moar/aac9efcbda6a191c9ef8ef232cfa7fa639722a10/share/nqp/lib/Perl6/Grammar.moarvm line 1
===SORRY!=== Error while compiling /tmp/WfaXGKALy8
Undeclared routine:
infix:<> used at line 1. Did you mean 'infix:<->', 'infix:<∖>', 'infix:<o>', 'infix:<⊎>'?
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment