<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils/src/iter.rs, branch tor-llcrypto-v0.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4'/>
<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>Merge branch 'cirmgr_error_cleanup' into 'main'</title>
<updated>2022-07-15T15:58:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-07-15T15:58:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44f37b2d073ec38aef2c216eca57722ef2a43507'/>
<id>urn:sha1:44f37b2d073ec38aef2c216eca57722ef2a43507</id>
<content type='text'>
Clean-ups in circmgr errors

See merge request tpo/core/arti!625</content>
</entry>
<entry>
<title>tor-basic-utils: Add a new interface to FilterCount</title>
<updated>2022-07-12T15:35:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-12T15:35:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad87cdcf278a2472b046c531f065b3f4e8c29fad'/>
<id>urn:sha1:ad87cdcf278a2472b046c531f065b3f4e8c29fad</id>
<content type='text'>
This interface allows using FilterCount with functions that expect
predicates rather than iterator chains.

I'm about to use it to get meaningful FilterCount results in the
path-selection code in circmgr.
</content>
</entry>
<entry>
<title>Fix two rustdoc links</title>
<updated>2022-07-12T14:14:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-12T14:14:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fc86e3ea9dce098a24ede131f508188a9a1b1ce'/>
<id>urn:sha1:1fc86e3ea9dce098a24ede131f508188a9a1b1ce</id>
<content type='text'>
This type must have been renamed, I guess.
</content>
</entry>
<entry>
<title>Add a semver note to FilterCount</title>
<updated>2022-07-08T13:29:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-08T13:29:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51a59e8c8b8acaf2f78edccde5bf50d40e6e0ab7'/>
<id>urn:sha1:51a59e8c8b8acaf2f78edccde5bf50d40e6e0ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FilterCount: Add a simple Display helper.</title>
<updated>2022-07-06T19:39:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-06T19:35:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fecc57fbefc64e9ef6fde6171b7a44f3541dda60'/>
<id>urn:sha1:fecc57fbefc64e9ef6fde6171b7a44f3541dda60</id>
<content type='text'>
This is a helper rather than a Display implementation because it
isn't the only logical way to display these values.  (In fact,
without context, it isn't even the _most_ logical way)
</content>
</entry>
<entry>
<title>New "counting filter" iterator helper in tor-basic-utils.</title>
<updated>2022-07-06T19:39:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-05T19:12:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6e0eea2b0961d0e66662a3ba73cf0ca4889e8b5'/>
<id>urn:sha1:b6e0eea2b0961d0e66662a3ba73cf0ca4889e8b5</id>
<content type='text'>
This is going to make it simpler to write the code in guardmgr (and
later in circmgr) that keeps track of how many relays were rejected
for what reason.  The latter, in turn, should improve error messages
when we're unable to pick a guard or a path.
</content>
</entry>
</feed>
