[svn:parrot] r38952 - trunk/examples/namespace

allison at svn.parrot.org allison at svn.parrot.org
Wed May 20 02:02:07 UTC 2009


Author: allison
Date: Wed May 20 02:02:06 2009
New Revision: 38952
URL: https://trac.parrot.org/parrot/changeset/38952

Log:
[cage] Make the dump smarter about handling multis without a signature.

Modified:
   trunk/examples/namespace/namespace_dump.pir

Modified: trunk/examples/namespace/namespace_dump.pir
==============================================================================
--- trunk/examples/namespace/namespace_dump.pir	Wed May 20 01:49:05 2009	(r38951)
+++ trunk/examples/namespace/namespace_dump.pir	Wed May 20 02:02:06 2009	(r38952)
@@ -80,6 +80,7 @@
     print spac
     $P0 = multi[i]
     $P1 = $P0."get_multisig"()
+    if null $P1 goto next_loop
     m = elements $P1
     j = 0
 lp2:
@@ -90,6 +91,7 @@
     if j < m goto lp2
 
     print "\n"
+next_loop:
     inc i
     if i < n goto loop
 .end


More information about the parrot-commits mailing list