Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created February 28, 2017 21:31
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 dogbert17/33da77db96e4000518e745e83b1ae4f3 to your computer and use it in GitHub Desktop.
Save dogbert17/33da77db96e4000518e745e83b1ae4f3 to your computer and use it in GitHub Desktop.
Strange error
dogbert@dogbert-VirtualBox ~/repos/rakudo $ make spectest HARNESS_TYPE=6 TEST_JOBS=4
...
t/spec/S02-types/stash.t .......................................... ok
t/spec/S02-types/subscripts_and_context.t ......................... ok
t/spec/S02-types/subset.t ......................................... ok
t/spec/S02-types/num.rakudo.moar .................................. ok
===( 0;111 134/210 0/? 0/?)===Unhandled exception in code scheduled on thread 15
No such method 'summary' for invocant of type 'IterationBuffer'
in sub output-ruler at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 536
in sub receive at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 548
in block at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 563
in method update at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 566
in method handle-entry at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 503
in method handle-entry at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 488
in block at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 290
in method add-data at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 286
in block at /home/dogbert/repos/rakudo/lib/TAP.pm6 (TAP) line 778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment