- 25 Jul, 2018 1 commit
-
-
Jan Moringen authored
Before this commit, ill-formed DEFSYSTEM options of the form :perform ((op ...)) instead of :perform (op ...) caused %DEFINE-COMPONENT-INLINE-METHODS to infinite-loop.
-
- 05 Jun, 2018 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 02 Jun, 2018 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
REIFY-UNDEFINED-WARNING uses SB-C internals to "dehydrate" SB-C::COMPILER-ERROR-CONTEXT structures, but those structures have changed. Merge (squashed) of topic branch fix-sbcl-deferred-warnings Eric Timmons found the bug, and Fare and Attila Lendvai improved the initial fix substantially.
-
- 04 May, 2018 5 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Merged together my draft of the Changelog with Fare's. * 'master' of common-lisp.net:asdf/asdf: Create changelog entry for 3.3.2
-
Francois-Rene Rideau authored
-
- 03 May, 2018 1 commit
-
-
Robert P. Goldman authored
-
- 08 Apr, 2018 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 07 Mar, 2018 5 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Set source file of package-inferred-systems to source file of primary system See merge request asdf/asdf!93
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Add support for the Mezzano Common Lisp operating system See merge request asdf/asdf!94
-
- 01 Mar, 2018 3 commits
-
-
Peter Housel authored
-
Eric Timmons authored
This ensures that primary-system-name gives the name of the primary system when passed a package-inferred-system object. Add test to catch this regression in the future.
-
Peter Housel authored
These changes add support for the Mezzano operating system and its Common Lisp implementation. They are based on changes originally developed by Henry Harrington against ASDF 3.1.7.
-
- 20 Feb, 2018 3 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Add DEPENDENCY-NOT-DONE condition. Refine the printing of such warnings. Later we may wish to export this condition, if we can identify when it should be muffled.
-
- 19 Feb, 2018 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Define package fixes See merge request asdf/asdf!92
-
- 17 Feb, 2018 2 commits
-
-
Eric Timmons authored
SBCL has been getting aggresive with checking arguments to functions. For some reason (as of SBCL 1.4.1), setting the package source location in define-package seems to trigger a source translation for the apply form that ends up producing (many) compilation notes that the arguments to ensure-package in the keyword positions are not constant, weakening keyword argument checking. We can get around that, however, by using a funcall directly.
-
Eric Timmons authored
Tested on SBCL 1.4.4. If sb-c:source-location is evaluated during macro expansion, then the source location will always point to asdf.lisp (inside the define-package macro). If it is evaluated after macro expansion, it points to the right place.
-
- 16 Jan, 2018 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Misnamed secondary See merge request asdf/asdf!91
-
- 03 Jan, 2018 2 commits
-
-
Francois-Rene Rideau authored
Distinguish between "syntactic" primariness ("foo" vs "foo/bar" names) and "semantic" primariness (system foo in foo.asd vs system foo in bar.asd), and use the right one at all right place: when checking if a system is up-to-date, what matters is that the old primary system is at the same place as before, and is up-to-date. Thinking about it, there is a lingering bug in case a definition-dependency are up-to-date, but were modified after the definition was read. What is really needed is a prepare-define-op. Sigh.
-
Francois-Rene Rideau authored
Test whether ASDF is still confused by misnamed secondary systems: https://bugs.launchpad.net/asdf/+bug/1739514
-
- 18 Dec, 2017 3 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
Add package location information on SBCL See merge request asdf/asdf!90
-
- 17 Dec, 2017 1 commit
-
-
Francois-Rene Rideau authored
Enhance define-package so SBCL can locate the source-location of the package.
-
- 15 Dec, 2017 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 12 Dec, 2017 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-