Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Settings are load dependencies, not fixups. Seems to fix --setting=SA…
…FE usage (and thus p6eval).
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent 455035f commit 28f3d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/World.pm
Expand Up @@ -159,7 +159,7 @@ class Perl6::World is HLL::World {
)
)
);
self.add_fixup_task(:deserialize_past($fixup), :fixup_past($fixup));
self.add_load_dependency_task(:deserialize_past($fixup), :fixup_past($fixup));

return pir::getattribute__PPs($setting, 'lex_pad');
}
Expand Down

0 comments on commit 28f3d64

Please sign in to comment.