<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/derive_common.rs, branch arti-v1.9.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.9.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-12-10T11:05:28Z</updated>
<entry>
<title>tor-netdoc: debug: Add a placeholder debug print to all the other derives</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T16:30:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1751e36a78eb7bc10be080d1fd10a30f855f9098'/>
<id>urn:sha1:1751e36a78eb7bc10be080d1fd10a30f855f9098</id>
<content type='text'>
We want to recognise `#[deftly(netdoc(debug))]` because otherwise we
have to make lots of these attributes conditional.

So, implement it for *all* the derives, providing a nugatory debug
statement.
</content>
</entry>
<entry>
<title>tor-netdoc: derive: F_KEYWORD_REPORT: put concat on the outside</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T12:20:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00862d90855ead394272188d121a670820c25c83'/>
<id>urn:sha1:00862d90855ead394272188d121a670820c25c83</id>
<content type='text'>
This makes it possible to use $F_KEYWORD_REPORT within another concat.
</content>
</entry>
<entry>
<title>tor-netdoc: derive_common: Break out docs for attrs in flatten</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T14:15:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=136ae84c9228c8b65f535f3bf7f3ffde0bafaeee'/>
<id>urn:sha1:136ae84c9228c8b65f535f3bf7f3ffde0bafaeee</id>
<content type='text'>
Code motion fromk NetdocParseableFields to NetdocFieldsDeriveCommon.

This uses the derive-deftly imported doc comment feature.
</content>
</entry>
<entry>
<title>tor-netdoc: derive_common: Break out field ordering check</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T12:43:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1656a020e0a3e26412eda0d4d1260378881549d8'/>
<id>urn:sha1:1656a020e0a3e26412eda0d4d1260378881549d8</id>
<content type='text'>
Code motion from NetdocParseable to NetdocEntireDeriveCommon.
</content>
</entry>
<entry>
<title>tor-netdoc: derive_common: Break out item field type definitions</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T16:35:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=238344c01e0211169985c70ff2a2f51c1bfe9405'/>
<id>urn:sha1:238344c01e0211169985c70ff2a2f51c1bfe9405</id>
<content type='text'>
Code motion from ItemValueParseable to NetdocItemDeriveCommon.
</content>
</entry>
<entry>
<title>tor-netdoc: derive_common: Break out main field type definitions</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T12:26:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ab551103af3a834929270eced27c182a2050539'/>
<id>urn:sha1:4ab551103af3a834929270eced27c182a2050539</id>
<content type='text'>
Code motion from NetdocParseable to NetdocEntireDeriveCommon.

Code motion from NetdocParseableFields to NetdocFieldsDeriveCommon.

Again, the encoder wants exactly this logic.
</content>
</entry>
<entry>
<title>tor-netdoc: derive_common: Break out F_KEYWORD_*, F_FLATTEN, F_NORMAL</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T16:35:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=896e8cadd96fdade30e6f2f8a03753642ff1e451'/>
<id>urn:sha1:896e8cadd96fdade30e6f2f8a03753642ff1e451</id>
<content type='text'>
Code motion from NetdocSomeItemsParseableCommon to
NetdocSomeItemsDeriveCommon.

Encoding wants exactly the same logic.
</content>
</entry>
<entry>
<title>tor-netdoc: Introduce new derive_common Rust module with d-d modules</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-01T16:18:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5e0b997fc304cebf00db9c1c4e3cabd8678bd5e'/>
<id>urn:sha1:a5e0b997fc304cebf00db9c1c4e3cabd8678bd5e</id>
<content type='text'>
There is nothing actually in any of these yet.  But it is most
convenient to lay out the structure now.

We'll move code into these modules in forthcoming commits.
</content>
</entry>
<entry>
<title>tor-netdoc: Break out netdoc_ordering_check into new derive_common.rs</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-01T16:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15efc76f9e3fcaa7dafd1ea3cbaa490577cb4771'/>
<id>urn:sha1:15efc76f9e3fcaa7dafd1ea3cbaa490577cb4771</id>
<content type='text'>
</content>
</entry>
</feed>
