[svn:parrot] r41395 - trunk/docs/pdds

coke at svn.parrot.org coke at svn.parrot.org
Mon Sep 21 07:08:08 UTC 2009


Author: coke
Date: Mon Sep 21 07:08:03 2009
New Revision: 41395
URL: https://trac.parrot.org/parrot/changeset/41395

Log:
This already throws a proper exception:
too many arguments passed (3) - 1 param expected

Modified:
   trunk/docs/pdds/pdd03_calling_conventions.pod

Modified: trunk/docs/pdds/pdd03_calling_conventions.pod
==============================================================================
--- trunk/docs/pdds/pdd03_calling_conventions.pod	Mon Sep 21 06:43:08 2009	(r41394)
+++ trunk/docs/pdds/pdd03_calling_conventions.pod	Mon Sep 21 07:08:03 2009	(r41395)
@@ -238,9 +238,6 @@
 null.  Excess registers explicitly marked B<OPTIONAL> are always reset,
 regardless of the error flag settings.
 
-RT#45357 - which exception?  We really could use an exception subsystem.
-Oh, wait, that's my job.  Never mind.  --Chip
-
 =head4 Ordering of named values (outgoing)
 
 Named values (arguments, or values to return) must be listed textually after


More information about the parrot-commits mailing list