68
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
s/{compile,load}-system/{compile,load}-op/ defsystem parsing basically totally rewritten. diffs unmeaningful, so UTSL More... over 23 years ago
add compile-and-load-op, load-source-op ops More... over 23 years ago
finding the source code More... over 23 years ago
beginnings of a semi-formal defsystem syntax description More... over 23 years ago
Please ignore this commit More... over 23 years ago
added some docstrings More... over 23 years ago
Clean up string-unix-common-casify More... over 23 years ago
Fix for punctuation in unix-string-common-casify More... over 23 years ago
Commit of my sources on general principles More... over 23 years ago
Made process-option-list run at macroexpand time (the current component is anaphorically captured as asdf:component). Implemented :perform and :explain defsystem arguments as in (slightly adjusted) README Also added :initially-do and :finally-do mk-compatibility options More... about 24 years ago
copile and load on a dso can now be separate operations +(defmethod perform ((operation load-system) (c c-source-file)) does nothing but must exist fixed dependencies to reflect reality after having played with them a lot for testing More... about 24 years ago
(defmethod process-option ((c component) (option (eql :depends-on)) value) for mk-compatibility More... about 24 years ago
TODO: +** compiler/loader options +** operation instantiation in traverse sucks More... about 24 years ago
add minimal (and probably also insufficient) set of :in-order-to args to see if the dependency chasing actually works More... about 24 years ago
+(define-condition missing-dependency (system-definition-error) - (depends-on :initform nil + (in-order-to :initform nil :initarg :in-order-to) More... about 24 years ago
Rewrote the section on dependencies. Dependencies are now between (operation component) pairs, not just components. More... about 24 years ago
whitespace More... about 24 years ago
package exports: a reasonable list created white space, commentary More... about 24 years ago
package exports: a reasonable list created More... about 24 years ago
dependencies, version 2 More... about 24 years ago
a component represents a source file, or a -collection of source files. +collection of components. More... about 24 years ago
Initial revision More... about 24 years ago