# New Ticket Created by  Patrick R. Michaud 
# Please include the string:  [perl #56366]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56366 >


Currently Parrot doesn't do argument checking on zero-argument
subs (see RT#39844).  As a result we've placed some workarounds
in some 0-ary functions (e.g., pi(), rand() ) to throw an exception
if an argument is provided.

This is a placeholder ticket so that we can go back and remove
these workarounds when RT#39844 is resolved.  (Places in the
Rakudo sources that make use of the workaround should reference
this ticket number to make it easier to find them.)

Pm

Reply via email to