Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 16, 2017 23:58
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/3dac4b3fc9175999bf33100c8fef4aed to your computer and use it in GitHub Desktop.
Save Whateverable/3dac4b3fc9175999bf33100c8fef4aed to your computer and use it in GitHub Desktop.
committable6
2015.12,HEAD my $iter = Rakudo::Iterator.Permutations(8); while $iter.pull-one !=:= IterationEnd { }
¦«2015.12»:
Could not find symbol '&Iterator'
in block <unit> at /tmp/tdtouAg0ZQ line 1
Actually thrown at:
in block <unit> at /tmp/tdtouAg0ZQ line 1
«exit code = 1»
¦«HEAD(488ca6f)»:
Too few positionals passed; expected 3 arguments but got 2
in block <unit> at /tmp/tdtouAg0ZQ line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment