Properly record Skip's gripe, which was really that the compiler
*appeared to* accept the first continue but complained about the second.
This commit is contained in:
parent
4a14e44eed
commit
ecd5f04ab6
|
@ -56,9 +56,9 @@ Core Language / Builtins
|
|||
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110830&group_id=5470
|
||||
|
||||
though still open as of this change, the following bug report is
|
||||
similar, though not quite the same, and should be checked for closure
|
||||
when this feature request is addressed.
|
||||
- When the compiler pass complains about something,
|
||||
e.g. "continue" inside "try", it should complain about the
|
||||
*first* error, not the second or last.
|
||||
|
||||
http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115143
|
||||
|
||||
|
|
Loading…
Reference in New Issue