Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 30, 2018 17:06
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/b0f4c763a5d5a991153d059a1c119008 to your computer and use it in GitHub Desktop.
Save Whateverable/b0f4c763a5d5a991153d059a1c119008 to your computer and use it in GitHub Desktop.
evalable6
say 1 does Bool;
(exit code 1)
1
Unhandled exception: Cannot unbox a type object (Bool) to int.
at SETTING::src/core/Attribute.pm6:129 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:<anon>)
from SETTING::src/core/List.pm6:366 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:Bool)
from SETTING::src/core/Mu.pm6:101 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:Bool)
from SETTING::src/core/Rakudo/Internals.pm6:1630 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Rakudo/Internals.pm6:1613 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Lock.pm6:28 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:protect)
from SETTING::src/core/Rakudo/Internals.pm6:1612 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/CORE.setting.moarvm:)
from gen/moar/main.nqp:51 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/perl6.moarvm:)
from gen/moar/main.nqp:50 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/perl6.moarvm:MAIN)
from gen/moar/main.nqp:38 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/perl6.moarvm:<mainline>)
from <unknown>:1 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/perl6.moarvm:<main>)
from <unknown>:1 (/tmp/whateverable/rakudo-moar/45080856b23a9a28884ccc8eb8a852923ff7978a/share/perl6/runtime/perl6.moarvm:<entry>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment