[svn:parrot] r44013 - trunk/runtime/parrot/library

jonathan at svn.parrot.org jonathan at svn.parrot.org
Tue Feb 16 11:17:58 UTC 2010


Author: jonathan
Date: Tue Feb 16 11:17:58 2010
New Revision: 44013
URL: https://trac.parrot.org/parrot/changeset/44013

Log:
[p6object] Minor fix up for P6object with respect to changes in Rakudo.

Modified:
   trunk/runtime/parrot/library/P6object.pir

Modified: trunk/runtime/parrot/library/P6object.pir
==============================================================================
--- trunk/runtime/parrot/library/P6object.pir	Tue Feb 16 11:13:03 2010	(r44012)
+++ trunk/runtime/parrot/library/P6object.pir	Tue Feb 16 11:17:58 2010	(r44013)
@@ -819,7 +819,7 @@
     # If this fails, and we want Any, and it's something form outside
     # of the Perl 6 world, we'd best just accept it.
     unless $S0 == 'Any' goto end
-    $I0 = isa topicwhat, 'Perl6Object'
+    $I0 = isa topicwhat, 'Mu'
     unless $I0 goto accept_anyway
     $I0 = 0
     goto end


More information about the parrot-commits mailing list