- 18 Jun, 2020 1 commit
-
-
Vladimir Sedach authored
-
- 12 May, 2020 3 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
Initially generated with git2cl
-
- 26 Apr, 2020 2 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- 12 Apr, 2020 1 commit
-
-
Vladimir Sedach authored
-
- 11 Apr, 2020 8 commits
-
-
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
-
- 16 Oct, 2019 3 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
Thanks to Daniel Lowe for the bug report
-
- 05 Mar, 2019 3 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- 06 Dec, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 02 Dec, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 10 Nov, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 09 Nov, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 04 Nov, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 03 Nov, 2018 4 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- 02 Nov, 2018 3 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- 27 Oct, 2018 6 commits
-
-
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
-
- 25 Oct, 2018 1 commit
-
-
Vladimir Sedach authored
-