<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/add_warning.py, branch arti-v0.0.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-11-25T13:20:37Z</updated>
<entry>
<title>add semicolons if nothing returned</title>
<updated>2021-11-25T13:20:37Z</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2021-11-25T13:14:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db16d13df4779ac61005050dfe5ce05e3d5a1b5d'/>
<id>urn:sha1:db16d13df4779ac61005050dfe5ce05e3d5a1b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable checked_conversions lint.</title>
<updated>2021-10-09T20:53:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-09T20:49:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af7c9d5a0b1bdcfba820160cf89d480efd27760e'/>
<id>urn:sha1:af7c9d5a0b1bdcfba820160cf89d480efd27760e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some planned items in add_warnings.</title>
<updated>2021-10-09T20:52:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-09T20:28:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5bfc3c9638f9775e99be9609ab2fb02fefc9951'/>
<id>urn:sha1:a5bfc3c9638f9775e99be9609ab2fb02fefc9951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
<entry>
<title>Move "use_unwrap" lint from some to want list</title>
<updated>2021-08-25T19:23:57Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-25T19:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b95513c5e69014061746d23a511b4a0744ee127e'/>
<id>urn:sha1:b95513c5e69014061746d23a511b4a0744ee127e</id>
<content type='text'>
And convert some `add_or_port` calls to use `SocketAddr` instead of
parse + unwrap on strings.

&gt; Note, this last change is only for IPv4 addresses, for now, and only
&gt; within tests.
</content>
</entry>
<entry>
<title>add_warning.py: explain what to do when no args are given</title>
<updated>2021-08-18T12:56:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T12:56:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ffc27999eff37da07ec5cec817aa4d7c2ef0bc09'/>
<id>urn:sha1:ffc27999eff37da07ec5cec817aa4d7c2ef0bc09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add clippy::missing_panics_doc to add_warnings.py.</title>
<updated>2021-08-18T12:53:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T12:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0b6f638517c80163cb482671d31b9e9feda9a565'/>
<id>urn:sha1:0b6f638517c80163cb482671d31b9e9feda9a565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the "implicit_clone" lint.</title>
<updated>2021-08-17T18:49:39Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-17T18:17:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=484cc24856281a4e25f07b21a5b5705b1bca8739'/>
<id>urn:sha1:484cc24856281a4e25f07b21a5b5705b1bca8739</id>
<content type='text'>
&gt; Check `implicit_clone` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone

This adds, and addresses, the following Clippy configuration to crates;

    #![deny(clippy::implicit_clone)]

And moves related line within `maint/add_warning.py` file. My intent is to
mitigate extra edits after merging, so please let me know if I need to do this
last bit differently.
</content>
</entry>
<entry>
<title>Use add_warnings.py for clippy::cast_lossless</title>
<updated>2021-08-13T15:36:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-13T15:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c6dd27ca11dcb428ac46b0076bd0afe686786b9'/>
<id>urn:sha1:9c6dd27ca11dcb428ac46b0076bd0afe686786b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unnecessary_wraps to the big warning list.</title>
<updated>2021-08-06T20:20:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-06T20:20:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79d9eac58c3ff381ee15a0d654cd308fb12a06af'/>
<id>urn:sha1:79d9eac58c3ff381ee15a0d654cd308fb12a06af</id>
<content type='text'>
</content>
</entry>
</feed>
