[PATCH] Add redact-gensyms and output files to testclean target

2019-12-11 Thread Evan Hanson
Previously, the "testclean" target would leave a few files lying around: the redact-gensyms executable that's used to iron out unique identifiers in the tests, and the output files it produces. This commit just makes sure those files are removed when `make testclean' is run. --- rules.make | 4

[PATCH] Fix for qt-light (rest operation inside closure would fail)

2019-12-11 Thread Peter Bex
Hi all, As found by Kon Lovett, there was still a bug in the rest argument handling when the rest argument was moved inside a closure and the rest argument would no longer be accessible locally but needs to be converted to a closure reference. I have been unable to come up with a truly minimal