- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 04 Sep 2006 11:21:48 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3646 frans.englich@telia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #2 from frans.englich@telia.com 2006-09-04 11:21 ------- Hi John, I believe Michael's comment is correct here, and therefore believe no changes needs to be done and closes this report as INVALID. No recursion can occur in the quoted example because variables appearing after a variable declaration are not in scope. So the variable reference, $e, is dangling and hence XPST0008 is issued. After having looked at the K-* tests, I think they trigger the same issue. If this resolution is not satisfactory, feel free to re-open this report. Otherwise feel free to change status to CLOSED. Frans
Received on Monday, 4 September 2006 11:22:00 UTC