- 16 Dec, 2005 1 commit
-
-
Nikodemus Siivola authored
-
- 07 Dec, 2005 2 commits
- 26 Sep, 2005 1 commit
-
-
Peter Van Eynde authored
-
- 25 May, 2005 1 commit
-
-
Peter Van Eynde authored
defsystem files. Now works again with McClim. Closes: #310640 * Corrected dependencies.
-
- 19 Jul, 2004 1 commit
-
-
Christophe Rhodes authored
-
- 16 May, 2004 1 commit
-
-
Daniel Barlow authored
* "ECL cannot externalize packages in compiled files. In other words, compiled files cannot have package objects as literal constants. Things like LOAD-TIME-VALUE, or saving the package name and afterwards looking for the package is all right. This only affects your uses of #.*package* somewhere in the code." * Also an appropriate run-shell-command implementation
-
- 05 May, 2004 3 commits
-
-
Edi Weitz authored
-
Christophe Rhodes authored
workaround, and the clisp developers have the aim of making asdf work "out of the box" for their 2.34 release -- and I'd hate for them to target the workarounded version rather than the one that's idiomatic.
-
Edi Weitz authored
-
- 21 Dec, 2003 1 commit
-
-
Daniel Barlow authored
-
- 01 Dec, 2003 1 commit
-
-
Daniel Barlow authored
-
- 17 Oct, 2003 1 commit
-
-
Christophe Rhodes authored
deprecation, because (a) I want to undeprecate it; (b) its effect is trivially reimplementable even if it vanishes; (c) it will shortly become the right thing to do in sbcl.
-
- 09 Oct, 2003 1 commit
-
-
Daniel Barlow authored
asdf is saved in a core. When the core is reloaded, the stream is not attached to anything interesting.
-
- 17 Jul, 2003 1 commit
-
-
Christophe Rhodes authored
* make the "warned while..." and "failed while..." arguments go the right way round * use pretty printing (and the FORMATTER trick to keep CLISP happy) Tidy up the RESTARTs * new names, exported (RETRY and ACCEPT) * descriptions of the restarts for the debugger * set COMPONENT-OPERATION-TIMES in the ACCEPT restart
-
- 10 Jul, 2003 1 commit
-
-
Daniel Barlow authored
- Export SYSTEM-* accessors, per Stig Sandø request - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto - Export *ASDF-REVISION* - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
-
- 03 Jun, 2003 2 commits
-
-
Daniel Barlow authored
make SBCL require hook a lot quieter, by muffling style-warnings when loading files and turning off asdf verbosity
-
Daniel Barlow authored
Introduce a new :verbose switch to OPERATE (defaults T, specifying NIL turns off all/most non-error output from ASDF)
-
- 28 May, 2003 1 commit
-
-
Kevin Rosenberg authored
Document these variables in the README
-
- 19 May, 2003 1 commit
-
-
Christophe Rhodes authored
becomes the responsibility of individual systems in sbcl's contrib/ to call provide. No change for any other environment.
-
- 13 May, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 06 May, 2003 2 commits
-
-
Kevin Rosenberg authored
- Signal a generalized instance of system-definition-error - Add another check to check-component-inputs - Fix check for :components value
-
Kevin Rosenberg authored
-
- 19 Mar, 2003 2 commits
-
-
Daniel Barlow authored
-
Daniel Barlow authored
patch for use in sbcl: delay evaluation of *central-registry* components so that asdf in a dumped core is useful
-
- 17 Mar, 2003 1 commit
-
-
Daniel Barlow authored
set :forced on operation-ancestor, to ensure that subsequent components are rebuilt. However, touching a random file in db-sockets is not usually a convincing reason to rebuild all of araneida and all of cliki, so when we do this cross-system leap, we remove the parent link Unfortunately, that breaks the what-have-we-done-so-far information, which is also kept in the ancestor operation. So, let's not do that any more. Compilations will be slower than intended, but faster than the infinite circular compilation behaviour that users of 1.65 observed
-
- 16 Mar, 2003 3 commits
-
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Daniel Barlow authored
if unsupplied Shuffle some definitions around to reduce 'not defined yet' complaints Changes to :force option on operations - ':force t' is no longer passed onto dependent systems ':force (system1 system2 ...systemn)' is a list of system names to be forced ':force :all' is the original force-everything-recursively behaviour
-
- 07 Mar, 2003 1 commit
-
-
Christophe Rhodes authored
".sbcl/systems", duh)
-
- 04 Mar, 2003 1 commit
-
-
Kevin Rosenberg authored
Incorporate patch for 'load-source-op. This may benefit from some rewriting, but this code clearly works better than the existing stub code.
-
- 03 Mar, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 13 Feb, 2003 1 commit
-
-
Christophe Rhodes authored
justification routines. Sucky thing I: CLISP dislikes calls to FORMAT with pretty-print format strings. Bizarrely, though, it accepts calls to FORMATTER with the same format strings. So use FORMATTER everywhere to keep clisp happy. Sucky thing II: CMUCL can't do ENOUGH-NAMESTRING, because it has this weird ~UNSPECIFIC~ thing in its *DEFAULT-PATHNAME-DEFAULTS*. So don't use ENOUGH-NAMESTRING, even though it's crying out for it.
-
- 08 Feb, 2003 1 commit
-
-
Daniel Barlow authored
Some glue that won't affect too many people but that lets ASDF cleanly hook the extensible PROVIDE/REQUIRE mechanism in upcoming SBCL 0.7.13 Fix wild-modules to not object when we call (setf (module-components)) on a new or about-to-be-reinitialised module. We need to be able to do this to get the weeds out, so it should be legal
-
- 04 Feb, 2003 1 commit
-
-
Daniel Barlow authored
*central-registry* no longer takes functions (that feature was broken anyway), but a new list *system-definition-search-functions* does. Its default content is a single function designator for sysdef-central-registry-search, which does the *central-registry* search Update documentation to match Fix test1.script to call the preferred OPERATE instead of OOS Update documentation to describe COMPONENT-PROPERTY method
-
- 28 Jan, 2003 1 commit
-
-
Daniel Barlow authored
specialisation on (stream stream), because STREAM is not a class. The workaround is harmless anyway: just remove the specialisation
-
- 09 Dec, 2002 1 commit
-
-
Daniel Barlow authored
-
- 02 Dec, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 23 Nov, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 18 Nov, 2002 1 commit
-
-
Daniel Barlow authored
-