Skip to content

Commit

Permalink
Argh, we need to stub X::Localizer::NoContainer
Browse files Browse the repository at this point in the history
- now that the temp/let logic lives in R:I
- also put the exception stubs in alphabetical order for easier maintenance
  • Loading branch information
lizmat committed Dec 5, 2017
1 parent 126d7b5 commit 6fb5c8c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/core/Rakudo/Internals.pm
Expand Up @@ -3,14 +3,16 @@ my role IO { ... }
my class IO::Handle { ... }
my class IO::Path { ... }
my class Rakudo::Metaops { ... }

my class X::Assignment::ToShaped { ... }
my class X::Cannot::Lazy { ... }
my class X::IllegalOnFixedDimensionArray { ... };
my class X::Assignment::ToShaped { ... };
my class X::Str::Sprintf::Directives::BadType { ... };
my class X::Str::Sprintf::Directives::Count { ... };
my class X::Str::Sprintf::Directives::Unsupported { ... };
my class X::IllegalDimensionInShape { ... }
my class X::IllegalOnFixedDimensionArray { ... }
my class X::Localizer::NoContainer { ... }
my class X::Str::Sprintf::Directives::BadType { ... }
my class X::Str::Sprintf::Directives::Count { ... }
my class X::Str::Sprintf::Directives::Unsupported { ... }
my class X::TypeCheck { ... }
my class X::IllegalDimensionInShape { ... };

my class Rakudo::Internals {

Expand Down

0 comments on commit 6fb5c8c

Please sign in to comment.