]> git.eshelyaron.com Git - emacs.git/commit
Don't increment array index in cl-loop twice (Bug#40727)
authorNoam Postavsky <npostavs@gmail.com>
Thu, 30 Apr 2020 22:55:40 +0000 (18:55 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 7 May 2020 12:23:56 +0000 (08:23 -0400)
commitddc8020327604b92e7e830708933f62a22f48f62
treecfe881705093a9c4c1e726e4909a57abaf59ddf2
parentde7158598fcd5440c0180ff6f83052c29e490bcd
Don't increment array index in cl-loop twice (Bug#40727)

* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause): Put the temp-idx
increment in cl--loop-body, leaving just the side-effect free testing
of the index for both cl--loop-body and cl--loop-conditions.
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-macs-loop-and-arrays):
Extend test to cover this case.
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/cl-macs-tests.el