<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/event.rs, branch arti-v1.1.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T13:28:02Z</updated>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>test lint blocks: Do some semi-manually</title>
<updated>2022-12-12T18:00:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T17:57:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=baf78361e848269a24a3019d99f87943872e6012'/>
<id>urn:sha1:baf78361e848269a24a3019d99f87943872e6012</id>
<content type='text'>
This is the hunks from running the rune in maint/adhoc-add-lint-blocks
but which require some subsequent manual fixup: usually, deleting
now-superfluous outer allows, but in some cases manually putting back
lints that the adhoc script deleted.
</content>
</entry>
<entry>
<title>tor-dirmgr: impl Default for FlagPublisher</title>
<updated>2022-10-27T14:57:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-25T17:54:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a59d384b682788a657f8e89677879ba180ff3a1'/>
<id>urn:sha1:4a59d384b682788a657f8e89677879ba180ff3a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: impl FlagEvent for BridgeDescEvent</title>
<updated>2022-10-27T14:57:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-25T09:37:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94325cd456668036358f0cb460d028839f9412e0'/>
<id>urn:sha1:94325cd456668036358f0cb460d028839f9412e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FlagEvent trait: Implement using macros</title>
<updated>2022-10-25T09:33:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-24T18:30:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a175ee3237ed79d8a595eaa7f8da12dc7d3edb0'/>
<id>urn:sha1:9a175ee3237ed79d8a595eaa7f8da12dc7d3edb0</id>
<content type='text'>
The explicit list of variant names, that needs to be kept in sync, and
is a test failure semver break hazard, is now gone.

All the necessary code is now generated automatically, and cannot be
wrong.

I want this because I find myself wanting to add a second
implementation of FlagEvent, for another type.
</content>
</entry>
<entry>
<title>Merge branch 'dirmgr' into 'main'</title>
<updated>2022-06-24T13:46:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-24T13:46:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f8f24dbcb322107069dda84096450742ad5f4aa'/>
<id>urn:sha1:1f8f24dbcb322107069dda84096450742ad5f4aa</id>
<content type='text'>
dirmgr: followups to !587, mostly using iterators

Closes #468

See merge request tpo/core/arti!599</content>
</entry>
<entry>
<title>Fix a couple of typos in rustdoc comments.</title>
<updated>2022-06-24T12:18:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-24T12:18:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea3160737c8c7737136f29b974f1a72a14b00014'/>
<id>urn:sha1:ea3160737c8c7737136f29b974f1a72a14b00014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: Use ... .find().is_none() rather than clippy's suggestion</title>
<updated>2022-06-23T17:42:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-23T17:42:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c110a232ce6ce05998da8ae34e34a15ff90377c'/>
<id>urn:sha1:6c110a232ce6ce05998da8ae34e34a15ff90377c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: DirBootstrapStatus: Refactor mut_status_for using entries_mut</title>
<updated>2022-06-22T09:53:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-21T19:37:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2bd71c5f0ef6e0c0a61043858281dbb24a60952'/>
<id>urn:sha1:d2bd71c5f0ef6e0c0a61043858281dbb24a60952</id>
<content type='text'>
IMO this is rather less confusing.
</content>
</entry>
<entry>
<title>dirmgr: Use new statuses() helper method</title>
<updated>2022-06-22T09:53:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-21T19:36:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d36c433b36b97f2bdf9b652fc1e6891e53d627e8'/>
<id>urn:sha1:d36c433b36b97f2bdf9b652fc1e6891e53d627e8</id>
<content type='text'>
The two call sites become clearer, IMO.
</content>
</entry>
</feed>
