<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v0.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-05-05T15:55:22Z</updated>
<entry>
<title>Merge branch 'typos-20220504' into 'main'</title>
<updated>2022-05-05T15:55:22Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-05-05T15:55:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de2b23642d2ce668dff2a8a705bc2aebf7859f00'/>
<id>urn:sha1:de2b23642d2ce668dff2a8a705bc2aebf7859f00</id>
<content type='text'>
Fix typos (using the typos-cli tool).

See merge request tpo/core/arti!486</content>
</entry>
<entry>
<title>config derive attrs: Make builders serde, and validated structs not</title>
<updated>2022-05-05T09:35:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T16:45:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d47e94b45993162fece0d1bdfa4d3da0407a4861'/>
<id>urn:sha1:d47e94b45993162fece0d1bdfa4d3da0407a4861</id>
<content type='text'>
 * Builders additionally derive: Debug, Serialize, Deserialize.

 * Validated structs no longer derive: Serialize, Deserialize
   and all related attributes deleted.

 * As a consequence, all the `#[serde(deny_unknown_fields)]`
   are gone.  That means that right now unknown fields are totally
   ignored.  This is good for compatibility but poor for useability.
   Doing something better here is arti#417, in progress.

 * As a consequence, delete tor_dirmgr::retry::default_parallelism.
   (The default value was already duplicated into a builder attr.)
</content>
</entry>
<entry>
<title>Fix typos (using the typos-cli tool).</title>
<updated>2022-05-04T18:41:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-04T18:36:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc33fc3efbfabd6d7d38334caedbea51ad6c8064'/>
<id>urn:sha1:fc33fc3efbfabd6d7d38334caedbea51ad6c8064</id>
<content type='text'>
</content>
</entry>
<entry>
<title>list_builder: Add some xrefs about macro_rules limitations</title>
<updated>2022-05-04T17:35:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T17:33:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df2813ed55d8d9cc855ab6a98eaec33b1d0969b2'/>
<id>urn:sha1:df2813ed55d8d9cc855ab6a98eaec33b1d0969b2</id>
<content type='text'>
Apropos
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/474#note_2800481
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2022-05-04T17:34:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-04T17:34:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cb892116dc5a1acc53e5420a900633197a660522'/>
<id>urn:sha1:cb892116dc5a1acc53e5420a900633197a660522</id>
<content type='text'>
</content>
</entry>
<entry>
<title>list_builder: Provide VecBuilder</title>
<updated>2022-05-04T16:18:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T13:46:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2487a46ef04f73c2584e09d5bf34975455ccd9dc'/>
<id>urn:sha1:2487a46ef04f73c2584e09d5bf34975455ccd9dc</id>
<content type='text'>
This is for lists of plain types (non-builder types).
</content>
</entry>
<entry>
<title>list_builder: Use Educe to derive Default</title>
<updated>2022-05-04T16:18:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T15:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=221fe634303271162e4fe7a83233d411ea5a582d'/>
<id>urn:sha1:221fe634303271162e4fe7a83233d411ea5a582d</id>
<content type='text'>
This allows us to use this with an item builder type which doesn't
impl Default.  (Obviously this only makes sense for items which aren't
actually builders.)
</content>
</entry>
<entry>
<title>list_builder: Make helper capable of handling generics</title>
<updated>2022-05-04T16:17:46Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T15:04:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=578684f2907f06ff6e669612c5d8e2af2c3050f3'/>
<id>urn:sha1:578684f2907f06ff6e669612c5d8e2af2c3050f3</id>
<content type='text'>
It is Quite Vexing that we have to use [ ] rather than the &lt; &gt; around
the generics, particularly given that we are also using [ ] to signal
"this is arrayish".

Signed-off-by: Ian Jackson &lt;ijackson@chiark.greenend.org.uk&gt;
</content>
</entry>
<entry>
<title>list_builder: Actually honour attributes</title>
<updated>2022-05-04T16:16:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-04T15:59:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c001ed60e339d4ec8909395b71c098a36e13eab'/>
<id>urn:sha1:0c001ed60e339d4ec8909395b71c098a36e13eab</id>
<content type='text'>
The docs were a lie.  $docs_and_attrs was missing from the expander.

And add a note about how any supplied docs are handled.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-05-04T12:50:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-04T09:45:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d0330d2c95cff975daf162ff67a48c6b86959d71'/>
<id>urn:sha1:d0330d2c95cff975daf162ff67a48c6b86959d71</id>
<content type='text'>
</content>
</entry>
</feed>
