Skip to content

Instantly share code, notes, and snippets.

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