Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 27, 2016 04:03
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/93db4fc89fffe0009de5335653ddcfff to your computer and use it in GitHub Desktop.
Save Whateverable/93db4fc89fffe0009de5335653ddcfff to your computer and use it in GitHub Desktop.
committable
releases ++blah++
¦«2015.10»: ===SORRY!=== Error while compiling /tmp/pk21Y0rpW6
Undeclared routine:
blah used at line 1
«exit code = 1»
|«2015.11»: ===SORRY!=== Error while compiling /tmp/pk21Y0rpW6
Operators '++' and '++' are non-associative and require parentheses
at /tmp/pk21Y0rpW6:1
------> ++blah++⏏<EOL>
expecting any of:
argument list
postfix «exit code = 1»
|«2015.12,2016.03,2016.04,2016.05,2016.06,2016.07,HEAD»: ===SORRY!=== Error while compiling /tmp/pk21Y0rpW6
Operators '++' and '++' are non-associative and require parentheses
at /tmp/pk21Y0rpW6:1
------> ++blah++<HERE><EOL>
expecting any of:
argument list
postfix «exit code = 1»
|«2016.02»: ===SORRY!=== Error while compiling /tmp/pk21Y0rpW6
Only identical operators may be list associative; since '++' and '++' differ, they are non-associative and you need to clarify with parentheses
at /tmp/pk21Y0rpW6:1
------> ++blah++<HERE><EOL>
expecting any of:
argument list
postfix «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment