Created
October 31, 2011 19:25
-
-
Save mlschroe/1328585 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/Perl6/Metamodel/BOOTSTRAP.pm.orig 2011-10-31 19:22:14.000000000 +0000 | |
+++ src/Perl6/Metamodel/BOOTSTRAP.pm 2011-10-31 19:22:28.000000000 +0000 | |
@@ -28,7 +28,7 @@ my class BOOTSTRAPATTR { | |
method box_target() { $!box_target } | |
method has_accessor() { 0 } | |
method has-accessor() { 0 } | |
- method build() { } | |
+ method build() { pir::null__P() } | |
method is_generic() { $!type.HOW.archetypes.generic } | |
method instantiate_generic($type_environment) { | |
my $ins := $!type.HOW.instantiate_generic($!type, $type_environment); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment