- 30 Jan, 2020 2 commits
-
-
Robert Goldman authored
Do not test for sb-eval feature See merge request asdf/asdf!131
-
Eric Timmons authored
SBCL 2.0.1 removed :sb-eval from *features* (and added it to an internal features list). Additionally the #+ reader macro now produces a full warning if a feature present on the internal features list is tested for. This commit tests for the presence of sb-kernel:lexical-environment-too-complex directly instead of looking at the sb-eval feature.
-
- 15 Jan, 2020 1 commit
-
-
Robert Goldman authored
-
- 14 Jan, 2020 1 commit
-
-
Robert Goldman authored
-
- 13 Jan, 2020 14 commits
-
-
- 12 Jan, 2020 2 commits
-
-
Robert Goldman authored
Add with-compilation-unit to test clean load for clasp. See merge request asdf/asdf!130
-
Robert Goldman authored
-
- 06 Jan, 2020 2 commits
-
-
Robert Goldman authored
Now cleaner and more general.
-
Robert Goldman authored
CL-INTERPOL, like CL-PPCRE, is maintained by Stas Boukarev, who refuses to fix bad name warnings. Fine. So I just squelch them myself.
-
- 05 Jan, 2020 5 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Thanks to Martin Simmons. Fix for issue #18 -- getenv did not work on Windows + Lispworks.
-
Robert Goldman authored
Test link farm See merge request asdf/asdf!129
-
Robert Goldman authored
Stelian reported that he was unable to find systems through link farm on ECL if the link farm was installed by source configuration. This attempts to confirm that.
-
Robert Goldman authored
Use ENSURE-PATHNAME on its argument.
-
- 26 Nov, 2019 2 commits
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
- 19 Nov, 2019 1 commit
-
-
Robert Goldman authored
-
- 18 Nov, 2019 1 commit
-
-
Robert Goldman authored
New test verifies that if operation-done-p is "wired" to always return NIL, then files will always be recompiled and reloaded. Created to address Gitlab issue 13: asdf/asdf#13
-
- 05 Oct, 2019 1 commit
-
-
Francois-Rene Rideau authored
Update all dependencies to be current. This update was triggered by CLASP support requiring a new asdf-encodings, but it is good to check that asdf-tools and asdf tests work with recent versions of libraries.
-
- 09 Sep, 2019 2 commits
-
-
François-René Rideau authored
Document ALREADY-LOADED-SYSTEMS. See merge request asdf/asdf!123
-
There was an `@findex` entry for this function, but no documentation. Added that. This likely is not where the doc for this function should go.
-
- 02 Aug, 2019 5 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Defsystem grammar documentation improvements See merge request asdf/asdf!122
-
Jan Moringen authored
-
Jan Moringen authored
-
Jan Moringen authored
* Mark meta-syntactic variables for non-constant, non-rule-name things such as symbol, string, pathname, etc. * Use macros to cross-reference rule definitions and uses * Replace "See below" with actual references to the sub-sections * Rule changes: * Avoid having two rules named "system-option" * Remove repeated definition of "simple-component-name" rule * Add operation-name rule
-
- 01 Aug, 2019 1 commit
-
-
Francois-Rene Rideau authored
-