<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Today we release ASDF 3.3. The most substantial change is to the build planning process, which has been reformed by François-René Rideau so that DEFSYSTEM-DEPENDS-ON now behaves correctly.  There are a number of other improvements, and we are indebted to Daniel Kochmanski, Rommel Martinez, and Chun Tian for contributions.  Thanks again to Anton Vodonosov and Dave Cooper for support in testing, and new thanks to Martti Halminen, Jens K. Loewe, and Jason Miller.</p>

<p dir="auto">I would like to dedicate this ASDF release to the late Elias Pipping.  On a technical level, Elias made great improvements in some of the most challenging ASDF internals, notably the RUN-PROGRAM component of UIOP, a place where implementations are not constrained by the language specification, diverge radically from each other, and are poorly documented.  On a personal level, Elias was very supportive to me as ASDF maintainer, and while I was going through an illness.  He did all these things despite being gravely ill with the cancer that eventually killed him.  He will be greatly missed, Z'chrono L'vracha.</p>

<p dir="auto">We urge implementations that are currently bundling previous versions of ASDF to adopt 3.3.0 at their earliest convenience. The improvements offered in this release will substantially improved the reliability and predictability of ASDF use. Details on bugfixes can be found at <a href="https://launchpad.net/asdf" style="color:#3983C4">https://launchpad.net/asdf</a> and in the discussions in merged branches of <a href="https://gitlab.common-lisp.net/asdf/asdf" style="color:#3983C4">https://gitlab.common-lisp.net/asdf/asdf</a></p>

<p dir="auto">Here is the changelog entry for 3.3:</p>

<p dir="auto">cl-asdf (2:3.3.0-1) unstable; urgency=low</p>

<p dir="auto">New milestone:<br>
  * Build-plan: Extensively revised the build plan process so that<br>
    :DEFSYSTEM-DEPENDS-ON would work correctly, even when depended on systems<br>
    change (which didn't work before). See our ELS demonstration about it:<br>
    "Delivering Common Lisp Applications with ASDF 3.3"<br>
    < <a href="https://github.com/fare/asdf2017" style="color:#3983C4">https://github.com/fare/asdf2017</a> ><br>
  * Internals: to support the above, many ASDF internals have changed.<br>
    ASDF now has the notion of multiple build phases to a common build session<br>
    (which generalizes the previous build cache). ASDF considers loading a .asd<br>
    file as an operation DEFINE-OP, and tracks as dependencies files mentioned<br>
    during in :LOAD-FILE-FORM statements, etc. Some code has moved to new<br>
    files or among old files, and between packages. Actions are now<br>
    uniformly represented as a CONS of an OPERATION and a COMPONENT, where<br>
    in some cases previously only the class of the operation was<br>
    preserved. Forcing is constrained to be uniform across all phases of a<br>
    top level ASDF operation invocation. Fixed the protocol for<br>
    resetting systems being (re)defined, allowing subclasses to define<br>
    default slot values. Remove <em>LOAD-SYSTEM-OPERATION</em>, as the current<br>
    maintainer of ECL, for which it was originally designed, decided<br>
    that it could never be made to work properly, after all.<br>
  * ASDF&UIOP: Tweak dependencies between ASDF and UIOP. To avoid DEFINE-OP<br>
    circularity, asdf.asd with no longer causes uiop.asd to be loaded.<br>
    A standalone UIOP won't be loaded at all unless it's strictly more recent<br>
    than ASDF.<br>
  * Tests: tests for new capabilities and bugs. Test backtraces can be disabled.<br>
  * Documentation: a number of improvements and clarifications.<br>
  * Feature: a new feature :asdf3.3<br>
  * ECL: restored the deprecated function MAKE-BUILD, removed in 3.2.0,<br>
    in a way that works on top of supported APIs (we still recommend you migrate<br>
    to these supported APIs). Also stop using the deprecated COMPUTE-INIT-NAME.<br>
  * Deprecation: starting to emit STYLE-WARNINGs for deprecated<br>
    functions.  Will gradually escalate to true WARNINGs and then ERRORs.</p>

<p dir="auto">-- Robert P. Goldman <a href="mailto:rpgoldman@sift.net" style="color:#3983C4">rpgoldman@sift.net</a>  Sun, 20 August 2017 21:00:00 -0500</p>

<p dir="auto">Robert P. Goldman<br>
Research Fellow<br>
Smart Information Flow Technologies (d/b/a SIFT, LLC)</p>

<p dir="auto">319 N. First Ave., Suite 400<br>
Minneapolis, MN 55401</p>

<p dir="auto">Voice:    (612) 326-3934<br>
Email:    <a href="mailto:rpgoldman@SIFT.net" style="color:#3983C4">rpgoldman@SIFT.net</a></p>
</div>
</div>
</body>
</html>