Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pair/Whatever/WhateverCode need to be stubbed really early now.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent 7253071 commit edf1a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/core/Any.pm
@@ -1,5 +1,4 @@
my class MapIter { ... }
my class Whatever { ... }
my class Range { ... }
my class X::Bind::Slice { ... }
my class X::Bind::ZenSlice { ... }
Expand Down
8 changes: 5 additions & 3 deletions src/core/traits.pm
@@ -1,13 +1,15 @@
use Perl6::BOOTSTRAP;

# Stub a few things the compiler wants to have really early on.
my class Pair { ... }
my class Whatever { ... }
my class WhateverCode { ... }

# Stub these or we can't use any sigil other than $.
my role Positional { ... }
my role Associative { ... }
my role Callable { ... }

# This is needed for the export trait.
my class Pair { ... }

# for errors
my class X::Inheritance::Unsupported { ... }
my class X::Export::NameClash { ... }
Expand Down

0 comments on commit edf1a73

Please sign in to comment.