<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src/load.rs, branch arti-v0.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-06-22T12:23:33Z</updated>
<entry>
<title>tor-config: Don't format source error as part of error message</title>
<updated>2022-06-22T12:23:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-22T12:23:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=37cbd38abc9268fa30ea88ac79c4767a4d17970a'/>
<id>urn:sha1:37cbd38abc9268fa30ea88ac79c4767a4d17970a</id>
<content type='text'>
This is one I missed earlier.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-06-05T15:47:51Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2022-06-05T13:57:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8488192ba10e2dd6422cf6d5f28d36157b2f9fe3'/>
<id>urn:sha1:8488192ba10e2dd6422cf6d5f28d36157b2f9fe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'tor-config-tests' into 'main'</title>
<updated>2022-05-31T14:08:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-31T14:08:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f67c0eaf50e4bef38f2f12d07d81426b6f8a71c9'/>
<id>urn:sha1:f67c0eaf50e4bef38f2f12d07d81426b6f8a71c9</id>
<content type='text'>
Add a few coverage-based tests to tor-config.

See merge request tpo/core/arti!540</content>
</entry>
<entry>
<title>Add a few coverage-based tests to tor-config.</title>
<updated>2022-05-31T12:59:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T15:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca94ec72ef269b12709bc880a6e3f0d9a7b30d12'/>
<id>urn:sha1:ca94ec72ef269b12709bc880a6e3f0d9a7b30d12</id>
<content type='text'>
There's nothing major here, but it does fill in a few gaps.
</content>
</entry>
<entry>
<title>Fix a link with nightly rustdoc</title>
<updated>2022-05-26T19:40:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-26T19:40:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4a87687f511119a26d27b226167917438f526d4'/>
<id>urn:sha1:b4a87687f511119a26d27b226167917438f526d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: load: clippy: adopt two suggestions</title>
<updated>2022-05-26T10:03:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-26T10:03:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5a8e453b9610c53921e41b749bcf977b1e084f9'/>
<id>urn:sha1:c5a8e453b9610c53921e41b749bcf977b1e084f9</id>
<content type='text'>
We can have mem::take, hooray.
</content>
</entry>
<entry>
<title>tor-config: load: Add missing "not".</title>
<updated>2022-05-26T09:57:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-26T09:56:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42ccb684465056b9546cecf697aa354393576a16'/>
<id>urn:sha1:42ccb684465056b9546cecf697aa354393576a16</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/529#note_2807331
</content>
</entry>
<entry>
<title>tor-config: load: Make UnrecognizedKeys not pub</title>
<updated>2022-05-26T09:57:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-26T09:55:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5561c8cdbbc4864d1bf71297d123bf3a7c724ee'/>
<id>urn:sha1:f5561c8cdbbc4864d1bf71297d123bf3a7c724ee</id>
<content type='text'>
This was a slip.

As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/529#note_2807330
</content>
</entry>
<entry>
<title>tor-config: load: Add reversed test</title>
<updated>2022-05-25T18:15:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-25T18:14:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed95d50d49019028447b2910312dad338f761340'/>
<id>urn:sha1:ed95d50d49019028447b2910312dad338f761340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Add duplicative doc comments as per review</title>
<updated>2022-05-25T18:15:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-25T18:11:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce96f0d9ce9873eb35744d87db5d222f9f94a4f8'/>
<id>urn:sha1:ce96f0d9ce9873eb35744d87db5d222f9f94a4f8</id>
<content type='text'>
</content>
</entry>
</feed>
