Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 27, 2016 03:20
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/4333c1ddb4c74d8421bee00afc5b6b10 to your computer and use it in GitHub Desktop.
Save Whateverable/4333c1ddb4c74d8421bee00afc5b6b10 to your computer and use it in GitHub Desktop.
committable
releases ++blah++
¦«2015.10,2015.12»: ===SORRY!=== Error while compiling /tmp/ZrUmESRcQa
Undeclared routine:
blah used at line 1
«exit code = 1»
|«2015.11»: ===SORRY!=== Error while compiling /tmp/ZrUmESRcQa
Operators '++' and '++' are non-associative and require parentheses
at /tmp/ZrUmESRcQa:1
------> ++blah++⏏<EOL>
expecting any of:
argument list
postfix «exit code = 1»
|«2016.02,2016.04,2016.05,2016.06,2016.07,HEAD»: ===SORRY!=== Error while compiling /tmp/ZrUmESRcQa
Only identical operators may be list associative; since '++' and '++' differ, they are non-associative and you need to clarify with parentheses
at /tmp/ZrUmESRcQa:1
------> ++blah++⏏<EOL>
expecting any of:
argument list
postfix «exit code = 1»
|«2016.03»: ===SORRY!=== Error while compiling /tmp/ZrUmESRcQa
Only identical operators may be list associative; since '++' and '++' differ, they are non-associative and you need to clarify with parentheses
at /tmp/ZrUmESRcQa: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