Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Moringen
asdf
Commits
70236d3a
Commit
70236d3a
authored
Oct 05, 2017
by
Robert Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to log with help from Faré.
parent
c5651786
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
doc/Changelog
doc/Changelog
+12
-11
No files found.
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
warnings and then error
s.
to
these supported APIs). Also stop using the deprecated COMPUTE-INIT-NAME
.
* Deprecation: starting to emit STYLE-WARNING
s
for deprecated
functions. Will gradually escalate to true
WARNINGs and then ERROR
s.
-- Robert P. Goldman <rpgoldman@sift.net> Sun, 20 August 2017 21:00:00 -0500
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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