lp:ubuntu/oneiric/cl-asdf

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/oneiric/cl-asdf
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

23. By Francois-Rene Rideau <email address hidden>

Promoting 2.015.12 as 2.016. Since 2.015, we have the following improvements:
* Portability: fixes for ECL, RMCL, CLISP.
  Improvements to Windows configuration.
* Fix to load-source-op (broken in 2.014.13).
* Avoid infinite loops in defsystem in cases of bad interference
  between quicklisp and your source-registry.
* Small fixes regarding upgrade, compile-file* :output-file.
* Make defsystem-depends-on much more useful by allowing a system
  thus depended on to define the class of the system depending on it.
* Some documentation updates.
  Notably, for the sake of CLISP, (require "asdf") is the new canonical way
  to load ASDF, instead of (require :asdf). Sigh.
* Better tests, notably wrt hot upgrade.

22. By Francois-Rene Rideau <email address hidden>

Promoting 2.014.17 as 2.015. Since 2.014, we have the following improvements:
* Portability: support cormanlisp, xcl;
  fixes for cmucl, ecl; tweaks for abcl, allegro, clisp, genera, lispworks.
* Feature: un-cerror and actually fix the :force '(sys1 sys2 sys3) feature,
  introduced in 2002 and never working before.
* Feature: classes asdf:cl-source-file.cl and asdf:cl-source-file.lsp
  for people who use these file type extensions.
* Semantic change: the source-registry eagerly gathers a list of .asd,
  rather than querying the filesystem over and over again.
* API change: exposing function asdf:search-for-system-definition as looking
  through asdf:*system-definition-search-functions* for either pathnames *or*
  (new feature) system objects. Should make quicklisp happier.
* Better support for asdf upgrading itself, with new function
  asdf:upgrade-asdf that knows to invalidate old systems when necessary,
  and is magically invoked before to build any system that :depends-on asdf.
  Make upgrade smoother some cases that were previously broken.
* More robust handling of version strings.
* Declaring function asdf:system-definition-pathname obsolete, but still
  supporting it for now, as an alias for asdf:system-source-file.
* Various refactorings of internals. Splitting a function asdf::perform-plan
  out of the default asdf:operate method.
  asdf::register-system now takes only one argument.
* Tests to prevent the regressions experienced during this development cycle
* Tried and reverted: attempts to make asdf more verbose when it's verbose,
  but not verbose by default.

21. By Francois-Rene Rideau <email address hidden>

* yet another debian package attempt
* update to 2.014.3, workaround for ABCL make-pathname bug (same as on XCL).

20. By Francois-Rene Rideau <email address hidden>

* Packaging 2.013.3 because 2.013 had important issues.
* Fix important upgradability issue with 2.013 (unable to upgrade from
versions 2.00[0-8] that have a separate ASDF-UTILITIES)
* Fix minor verbosity issue (forward reference makes sbcl noisy
when loading asdf.lisp directly as does quicklisp.)
* Also, enhance support for SCL.

19. By Francois-Rene Rideau <email address hidden>

* Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010.
* Will be happier: users of implementations ACL, GCL; users of libraries
  CL-Launch, XCVB; future former users of ASDF-Binary-Locations; people
  with missing dependencies (in lieu of error-in-error); people extending
  ASDF (notably Stelian Ionescu), who'd like to use keywords to name
  component classes.

18. By Francois-Rene Rideau <email address hidden>

new upstream: removes unwanted exports,
plays nicer with sbcl, cmucl, old clisp.

17. By Francois-Rene Rideau <email address hidden>

* New upstream.
* Don't use dh-lisp

16. By Francois-Rene Rideau <email address hidden>

* Imported new upstream, try not to diverge from it.
* Remove cl-cclan which was removed from the upstream repository.
* Updated Debian configuration and documentation.

15. By Peter Van Eynde

* Imported new upstream.
* We now have a makefile for Documentation, use it
* Add debian/source/format for the stupid quilt mess

14. By Peter Van Eynde

New upstream, version 1.374

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/precise/cl-asdf
This branch contains Public information 
Everyone can see this information.

Subscribers