Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 5, 2017 12:54
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/d262f427671ac6551a1a41cbe0801228 to your computer and use it in GitHub Desktop.
Save Whateverable/d262f427671ac6551a1a41cbe0801228 to your computer and use it in GitHub Desktop.
committable6
HEAD MVM_SPESH_NODELAY=1 MVM_SPESH_BLOCKING=1 use Test; { { my sub foo { fail }(); CATCH { default { my $bt = .backtrace; is $bt.list.elems, 4, "we correctly have 4 elements in .list"; }} } }
¦«HEAD(4b02b8a)»:
===SORRY!=== Error while compiling /tmp/Fj9aTisYis
Two terms in a row
at /tmp/Fj9aTisYis:1
------> MVM_SPESH_NODELAY=1⏏ MVM_SPESH_BLOCKING=1 use Test; { { my s
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment