- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 Sep 2015 09:21:21 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29153
--- Comment #6 from Michael Kay <mike@saxonica.com> ---
I don't see a problem with lookahead and accumulators.
Process A does the lookahead, that is:
repeat {
read node N
write node N-1
}
Process B reads the output of Process A
Process A knows whether the node it has just passed to Process B is the last in
the sequence
Process B evaluates the accumulators.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 30 September 2015 09:21:26 UTC