<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v0.6.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.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-07-23T18:25:33Z</updated>
<entry>
<title>fix nighly clippy</title>
<updated>2022-07-23T18:25:33Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-07-23T18:25:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eed8032dbd81ec6f3a7f302c57d803d9c8f75ce7'/>
<id>urn:sha1:eed8032dbd81ec6f3a7f302c57d803d9c8f75ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clippy: Consolidate many lints in maint/add_warning</title>
<updated>2022-06-24T13:23:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-24T12:24:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23c352b96bf07c981bb396fa34ce83e512ada0b2'/>
<id>urn:sha1:23c352b96bf07c981bb396fa34ce83e512ada0b2</id>
<content type='text'>
Found these by disabling the nightly dbg macro special case.  Now, we
have a mechanism for globally adding suppressions to tests, we can use
that instead.
</content>
</entry>
<entry>
<title>Run maint/add_warning crates/*/src/{lib,main}.rs</title>
<updated>2022-06-23T18:15:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-23T18:15:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=589c6e52bb49ccfe6c0ad9d18d6b994978e46c6c'/>
<id>urn:sha1:589c6e52bb49ccfe6c0ad9d18d6b994978e46c6c</id>
<content type='text'>
Update all lint blocks
</content>
</entry>
<entry>
<title>tor-config: style fixes on CfgPathError.</title>
<updated>2022-06-22T12:36:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-22T12:36:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c39631af2770ef44d40f172cf24dd86f813cbfda'/>
<id>urn:sha1:c39631af2770ef44d40f172cf24dd86f813cbfda</id>
<content type='text'>
</content>
</entry>
<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>impl_standard_builder: Allow for !Default</title>
<updated>2022-06-16T14:42:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-16T14:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90ba8b15de9ff13e45bfce416e4c01e1ef6fd08e'/>
<id>urn:sha1:90ba8b15de9ff13e45bfce416e4c01e1ef6fd08e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: impl_standard_builder: handle contexts with local Result</title>
<updated>2022-06-16T14:27:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-16T13:43:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c895057cb9cd2bab25ffc128be93ce8d1cec1b76'/>
<id>urn:sha1:c895057cb9cd2bab25ffc128be93ce8d1cec1b76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config: Suppose that we might extend resolve_option to non-T::Default</title>
<updated>2022-06-10T13:23:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-10T13:22:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=baca49e0877b35d319637b66443328becad5d9e5'/>
<id>urn:sha1:baca49e0877b35d319637b66443328becad5d9e5</id>
<content type='text'>
As per point 3 in
  https://gitlab.torproject.org/tpo/core/arti/-/issues/488
</content>
</entry>
<entry>
<title>config: Do not strip_option for journald (and in future)</title>
<updated>2022-06-10T13:23:13Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-10T13:22:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77f33176c31c770aea5e1cdb97d0dbe57f89e674'/>
<id>urn:sha1:77f33176c31c770aea5e1cdb97d0dbe57f89e674</id>
<content type='text'>
As per point 1 in
  https://gitlab.torproject.org/tpo/core/arti/-/issues/488
</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>
</feed>
