- Jun 18, 2020
-
-
Vladimir Sedach authored
-
- May 12, 2020
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
Initially generated with git2cl
-
- Apr 26, 2020
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- Apr 12, 2020
-
-
Vladimir Sedach authored
-
- Apr 11, 2020
-
-
Vladimir Sedach authored
-
-
When negative looping was added (7d2536d8) it broke cases like: (loop for i from x ...) Instead of omitting the test it would instead add a test of (i < null). This patch corrects the bug that was introduced
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
-
Example input of (ps:ps (loop ... collect ... collect ...)) resulted in (function () { var collect41 = []; var collect41 = []; ...
-
Vladimir Sedach authored
-
- Oct 16, 2019
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
Thanks to Daniel Lowe for the bug report
-
- Mar 05, 2019
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- Dec 06, 2018
-
-
Vladimir Sedach authored
-
- Dec 02, 2018
-
-
Vladimir Sedach authored
-
- Nov 10, 2018
-
-
Vladimir Sedach authored
-
- Nov 09, 2018
-
-
Vladimir Sedach authored
-
- Nov 04, 2018
-
-
Vladimir Sedach authored
-
- Nov 03, 2018
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- Nov 02, 2018
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- Oct 27, 2018
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
Thanks to Paul M. Rodriguez for the patch.
-
Vladimir Sedach authored
-
Vladimir Sedach authored
No longer going to parenthesize lambdas and objects at toplevel. The REPL use case (the original motivation for parenthesizing at toplevel[1]) is a not very compelling special case. Apparently, MongoDB has some brain damage with parsing parenthesized expressions, which is a more compelling use case, and a reason not to parenthesize. Thanks to Lukas Phaf for the bug report. [1] https://mailman.common-lisp.net/pipermail/parenscript-devel/2011-November/000838.html
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- Oct 25, 2018
-
-
Vladimir Sedach authored
-