<feed xmlns='http://www.w3.org/2005/Atom'>
<title>de-paul-records/tests, branch v2025.2.17</title>
<subtitle>Yet another Guile records API — a pure one — dedicated to St. Vincent de Paul</subtitle>
<id>https://git.koszko.org/de-paul-records/atom?h=v2025.2.17</id>
<link rel='self' href='https://git.koszko.org/de-paul-records/atom?h=v2025.2.17'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/'/>
<updated>2025-02-17T12:54:45Z</updated>
<entry>
<title>Minor inline code markup correction in README.</title>
<updated>2025-02-17T12:54:45Z</updated>
<author>
<name>W. Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2025-02-07T20:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=4852b4e31d07a96462ab82c3861dff99e319f47d'/>
<id>urn:sha1:4852b4e31d07a96462ab82c3861dff99e319f47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export `define-immutable-record-type*' under extra alias `deftype'.</title>
<updated>2025-02-07T18:58:35Z</updated>
<author>
<name>W. Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2025-02-07T13:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=4b667c190098d9dbcdc676dfc39b6233a98e7a53'/>
<id>urn:sha1:4b667c190098d9dbcdc676dfc39b6233a98e7a53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Test syntactic sugar for initializing fields with list-values."</title>
<updated>2024-07-27T20:18:34Z</updated>
<author>
<name>W. Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2024-07-27T20:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=7dd9f1c93711bc8e099d932058357474956e2ee8'/>
<id>urn:sha1:7dd9f1c93711bc8e099d932058357474956e2ee8</id>
<content type='text'>
This reverts commit c16ddd31b95bfbae290c01aac06c4992b01829fb.
</content>
</entry>
<entry>
<title>Test syntactic sugar for initializing fields with list-values.</title>
<updated>2024-07-15T15:40:27Z</updated>
<author>
<name>W. Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2024-07-15T15:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=c16ddd31b95bfbae290c01aac06c4992b01829fb'/>
<id>urn:sha1:c16ddd31b95bfbae290c01aac06c4992b01829fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow using multiple expressions in field update form.</title>
<updated>2023-12-16T22:15:21Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2023-12-16T22:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=7c23b2d0fcee30f15dbf27cf26ef280a6dde398e'/>
<id>urn:sha1:7c23b2d0fcee30f15dbf27cf26ef280a6dde398e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add syntax for field updaters.</title>
<updated>2023-12-13T18:26:46Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2023-12-13T18:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=4572f8ae1319af0b6d315399794a5fe9fea7a6fc'/>
<id>urn:sha1:4572f8ae1319af0b6d315399794a5fe9fea7a6fc</id>
<content type='text'>
You can now do

    (define-immutable-record-type* my-record (counter #:default 0))

    (define old-record (my-record (counter 1)))

    (my-record #:&lt;- old-record (counter #:=&gt; 1+))

or

    (my-record #:&lt;- old-record (counter #:-&gt; (1+ counter)))
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2023-12-12T20:17:04Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2023-12-07T21:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/de-paul-records/commit/?id=c1d4d5b2b0ba2220bd31b20ea02eb4ec80bdc8ac'/>
<id>urn:sha1:c1d4d5b2b0ba2220bd31b20ea02eb4ec80bdc8ac</id>
<content type='text'>
</content>
</entry>
</feed>
