Skip to content

Instantly share code, notes, and snippets.

@retupmoca
Created April 3, 2014 12:44
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 retupmoca/9953591 to your computer and use it in GitHub Desktop.
Save retupmoca/9953591 to your computer and use it in GitHub Desktop.
moar bugs
module bar;
use foo;
my Str @more-stuff;
module foo;
my Str @stuff;
> perl6 -I. -Mbar -e1
> perl6 --target=mbc --output=foo.moarvm foo.pm6
> perl6 -I. --target=mbc --output=bar.moarvm bar.pm6
===SORRY!===
None of the parametric role variants for 'TypedArray' matched the arguments supplied.
Cannot call ''; none of these signatures match:
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment