Bugs item #3070964, was opened at 2010-09-19 06:39
Message generated for change (Comment added) made by steve_j_swift
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684730&aid=3070964&group_id=119701
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interpreter
Group: v4.0.1
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Swifty (steve_j_swift)
Assigned to: Nobody/Anonymous (nobody)
Summary: Condition(D) reports wrong variable in Novalue condition
Initial Comment:
[code]
Signal on Novalue
A. = B()
Say A.z
Exit
B: Procedure
Z.1 = 'A'
return Z.
Novalue:
Say 'Variable' condition('D') 'is undefined at line' sigl
[/code]
The Novalue handler tells you that variable "Z.Z" is undefined on line
4, but line 4 contains no reference to Z.Z or stem Z.
----------------------------------------------------------------------
>Comment By: Swifty (steve_j_swift)
Date: 2010-09-19 06:41
Message:
Curses! Pipped at the post. Bug 3067519
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684730&aid=3070964&group_id=119701
|