Created
April 13, 2019 08:49
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use NativeCall; class A is repr('CPointer') { submethod DESTROY { say "BOO!" } }; A.new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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