<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/add_warning, branch arti-v1.0.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.0.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-08-16T17:15:35Z</updated>
<entry>
<title>format python script in maint</title>
<updated>2022-08-16T17:15:35Z</updated>
<author>
<name>FAMASoon</name>
<email>famasoon@gmail.com</email>
</author>
<published>2022-08-16T17:15:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4cfdeca0f10f39dfa3ef8ec1700ed8cb2cad37f6'/>
<id>urn:sha1:4cfdeca0f10f39dfa3ef8ec1700ed8cb2cad37f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Fix parsing of --check</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:36:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7c03943f1dd638e41048d475bed99aaf410fd88'/>
<id>urn:sha1:b7c03943f1dd638e41048d475bed99aaf410fd88</id>
<content type='text'>
Previously this would eat the first filename!
</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>maint/add_warning: Add two lints via add_warning as a test case</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:15:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bebf013bef9902d5c8dfc57c0be62076de3fee51'/>
<id>urn:sha1:bebf013bef9902d5c8dfc57c0be62076de3fee51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Add ability maintain test lint blocks</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:14:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=72515abf91bb3fd3f2cf4c5a355bc79957277825'/>
<id>urn:sha1:72515abf91bb3fd3f2cf4c5a355bc79957277825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Scan all files by default, but insist only in some</title>
<updated>2022-06-24T13:23:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-24T11:55:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76ff33061036b2c808d1ff7210e589153ef227e5'/>
<id>urn:sha1:76ff33061036b2c808d1ff7210e589153ef227e5</id>
<content type='text'>
This will allow us to have add_warning manage test lint blocks.

We have to stop printing all the filenames because there are too
many.  Filenames still come out on error of course.
</content>
</entry>
<entry>
<title>clippy: Supresss clippy::significant_drop_in_scrutinee</title>
<updated>2022-06-23T18:14:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-23T18:14:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13e27919c5e8825d4fe89a8c52738914573dcd58'/>
<id>urn:sha1:13e27919c5e8825d4fe89a8c52738914573dcd58</id>
<content type='text'>
As per the linked discussion.
</content>
</entry>
<entry>
<title>lints: Scheme for allowing us to name nightly lints</title>
<updated>2022-06-23T18:14:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-06-23T18:14:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28dea73523bcaf72097d3188d27cc5968d6ab0d5'/>
<id>urn:sha1:28dea73523bcaf72097d3188d27cc5968d6ab0d5</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/issues/501
</content>
</entry>
<entry>
<title>maint/add_warning: Convert remaining asserts</title>
<updated>2022-05-31T18:16:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-31T18:16:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2730bed5bdecff7d90fda4db1a2289c9e6a4a03a'/>
<id>urn:sha1:2730bed5bdecff7d90fda4db1a2289c9e6a4a03a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Introduce ImproperFile and convert one assert</title>
<updated>2022-05-31T18:14:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-31T18:14:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c52fa675b7171abcc5abcc19345c9b09e20648e'/>
<id>urn:sha1:6c52fa675b7171abcc5abcc19345c9b09e20648e</id>
<content type='text'>
</content>
</entry>
</feed>
