Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 21, 2018 11:48
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/ffeda7383fd01bddf643574d83329361 to your computer and use it in GitHub Desktop.
Save Whateverable/ffeda7383fd01bddf643574d83329361 to your computer and use it in GitHub Desktop.
committable6
2018.06,HEAD proto sub foo(Str) {*}; foo 42
¦«2018.06»:
===SORRY!=== Error while compiling /tmp/Xw44BWNK_F
Calling foo(Int) will never work with signature of the proto (Str)
at /tmp/Xw44BWNK_F:1
------> proto sub foo(Str) {*}; ⏏foo 42
«exit code = 1»
¦«HEAD(3117cfd)»:
===SORRY!=== Error while compiling /tmp/Xw44BWNK_F
Cannot resolve caller foo(...); Routine does not have any candidates. Is only the proto defined?
at /tmp/Xw44BWNK_F:1
------> proto sub foo(Str) {*}; ⏏foo 42
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment