Login
Tagged Check-ins
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Check-ins with non-propagating tags:

2025-11-02
11:24
Update NEWS and README. Bump version, tag as v0.4.3 check-in: 1b1963dd0f user: alexa tags: trunk, v0.4.3
2025-09-25
07:12
Bump revision, tag as v0.4.2 check-in: 374a854f86 user: alexa tags: trunk, v0.4.2
2025-08-29
05:48
Bump revision, tag as v0.4.1 check-in: 8223ee6a06 user: alexa tags: trunk, v0.4.1
2025-08-26
11:59
Large update with breaking changes. Bump version, tag as v0.4.0.

* Breaking change: All type predicates in the CL-REMIMARSHAL-JSON and
CL-REMIMARSHAL-YAML packages have been combined and moved into the base
CL-REMIMARSHAL package.
* Breaking change: Fixed the spelling of various classes.
* Breaking change: Custom slot unmarshal functions now require three
arguments in this order: the data to be unmarshalled, the class instance
the data is getting stored into, and the slot the data is getting stored
into.
* Added support for SINGLE-FLOAT and DOUBLE-FLOAT slots.
* Properly implemented support for 24-bit signed and unsigned integers.
* Added the NORMALIZE-BOOLEAN, NORMALIZE-BOOLEAN?, NORMALIZE-BOOLEAN-LIST,
and NORMALIZE-BOOLEAN?-LIST utility functions.
* Added the CL-REMIMARSHAL-UTILS package and system. This provides a large
set of predefined marshalling and unmarshalling functions for various
common cases where you may want to use NIL for null values instead of
:NULL.
* The JSON-UNMARSHALLABLE and YAML-UNMARSHALLABLE meta classes now both
inherit from a base UNMARSHALLABLE class. The same applies for their
corresponding slot classes.
* Added the VALID-MARSHAL-TYPE-FOR-CLASS generic function.
* All systems except the tests system now use CL-SDM-ASDF.
* Tests have been greatly expanded.

This update was done in bulk due to various interdependencies. check-in: 436ecab7d6 user: alexa tags: trunk, v0.4.0

2025-06-09
23:29
Intern fewer keyword symbols. Bump version, tag as v0.3.1 check-in: a3c210ce27 user: alexa tags: trunk, v0.3.1
2025-05-08
08:12
Bump version to v0.3.0, update README. Tag as v0.3.0 check-in: 7f637b4276 user: alexa tags: trunk, v0.3.0