- 16 Oct, 2016 1 commit
-
-
Francois-Rene Rideau authored
Get rid of undefined-function and any clisp or ecl specific code in it in uiop/utility as well as of a lingering #-clisp in asdf/upgrade. Whatever issues previous generations of upgrade code tried to address, they happily do not apply today. Update test-sysdef-asdf to better test asdf self-upgrade.
-
- 20 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 19 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Sep, 2016 1 commit
-
-
Elias Pipping authored
-
- 18 Nov, 2015 2 commits
-
-
Francois-Rene Rideau authored
A few are kept, for backward-compatibility with systems in quicklisp.
-
Francois-Rene Rideau authored
It's been the official way of calling CMUCL since 2011.
-
- 11 Jun, 2015 1 commit
-
-
Robert Goldman authored
-
- 08 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
Also, while testing, rename the default lispworks binary to lispworks-console in accord with the latest version of lisp-invocation.
-
- 04 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
Add relevant tests.
-
- 26 Apr, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 12 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- 06 Aug, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 11 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
* override for prepare-op is on component-depends-on, not perform. * coerce-class must be defined after call-function, and accept *package* for now.
-
- 17 Mar, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 14 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
Refactor COMPONENT class designators to use the same general method. As a substrate, goodbye uiop/utility:find-class*, hello uiop/utility:coerce-class. In the operate upgrade handler, assume there is no uninterning and renaming packages away anymore going forward. Add tests for strings as class designators using defsystem-depends-on.
-
- 05 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
ensure-function: a hash-table can be seen as a function (to be used by ASDF).
-
- 01 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
Fix some issues with SCL: * it doesn't like run-program from a modified directory? * it somehow pushes :non-base-chars-exist-p even though +non-base-chars-exist-p+ is NIL???
-
- 14 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Also decline to "upgrade" to very same version, but without warning. Add a regression test. You can see the test fail with old versions, with e.g. cat build/asdf-3.0.3.lisp > build/asdf.lisp ; make t l=ccl t=test-sysdef-asdf.script Also tweak ensure-gethash to return two values, and add tests.
-
- 20 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Nov, 2013 2 commits
-
-
Francois-Rene Rideau authored
Its place is another library, in the keyword package, or using (uiop-debug), in the current package.
-
Francois-Rene Rideau authored
-
- 15 Nov, 2013 2 commits
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
Francois-Rene Rideau authored
Define the :DBG macro, so it's ubiquitously available for print-debugging. Define and export nest, so it's always there to prevent indentation drift. Tweak restore-image again for better handling of *lisp-interaction*. Update docstrings for define-package. Define %process-info-pid.
-
- 12 Nov, 2013 2 commits
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-
- 03 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
(Patch by Mark Evenson which fixes support on ABCL.)
-
- 14 Oct, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 12 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 30 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, don't use *earmuffs*, but a $ prefix for $cr, $lf, $crlf, for these are not "variables" but "constants", except that defconstant won't work portably on strings, so no +glitter+.
-
- 28 Sep, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* have run-program on ECL on SLIME. * remove now unnecessary &allow-other-keys from slurp-input-stream and vomit-output-stream. * add stripln and :stripped t support to slurp-input-stream string. * add convenience functions println and writeln.
-
- 23 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
instead returned ("") or (NIL), which in turn causes getenv-pathnames to fail, and eventually (default-source-registry) failed to properly default in absence of XDG_DATA_DIRS, which itself breaks Debian installations. Big oops.
-
- 16 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
-