<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch arti-v1.1.2</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.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-02-28T11:10:17Z</updated>
<entry>
<title>Rename onion-* cargo features to hs-* in tor-* crates</title>
<updated>2023-02-28T11:10:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-24T14:26:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79'/>
<id>urn:sha1:f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79</id>
<content type='text'>
Fixes #756
</content>
</entry>
<entry>
<title>Merge branch 'shadykaty-error-hint-v2' into 'main'</title>
<updated>2023-02-07T16:32:10Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-02-07T16:32:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85ca3e41b945cdcefb5241ef697476a80e578d03'/>
<id>urn:sha1:85ca3e41b945cdcefb5241ef697476a80e578d03</id>
<content type='text'>
Create and use an ErrorHint type to report how to fix a problem.

Closes #579 and #578

See merge request tpo/core/arti!994</content>
</entry>
<entry>
<title>Use ErrorReport for errors in error! in arti-client</title>
<updated>2023-01-30T18:52:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-01-30T18:25:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c0a7e0127735cc6c10fed5e0594de60f522e3d2'/>
<id>urn:sha1:5c0a7e0127735cc6c10fed5e0594de60f522e3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ErrorHint: Add a note about lowering the permissions hint</title>
<updated>2023-01-27T16:56:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T16:44:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b3c963e7fa93511eab0d11eac7150607e88b0117'/>
<id>urn:sha1:b3c963e7fa93511eab0d11eac7150607e88b0117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ErrorHint: use anonymize_home</title>
<updated>2023-01-27T16:56:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T16:40:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae963e3c6b27bb51815baea65facdf6afa7cddda'/>
<id>urn:sha1:ae963e3c6b27bb51815baea65facdf6afa7cddda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ErrorHint: Implement tryfrom_torpersist</title>
<updated>2023-01-27T16:56:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T16:35:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=39ad97fdc2ecd7693feb7ead8793926d3618191d'/>
<id>urn:sha1:39ad97fdc2ecd7693feb7ead8793926d3618191d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ErrorHint: refactor API (part 2)</title>
<updated>2023-01-27T16:56:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T16:27:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c82f794c188c3468a7935a88564177bf799d07f'/>
<id>urn:sha1:3c82f794c188c3468a7935a88564177bf799d07f</id>
<content type='text'>
Change ErrorHint so that, internally, it just holds an enum with a
lightweight reference to whatever parts of the error it needs to
generate a hint.  Then we can move the formatting logic into a
Display function for ErrorHint, and do away with ErrorDetail entirely.
</content>
</entry>
<entry>
<title>ErrorHint: refactor API (part 1)</title>
<updated>2023-01-27T16:56:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T16:14:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8058c5d0247c8f81f68165a5bc1d76955efb965'/>
<id>urn:sha1:b8058c5d0247c8f81f68165a5bc1d76955efb965</id>
<content type='text'>
Move the "hint" function into Error, and use Option rather than Result.

(I'm using Option here because it's not really an error case not to have
a hint; we just either have a hint, or we don't.)
</content>
</entry>
<entry>
<title>add opaque ErrorHint API, impl ErrorHint from BadPermissions</title>
<updated>2023-01-27T16:02:42Z</updated>
<author>
<name>Shady Katy</name>
<email>katy@shady.zone</email>
</author>
<published>2022-10-04T13:00:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc4c07678ac013a2f321088f7d6202f29e38837b'/>
<id>urn:sha1:cc4c07678ac013a2f321088f7d6202f29e38837b</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
