Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix PROCESS handling. Now all 00-parrot and 01-sanity pass and we can…
… run the spectests with the build produced right off.
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent 662c70a commit 7c6ebd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -963,3 +963,7 @@ Perl6::Metamodel::ParametricRoleGroupHOW.set_stash_type(Stash, EnumMap);
# Register default parent types.
Perl6::Metamodel::ClassHOW.set_default_parent_type(Any);
Perl6::Metamodel::GrammarHOW.set_default_parent_type(Grammar);

# Put PROCESS in place.
my $hll_ns := pir::get_root_global__PS('perl6');
$hll_ns<PROCESS> := PROCESS;

0 comments on commit 7c6ebd7

Please sign in to comment.