<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-error/src, branch arti-v1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-13T16:30:53Z</updated>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deny clippy::unchecked_duration_subtraction</title>
<updated>2024-02-29T17:16:49Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2024-02-29T17:06:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac5b36027ca825d27ef466501c660ce498fd9e3c'/>
<id>urn:sha1:ac5b36027ca825d27ef466501c660ce498fd9e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: Backtrace: Remove a Captured(...) from a Display</title>
<updated>2024-01-31T14:26:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-01-31T14:26:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba2c9eb87e642cf046a664888c9a49027801ae87'/>
<id>urn:sha1:ba2c9eb87e642cf046a664888c9a49027801ae87</id>
<content type='text'>
Prompted by clippy complaining that the content wasn't ever read other
than by the autogenerated Debug impl.
</content>
</entry>
<entry>
<title>tor-error: Correct docs for ErrorReport to reflect improved situation</title>
<updated>2023-12-12T13:14:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T13:12:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8b654464c0f339c74ee2511f12efc65b77da27a'/>
<id>urn:sha1:a8b654464c0f339c74ee2511f12efc65b77da27a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: tests: Demonstrate warn_report on bare error and anyhow</title>
<updated>2023-12-12T13:14:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:29:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3de9c7e3b4d22d4c9d860457d1525a124430314f'/>
<id>urn:sha1:3de9c7e3b4d22d4c9d860457d1525a124430314f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: impl for StdError + 'static</title>
<updated>2023-12-12T13:14:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:44:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6cc068c9cdb4e69f03dc07cf4a89f0447d25a9fc'/>
<id>urn:sha1:6cc068c9cdb4e69f03dc07cf4a89f0447d25a9fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: remove Sized bound from trait</title>
<updated>2023-12-12T12:52:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:43:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ba92fe87391066312aee9520bacc196e2776aa8'/>
<id>urn:sha1:4ba92fe87391066312aee9520bacc196e2776aa8</id>
<content type='text'>
This will let us impl for dyn StdError.
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: move blanket impl code into impl</title>
<updated>2023-12-12T12:52:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:42:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0a15e4f9592a4c0e50c04db6cbea3313ccb7208'/>
<id>urn:sha1:c0a15e4f9592a4c0e50c04db6cbea3313ccb7208</id>
<content type='text'>
This impl can only compile for Self: Sized.  This will let us remove
the Sized bound from the trait itself.
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: seal</title>
<updated>2023-12-12T12:52:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:40:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00903e22bb9782958135a7061dcfb523e4ebc91f'/>
<id>urn:sha1:00903e22bb9782958135a7061dcfb523e4ebc91f</id>
<content type='text'>
We're going to need to make change to this trait which would be
breaking for out-of-crate implementors.  This should have been sealed
all along.
</content>
</entry>
<entry>
<title>tor-error: Introduce ErrorKind::LocalResourceAlreadyInUse</title>
<updated>2023-12-11T15:30:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-22T14:07:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99e58a0792df855609f96728d43742f8e07e2132'/>
<id>urn:sha1:99e58a0792df855609f96728d43742f8e07e2132</id>
<content type='text'>
Our HSS code isn't going to work if you run more than one copy.  Soon
we'll detect this (via our use of tor_persist).

There may be other places this ought to be used.  Eg if we get
EADDRINUSE from trying to set up a proxy, maybe ...
</content>
</entry>
</feed>
