Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
70236d3a
Commit
70236d3a
authored
Oct 05, 2017
by
Robert Goldman
Browse files
Improvements to log with help from Faré.
parent
c5651786
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Changelog
View file @
70236d3a
...
...
@@ -9,14 +9,15 @@ cl-asdf (2:3.3.0-1) unstable; urgency=low
* Internals: to support the above, many ASDF internals have changed.
ASDF now has the notion of multiple build phases to a common build session
(which generalizes the previous build cache). ASDF considers loading a .asd
file as an operation DEFINE-OP, and tracks as dependencies files mentionned
during in :load-file-form statements and such. Some code has moved to new
files or among old files, and accordingly as for packages. Actions are now
uniformly represented as a cons of an operation and a component, where
sometimes just the class-of the operation was preserved. Forcing must be
uniform across all phases of a same build session. Fix the protocol for
resetting systems being (re)defined, allowing for subclasses to define
default slot values. Remove *load-system-operation*, as the current
file as an operation DEFINE-OP, and tracks as dependencies files mentioned
during in :LOAD-FILE-FORM statements, etc. Some code has moved to new
files or among old files, and between packages. Actions are now
uniformly represented as a CONS of an OPERATION and a COMPONENT, where
in some cases previously only the class of the operation was
preserved. Forcing is constrained to be uniform across all phases of a
top level ASDF operation invocation. Fixed the protocol for
resetting systems being (re)defined, allowing subclasses to define
default slot values. Remove *LOAD-SYSTEM-OPERATION*, as the current
maintainer of ECL, for which it was originally designed, decided
that it could never be made to work properly, after all.
* ASDF&UIOP: Tweak dependencies between ASDF and UIOP. To avoid DEFINE-OP
...
...
@@ -28,9 +29,9 @@ cl-asdf (2:3.3.0-1) unstable; urgency=low
* Feature: a new feature :asdf3.3
* ECL: restored the deprecated function MAKE-BUILD, removed in 3.2.0,
in a way that works on top of supported APIs (we still recommend you migrate
to
said
support APIs). Also stop using the deprecated
compute-init-name
.
* Deprecation: starting to emit STYLE-WARNING
S
for deprecated
functions. Will gradually escalate to true
warning
s and then
error
s.
to
these
support
ed
APIs). Also stop using the deprecated
COMPUTE-INIT-NAME
.
* Deprecation: starting to emit STYLE-WARNING
s
for deprecated
functions. Will gradually escalate to true
WARNING
s and then
ERROR
s.
-- Robert P. Goldman <rpgoldman@sift.net> Sun, 20 August 2017 21:00:00 -0500
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment