Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the clos-diff Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Aug 15 04:15:28 2022 GMT+0.
Next: Systems, Previous: The clos-diff Reference Manual, Up: The clos-diff Reference Manual [Contents][Index]
clos-diff is a GPL licensed library which will be able to create and apply diffs of CLOS objects in a compact representation that will not use too much bandwidth or disk space. The library also preforms the diffs recursively, so that (theoretically) infinite layers of objects can be diffed. The only dependency is closer-mop. The API is simple, and documented below: function: clos-diff:diff (old new &key (test #'equalp)) This function will create a diff that represents the modification that need to be applied to object old to create the object new. The test parameter will control the test used for equality. As a special case is the old parameter is nil, a diff from an object with no bound slots will be created. function: clos-diff:apply-diff (diff &optional object) This function will apply the diff given in the parameter diff to the object contained in object. If object is nil, a fresh object of the appropriate type (with all slots unbound) will be created, and the diff will be applied to that (See the documentation for diff for more information). This project is hosted on github. Submit bug reports there. Also, you may contact the author at krzysdrewniak AT gmail DOT com .
Next: Files, Previous: Introduction, Up: The clos-diff Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
A library for creating diffs of CLOS objects
Krzysztof Drewniak <krzysdrewniak@gmail.com>
GNU GPL version 3 or any later version
1.0
closer-mop (system).
Next: Packages, Previous: Systems, Up: The clos-diff Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: clos-diff/package.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
clos-diff (system).
Next: clos-diff/diff.lisp, Previous: clos-diff/clos-diff.asd, Up: Lisp [Contents][Index]
clos-diff (system).
Next: clos-diff/apply.lisp, Previous: clos-diff/package.lisp, Up: Lisp [Contents][Index]
package.lisp (file).
clos-diff (system).
diff (function).
Previous: clos-diff/diff.lisp, Up: Lisp [Contents][Index]
diff.lisp (file).
clos-diff (system).
apply-diff (function).
eval-diff (function).
Next: Definitions, Previous: Files, Up: The clos-diff Reference Manual [Contents][Index]
Packages are listed by definition order.
Next: clos-diff-system, Previous: Packages, Up: Packages [Contents][Index]
cld
common-lisp.
Next: Indexes, Previous: Packages, Up: The clos-diff Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Previous: Public Interface, Up: Public Interface [Contents][Index]
Previous: Public Interface, Up: Definitions [Contents][Index]
Previous: Definitions, Up: The clos-diff Reference Manual [Contents][Index]
Jump to: | A D E F G |
---|
Jump to: | A D E F G |
---|
Jump to: | A C D F P S |
---|
Jump to: | A C D F P S |
---|