Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 13, 2019 08:49
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/a26383346eb9d2f1a26879c3ba0c1823 to your computer and use it in GitHub Desktop.
Save Whateverable/a26383346eb9d2f1a26879c3ba0c1823 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; class A is repr('CPointer') { submethod DESTROY { say "BOO!" } }; A.new
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was:
Failed to create directory '/home/bisectable/.perl6/short' with mode '0o777': Failed to mkdir: Read-only file system
in any statement_control at /tmp/whateverable/rakudo-moar/45e2902d0210cc24376229800569e1dbb7856093/bin/../share/nqp/lib/Perl6/Grammar.moarvm line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment