Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 28, 2016 16:45
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/734214dab5acba58a991631ba15861d7 to your computer and use it in GitHub Desktop.
Save Whateverable/734214dab5acba58a991631ba15861d7 to your computer and use it in GitHub Desktop.
committable6
2015.12,HEAD multi regex-dispatch(/fo+/) { }; multi regex-dispatch(/ba+/) {}; regex-dispatch("foo");
¦«2015.12»: ===SORRY!=== Error while compiling /tmp/PfoPV9d9nF
Calling regex-dispatch(Str) will never work with any of these multi signatures:
(Int $ where { ... })
(Int $ where { ... })
at /tmp/PfoPV9d9nF:1
------> ) { }; multi regex-dispatch(/ba+/) {}; ⏏regex-dispatch("foo"); «exit code = 1»
¦«HEAD»: ===SORRY!===
Cannot find method 'compile_time_value' on object of type QAST::Op «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment