Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
  2. Nov 06, 2016
    • Francois-Rene Rideau's avatar
      Make test-try-refinding more robust vs MKCL · bd65bcea
      Francois-Rene Rideau authored
      It looks like a bug in MKCL 1.1.9 causes the entire test to be re-run when
      the asdf:retry restart is invoked. Use a defvar rather than a lexical
      (or a defparameter) to check that an attempt was made, and exit with prejudice
      instead of throwing an error.
      bd65bcea
    • Francois-Rene Rideau's avatar
      Fix monolithic-dll-op on ECL · 5e85031c
      Francois-Rene Rideau authored
      Use required-components in a way that is more robust when
      *load-system-operation* is load-bundle-op rather than load-op,
      by using basic-compile-op and/or basic-load-op as the :keep-operation
      rather than compile-op or load-op respectively.
      
      Test-bundle was passing the first time around, but not the second time.
      The first time, it was only passing because the appropriate file were
      loaded while building the dependencies of the target monolithic dll;
      but monolithic-dll-op was already buggy and not linking all these dependencies.
      The second time around, there was no building step and the proper dependencies
      had failed to be linked in, so the loading failed.
      
      This fixes https://bugs.launchpad.net/asdf/+bug/1626994
      5e85031c
    • Francois-Rene Rideau's avatar
      Restore proper use of required-components, with explanation · 822e8afa
      Francois-Rene Rideau authored
      Undo part of 0e0a851b, that changed the keep-operation in invocations of
      required-components from compile-op to load-op. Explain why in a comment of
      bundle.lisp: so any compiled file for the component itself be included,
      which notably matters when using a package-inferred-system.
      
      This notably fixes test-bundle.script, test-program.script on mkcl and ecl,
      and test-concatenate-source.script on ecl.
      
      Also simplify the test-bundle support files and remove some warnings.
      822e8afa
    • Francois-Rene Rideau's avatar
      Avoid calling fmakunbound on (setf output-translations) on MKCL · af7c2b18
      Francois-Rene Rideau authored
      MKCL 1.1.9 hates it, and works well without it.
      af7c2b18
  3. Nov 04, 2016
  4. Oct 31, 2016
  5. Oct 29, 2016
  6. Oct 26, 2016
  7. Oct 25, 2016
  8. Oct 19, 2016
    • Robert Goldman's avatar
      Merge branch 'make-rel' into 'master' · abffd39c
      Robert Goldman authored
      Fix release symlinks to make Quicklisp happy
      
      I investigated why Quicklisp still hadn't picked up release 3.1.7 or uiop.
      It looks like the Makefile was creating symlinks in the wrong directory.
      
      See merge request !39
      abffd39c
  9. Oct 18, 2016
    • Francois-Rene Rideau's avatar
      Fix release symlinks to make Quicklisp happy · 1888f45d
      Francois-Rene Rideau authored
      I investigated why Quicklisp still hadn't picked up release 3.1.7 or uiop.
      It looks like the Makefile was creating symlinks in the wrong directory.
      
      Update index.html to link to the symlinks in archives/
      1888f45d
    • Robert Goldman's avatar
      Fixed bugs in makefile archive. · 7f4e5c92
      Robert Goldman authored
      Copied updates over from master (3.1.7.30), because archive tarballs
      were not constructed correctly:
      archives didn't have prefix directories;
      version.lisp-expr was missing;
      tarballs were not properly named.
      7f4e5c92
    • Robert Goldman's avatar
      Repair archive recipe. · 291be1ff
      Robert Goldman authored
      The tar files were not getting proper prefix directories.
      There were some mistakes in naming.
      version.lisp-expr was missing from the UIOP tarball.
      291be1ff
  10. Oct 17, 2016
    • Robert Goldman's avatar
      Fix archiving bugs. · 1b14cac2
      Robert Goldman authored
      UIOP was not shipped with version.lisp-expr.
      There was a redundant, no-op mv in the makefile rule for "archive."
      1b14cac2
  11. Oct 16, 2016
  12. Oct 14, 2016
Loading