<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v2.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-v2.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-23T14:22:39Z</updated>
<entry>
<title>Merge branch 'deftly-impl' into 'main'</title>
<updated>2026-06-23T14:22:39Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-06-23T14:22:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99dea38916cdb8e3bc39b28c0589cb20d144f874'/>
<id>urn:sha1:99dea38916cdb8e3bc39b28c0589cb20d144f874</id>
<content type='text'>
Try out deftly $impl feature, mostly in tor-config

See merge request tpo/core/arti!4095</content>
</entry>
<entry>
<title>Merge branch 'misc_string_slices_1' into 'main'</title>
<updated>2026-06-18T09:18:16Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-18T09:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15cf78fea4f5d141c8bcaab3ba291e1fa882372f'/>
<id>urn:sha1:15cf78fea4f5d141c8bcaab3ba291e1fa882372f</id>
<content type='text'>
Fix string_slice exceptions outside of netdoc

See merge request tpo/core/arti!4092</content>
</entry>
<entry>
<title>tor-config: Flattenable: use beta_deftly $impl feature</title>
<updated>2026-06-11T10:37:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-11T10:31:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4d93c21539510673a9b9192ab939fa9157df3b5'/>
<id>urn:sha1:b4d93c21539510673a9b9192ab939fa9157df3b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: derive.rs: use beta_deftly $impl feature</title>
<updated>2026-06-11T10:37:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-11T10:29:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd0070123f8f0f2c491ace663d67e662f4705069'/>
<id>urn:sha1:cd0070123f8f0f2c491ace663d67e662f4705069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assert_not_impl: Promote to tor-basic-utils</title>
<updated>2026-06-10T14:42:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-10T11:05:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8783e31c6c0a0f17f558f809160b4e6869cab0b0'/>
<id>urn:sha1:8783e31c6c0a0f17f558f809160b4e6869cab0b0</id>
<content type='text'>
I want this in tor-netdoc (which doesn't use tor-config and probably
shouldn't).

Almost entirely code motion.  Review with --color-moved.
</content>
</entry>
<entry>
<title>assert_not_impl: Change example to use Cell</title>
<updated>2026-06-10T14:42:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-10T10:59:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3223eb553074620691f70b1ffad2f7ef7f7d26af'/>
<id>urn:sha1:3223eb553074620691f70b1ffad2f7ef7f7d26af</id>
<content type='text'>
I want to mvoe this to tor-basic-utils, so it can't use tor-config in
its example.  Also, Cell is just a nicer example.

(The rule identifier was already wrong.)
</content>
</entry>
<entry>
<title>assert_not_impl: Introduce some `use`s</title>
<updated>2026-06-10T14:42:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-10T10:59:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b2863dd1d68a9e1ab4db3e9294d1327ed6a2dfb5'/>
<id>urn:sha1:b2863dd1d68a9e1ab4db3e9294d1327ed6a2dfb5</id>
<content type='text'>
IMO this makes the example clearer.  It will also make moving this
macro to tor-basic-utils less noisy.
</content>
</entry>
<entry>
<title>config: remove str slice usage</title>
<updated>2026-06-10T13:55:04Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T13:55:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4e4e9e6a9de94d80c8a16de7f17538e50ecd05d'/>
<id>urn:sha1:c4e4e9e6a9de94d80c8a16de7f17538e50ecd05d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>everywhere: Add #[allow(clippy::string_slice)]</title>
<updated>2026-06-09T16:02:36Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T16:00:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d0af4abbd7b371f1eade609202a730cd9a1c21d3'/>
<id>urn:sha1:d0af4abbd7b371f1eade609202a730cd9a1c21d3</id>
<content type='text'>
This commit adds #[allow(clippy::string_slice)] to all functions in the
code where string slices are used, alongside a TODO comment.

We do this add the function header to have it consistent, as things like
expression based allow's are still experimental.
</content>
</entry>
<entry>
<title>maint: Run maint/add_warning to deny string slices</title>
<updated>2026-06-09T15:36:01Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5752a77fb57052c06ead0eeae606831f1e8e97'/>
<id>urn:sha1:9f5752a77fb57052c06ead0eeae606831f1e8e97</id>
<content type='text'>
This commit executes maint/add_warning with the just added change to
deny string slices except in tests.

I recommend auditing this by checking out the previous commit followed
by running the script yourself and then verifying that the diff is
identical to this commit.

This commit makes cargo clippy fail.  We will add exceptions in the next
commit.
</content>
</entry>
</feed>
