Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 18, 2017 00:21
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/d4d95966198a465b180704312b4096c1 to your computer and use it in GitHub Desktop.
Save Whateverable/d4d95966198a465b180704312b4096c1 to your computer and use it in GitHub Desktop.
committable6
906a46e5b^,906a46e5b,HEAD my @x = 1, 3, … *
¦«906a46e5b^»: ===SORRY!=== Error while compiling /tmp/P2xNNiMkgI
Comma found before apparent series operator; please remove comma (or put parens
around the ... listop, or use 'fail' instead of ...)
at /tmp/P2xNNiMkgI:1
------> my @x = 1, 3,⏏ … * «exit code = 1»
¦«906a46e»: Potential difficulties:
Comma found before apparent sequence operator; please remove comma (or put parens around the ... listop, or use 'fail' instead of ...)
at /tmp/P2xNNiMkgI:1
------> my @x = 1, 3,⏏ … *
*
in any at /tmp/whateverable/rakudo-moar/906a46e5b8449d682e696ad1befc9939c6c73795/share/perl6/runtime/CORE.setting.moarvm line 1
in block <unit> at /tmp/P2xNNiMkgI line 1
«exit code = 1»
¦«HEAD»: Potential difficulties:
Comma found before apparent sequence operator; please remove comma (or put parens around the ... call, or use 'fail' instead of ...)
at /tmp/P2xNNiMkgI:1
------> my @x = 1, 3,⏏ … *
*
in block <unit> at /tmp/P2xNNiMkgI line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment