Skip to content

Instantly share code, notes, and snippets.

@leedo
Created July 17, 2013 20:52
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 leedo/c5c9a35920d0e7755238 to your computer and use it in GitHub Desktop.
Save leedo/c5c9a35920d0e7755238 to your computer and use it in GitHub Desktop.
perl6 repl error
lee@trillian:~/src/rakudo (nom)$ ./perl6
> "what".nope
Method 'nope' not found
> "what".nope
SC with handle D0EA4CCE90622D090D653BCB97EF9B92951C41CF already exists
Method 'ast' not found
P6str representation does not implement at_pos_boxed
Method 'node' not found
Method 'dump' not found
java.lang.RuntimeException: java.lang.ClassCastException: org.perl6.nqp.sixmodel.reprs.P6strInstance cannot be cast to org.perl6.nqp.runtime.EvalResult
"what".nope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment