- From: <bugzilla@jessica.w3.org>
- Date: Tue, 10 May 2016 14:09:15 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29597 Abel Braaksma <abel.braaksma@xs4all.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abel.braaksma@xs4all.nl --- Comment #2 from Abel Braaksma <abel.braaksma@xs4all.nl> --- (In reply to Benito van der Zander from comment #1) > but the variable is never used, is it still an > error of the entire query? It might get evaluated lazily Section "2.3.4 Errors and Optimization" of XP31 explains this. If the variable is never called, it need not be evaluated. In such cases it is implementation dependent whether the dynamic error is raised (i.e., with eager variable evaluation, the error may always be raised, with lazy evaluation only when actually evaluated). -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 10 May 2016 14:11:11 UTC