Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 6, 2017 12:43
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 zoffixznet/7d93b0c0a56d8cd1ce54f4bd77eda180 to your computer and use it in GitHub Desktop.
Save zoffixznet/7d93b0c0a56d8cd1ce54f4bd77eda180 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.J66aPQwFrt/rakudo$ gs
On branch newio
Your branch is up-to-date with 'origin/newio'.
nothing to commit, working tree clean
zoffix@VirtualBox:/tmp/tmp.J66aPQwFrt/rakudo$ grep -R 'Cat'
Binary file .git/objects/pack/pack-2fac89d2f085e5ad418c4f7472927b1fa71a030e.pack matches
Binary file .git/objects/pack/pack-2fac89d2f085e5ad418c4f7472927b1fa71a030e.idx matches
docs/ROADMAP:3 *** Cat and stream matching
docs/ChangeLog: + Catch P5ish use of $/
docs/ChangeLog: + Catch wrong attribute usage in a regexes.
src/Perl6/World.nqp: # Catch empty names and die helpfully.
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::Extension::Category', :$category);
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooManyParts', :$category, :needs(1));
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooManyParts', :$category, :needs(1));
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooFewParts', :$category, :needs(2));
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooManyParts', :$category, :needs(2));
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooFewParts', :$category, :needs(2));
src/Perl6/Grammar.nqp: self.typed_panic('X::Syntax::AddCategorical::TooManyParts', :$category, :needs(2));
src/core/Str.pm:multi sub uniprop(Int $code, Stringy $propname = "GeneralCategory") {
src/core/Stringy.pm: ?? fail X::NYI.new(:feature('Cat object'))
src/core/Exception.pm:my class X::Syntax::AddCategorical::TooFewParts does X::Syntax {
src/core/Exception.pm:my class X::Syntax::AddCategorical::TooManyParts does X::Syntax {
src/core/Exception.pm:my class X::Syntax::Extension::Category does X::Syntax {
zoffix@VirtualBox:/tmp/tmp.J66aPQwFrt/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment