Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 14, 2017 03:18
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/9f5f6ab318e16a29057748876d8af883 to your computer and use it in GitHub Desktop.
Save Whateverable/9f5f6ab318e16a29057748876d8af883 to your computer and use it in GitHub Desktop.
committable6test
2017.08,HEAD https://gist.githubusercontent.com/AlexDaniel/8a09bc158fa08b7b5970668ac9aefbc4/raw/2050c55c8956175229782b8847f8b98f615c40aa/exceptions.t.p6
¦«2017.08»:
1..1
1..3
precompiling SETTING
ok 1 - code dies
ok 2 - right exception type (SX::Unbalanced)
ok 3 - .message matches Couldn't find closing ‘"’ to finish double-quoted string
ok 1 - stray "
¦«HEAD(c4043b0)»:
1..1
# Failed test 'right exception type (SX::Unbalanced)'
# at /tmp/whateverable/rakudo-moar/c4043b068d3f170b601f6eb124db78c9ca699dfa/share/perl6/precomp/49AB0F9BCE9CC01E048A9983277F64F7B95741BC.1505341620.12064/C7/C712FE6969F786C9380D643DF17E85D06868219E line 1
1..3
ok 1 - code dies
not ok 2 - right exception type (SX::Unbalanced)
ok 3 - # SKIP wrong exception type
not ok 1 - stray "
# Expected: SX::Unbalanced
# Got: X::AdHoc
# Exception message: precompiling SETTING
# ===SORRY!=== Error while compiling /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/PRECOMP/SETTING.pm6 (Spit::PRECOMP::SETTING)
# An exception occurred while evaluating a constant
# at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/PRECOMP/SETTING.pm6 (Spit::PRECOMP::SETTING):7
# Exception details:
# No such method 'is-primitive' for invocant of type 'Perl6::Metamodel::ClassHOW'
# in method produce-parameterization at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Metamodel.pm6 (Spit::Metamodel) line 195
# in block at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Metamodel.pm6 (Spit::Metamodel) line 162
# in method parameterize at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Metamodel.pm6 (Spit::Metamodel) line 174
# in sub lookup-type at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/SAST.pm6 (Spit::SAST) line 40
# in code at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Actions.pm6 (Spit::Parser::Actions) line 969
# in method type at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Actions.pm6 (Spit::Parser::Actions) line 958
# in regex type at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 631
# in regex postfix:sym<⟶> at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 562
# in regex postfix at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 542
# in regex termish at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 369
# in regex EXPR at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 349
# in regex EXPR-and-mod at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 88
# in regex at /home/bisectable/git/whateverable/data/all-modules/LLFourn/p6-DispatchMap/lib/.precomp/49AB0F9BCE9CC01E048A9983277F64F7B95741BC.1505341620.12064/44/444AB249AC5D1811B3A2E0699808329E36AA7DDC line 1
# in regex statement at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 72
# in regex statementlist at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 46
# in regex at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 595
# in regex wrap at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 843
# in regex blockoid at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 594
# in regex cmd-blockoid at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 599
# in regex routine-declaration at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 254
# in regex declaration:sym<method> at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 248
# in regex declaration at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 179
# in regex at /home/bisectable/git/whateverable/data/all-modules/LLFourn/p6-DispatchMap/lib/.precomp/49AB0F9BCE9CC01E048A9983277F64F7B95741BC.1505341620.12064/44/444AB249AC5D1811B3A2E0699808329E36AA7DDC line 1
# in regex statement at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 72
# in regex statementlist at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 46
# in regex at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 595
# in regex wrap at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 845
# in regex blockoid at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 594
# in regex declaration:sym<class> at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 188
# in regex declaration at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 179
# in regex at /home/bisectable/git/whateverable/data/all-modules/LLFourn/p6-DispatchMap/lib/.precomp/49AB0F9BCE9CC01E048A9983277F64F7B95741BC.1505341620.12064/44/444AB249AC5D1811B3A2E0699808329E36AA7DDC line 1
# in regex statement at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 82
# in regex statementlist at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 46
# in regex TOP at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Parser/Grammar.pm6 (Spit::Parser::Grammar) line 36
# in sub compile at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/Compile.pm6 (Spit::Compile) line 38
# in block at /home/bisectable/git/whateverable/data/all-modules/spitsh/spitsh/lib/Spit/PRECOMP/SETTING.pm6 (Spit::PRECOMP::SETTING) line 9
#
#
# Looks like you failed 1 test of 3
# Failed test 'stray "'
# at /tmp/jJWceb8qKI line 13
# Looks like you failed 1 test of 1 «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment