<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/key_specifier.rs, 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>fix: fix typos</title>
<updated>2024-03-09T08:16:15Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-03-09T08:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec10e508e4e8424c954f4c748dedcf45e7dadfda'/>
<id>urn:sha1:ec10e508e4e8424c954f4c748dedcf45e7dadfda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Pick a better name for error variable.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-02-19T11:13:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec7ba1eb005957c6ec3a34b6f21775705aa47a76'/>
<id>urn:sha1:ec7ba1eb005957c6ec3a34b6f21775705aa47a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Add more context to errors returned from HsId::from_slug.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-12T11:29:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b9641e1baa4d29ed1db5a4c478568f8ca645ad85'/>
<id>urn:sha1:b9641e1baa4d29ed1db5a4c478568f8ca645ad85</id>
<content type='text'>
`InvalidKeyPathComponentValue::Slug` now has to wrap a `String`, because
we can't get `HsIdParse` errors as static strings.
</content>
</entry>
<entry>
<title>tor-keymgr: Add more context to InvalidKeyPathComponentValue errors (fmt).</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-12T11:27:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a77539e6ad9f85d4790b6ecb835b07323dc1401a'/>
<id>urn:sha1:a77539e6ad9f85d4790b6ecb835b07323dc1401a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Add more context to InvalidKeyPathComponentValue errors.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-12T11:26:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67bc71b3c64a12ac7d0acb7732275682257c4288'/>
<id>urn:sha1:67bc71b3c64a12ac7d0acb7732275682257c4288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Document what context to add to invalid slug errors.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-12T11:13:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77cdad7178d97ddf797cf68fae9279d3fc8a3783'/>
<id>urn:sha1:77cdad7178d97ddf797cf68fae9279d3fc8a3783</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1960#note_2994317
</content>
</entry>
<entry>
<title>tor-keymgr: Make InvalidKeyPathComponentValue an enum.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T18:12:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=efa24da57b10d6ec7c7c4bd651f851c4bb4c3823'/>
<id>urn:sha1:efa24da57b10d6ec7c7c4bd651f851c4bb4c3823</id>
<content type='text'>
Previously, `InvalidKeyPathComponentValue` was a single error type, with
the error message hard-coded to "invalid key denotator". This was wrong,
because this error is used for other types of invalid components too
(not just for invalid denotators).

Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Add a note about KeyPathError.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-06T10:44:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f070cfb6eaa2b8eb77e4f510196749abca22433'/>
<id>urn:sha1:7f070cfb6eaa2b8eb77e4f510196749abca22433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Include the ArtiPath in PatternNotMatched.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T16:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44d9e0dddc3f2fa9362e595018a80f95c736f8e9'/>
<id>urn:sha1:44d9e0dddc3f2fa9362e595018a80f95c736f8e9</id>
<content type='text'>
All `KeyPathError` variants now include the `ArtiPath` that caused the
error.

Part of #1115
</content>
</entry>
</feed>
