<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/parse2/traits.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-07-21T09:59:01Z</updated>
<entry>
<title>tor-netdoc: NetdocParseableFields::Accumulator must be Default</title>
<updated>2026-07-21T09:59:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-15T17:04:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4c132600506baa2bc2d6415fcdbfc6791a8ccc1'/>
<id>urn:sha1:c4c132600506baa2bc2d6415fcdbfc6791a8ccc1</id>
<content type='text'>
The macro-generated code for `#[deftly(netdoc(flatten))]` relies on
this.  The Default impl is genereated by the derive, but a generic
or handwritten `NetdocParseableFields` wouldn't work.
</content>
</entry>
<entry>
<title>tor-basic-utils: Add GloballyInternable::into_intern()</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T09:14:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb81be37e71a953de3ec2488e6469c5679b39332'/>
<id>urn:sha1:eb81be37e71a953de3ec2488e6469c5679b39332</id>
<content type='text'>
As a shorthand for T::intern_cache().intern(value).
</content>
</entry>
<entry>
<title>tor-netdoc: Implement parse2 traits for Intern wrappers</title>
<updated>2026-06-24T09:00:26Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-18T14:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6a1a0e9407d4f0ce60f1bc852427a0b2d36e333'/>
<id>urn:sha1:b6a1a0e9407d4f0ce60f1bc852427a0b2d36e333</id>
<content type='text'>
This commit implements ItemValueParseable and ItemArgumentParseable for
Intern&lt;T&gt; types.  This should be sufficient for the time being.
</content>
</entry>
<entry>
<title>tor-netdoc: NetdocParseableFields: Pass ItemStream to finish</title>
<updated>2026-05-27T14:38:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-13T15:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80ce409dba51663e05a4d91220f7b57b1a13dc61'/>
<id>urn:sha1:80ce409dba51663e05a4d91220f7b57b1a13dc61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Move FromStr and Display from NormalItemArgument to impls</title>
<updated>2026-04-29T10:20:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-27T14:43:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c75ba0cb8c036e4b330f1f10740e7c29e8379de'/>
<id>urn:sha1:4c75ba0cb8c036e4b330f1f10740e7c29e8379de</id>
<content type='text'>
This allows implementing NormalItemArgument for types that can only be
parsed, or only displayed - or other combinations.

I noticed this restriction while inventing a type I later decided was
unnecessary.  I still think it's a good change.

There is no practical impact elsewhere, since in practice downstream
code implements NormalItemArgument rather than relying on it.
</content>
</entry>
<entry>
<title>tor-netdoc: parse2: Fix error for invalid item argument</title>
<updated>2026-04-14T17:08:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-13T11:45:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=458472afbbf182753801251bb0e76fa010aed1ea'/>
<id>urn:sha1:458472afbbf182753801251bb0e76fa010aed1ea</id>
<content type='text'>
When we can't parse a NormalItemArgument, that's Invalid, not Missing.
</content>
</entry>
<entry>
<title>tor-netdoc: ItemArgumentParseable for Arc&lt;T&gt;</title>
<updated>2026-04-02T15:37:47Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-03-19T17:20:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8087a0c1da1de671f5a3eb67c6b2c0c9dca6fdbf'/>
<id>urn:sha1:8087a0c1da1de671f5a3eb67c6b2c0c9dca6fdbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Move NetdocSigned to signatures.rs</title>
<updated>2026-03-03T18:53:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-03-03T18:45:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a465848cbb09f602075bd6c7c3c7444d224a6f43'/>
<id>urn:sha1:a465848cbb09f602075bd6c7c3c7444d224a6f43</id>
<content type='text'>
I keep not finding it because all the other signatures stuff is in
signatures.rs.
</content>
</entry>
<entry>
<title>tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword</title>
<updated>2026-01-15T12:37:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-12T17:42:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3892195d3b944474f5fd73336aa213104ff71b52'/>
<id>urn:sha1:3892195d3b944474f5fd73336aa213104ff71b52</id>
<content type='text'>
Roughly as per the proposal in `doc/dev/notes/authcert-in-consensus.md`.
</content>
</entry>
<entry>
<title>tor-netdoc: Add two TODOs re trait naming</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-09T17:01:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c21970fb5cb8d165370e6a33a48d7fd4e64c4d01'/>
<id>urn:sha1:c21970fb5cb8d165370e6a33a48d7fd4e64c4d01</id>
<content type='text'>
</content>
</entry>
</feed>
