On Jan 21, 2006, at 5:19, Bob Rogers (via RT) wrote:
The state transition from :optional to :slurpy results in an "Unhandled
process_args state 0x83" error. The attached fix works, though it may
not be complete.
Thanks, applied - r11278.
Also, it assumes that CALL_STATE_SLURP and
CALL_STATE_OPT are mutually exclusive; seems to me they ought to be,
but
I may not have read your spec carefully enough.
pdd03 doesn't specify this AFAIK, but providing an :optional :slurpy
would be ambiguous, so the current state seems to be ok.
leo