Files
emacs/test/lisp
Mattias Engdegård 45252ad8f9 Fix closure-conversion of shadowed captured lambda-lifted vars
Lambda-lifted variables (ones passed explicitly to lambda-lifted
functions) that are also captured in an outer closure and shadowed
were renamed incorrectly (bug#51982).

Reported by Paul Pogonyshev.

* lisp/emacs-lisp/cconv.el (cconv--lifted-arg): New.
(cconv-convert): Provide correct definiens for the closed-over
variable.
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--test-cases):
* test/lisp/emacs-lisp/cconv-tests.el (cconv-tests--intern-all)
(cconv-closure-convert-remap-var): Add tests.
2021-12-01 16:58:25 +01:00
..
2021-11-21 09:20:06 +01:00
2021-10-29 15:30:21 +02:00
2021-10-23 08:13:43 +02:00
2021-11-25 10:14:01 -08:00
2021-11-24 16:54:59 +01:00
2021-09-26 20:45:07 +02:00
2021-08-09 14:14:37 +02:00
2021-10-16 09:18:37 -07:00