<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/rust-maint-common, branch arti-v2.4.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.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-20T10:45:26Z</updated>
<entry>
<title>maint/rust-maint-common/forbid-script-underscores: Look at git</title>
<updated>2026-01-20T10:45:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T14:53:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a68763b18352fcbd88bf23f21edd46bd739aa17e'/>
<id>urn:sha1:a68763b18352fcbd88bf23f21edd46bd739aa17e</id>
<content type='text'>
This avoids tripping over things like `__pycache__`
</content>
</entry>
<entry>
<title>maint/rust-maint-common/forbid-script-extensions: Support exceptions</title>
<updated>2026-01-20T10:45:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T13:42:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=839d762ce508be6643bd3cc7309fb3968673c88a'/>
<id>urn:sha1:839d762ce508be6643bd3cc7309fb3968673c88a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/rust-maint-common/forbid-script-underscores: Support exceptions</title>
<updated>2026-01-20T10:44:46Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T12:57:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad958349e89a2ca7b5b05d074f15b7309ff9d114'/>
<id>urn:sha1:ad958349e89a2ca7b5b05d074f15b7309ff9d114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'c8451e50f3aeb268cfa6b81e1e32928250ea3aca' into maint-common-2</title>
<updated>2025-11-04T20:42:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-04T20:42:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7fb477e88d102cbe1ce8294f86818b81641e31d7'/>
<id>urn:sha1:7fb477e88d102cbe1ce8294f86818b81641e31d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>maint: Avoid x-prefix in comparisons.</title>
<updated>2025-07-17T17:07:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-17T16:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6004dd18e584bbbbcc58d0a3a2e9a20e12b879a5'/>
<id>urn:sha1:6004dd18e584bbbbcc58d0a3a2e9a20e12b879a5</id>
<content type='text'>
This applies the fixes suggested by shellcheck (the x-prefixes were
causing the `shellcheck` job to fail; see [SC2268]).

[SC2268]: https://www.shellcheck.net/wiki/SC2268
</content>
</entry>
<entry>
<title>forbid-hard-tabs: Improve doc comment</title>
<updated>2024-10-02T14:37:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T14:29:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62302873e2c0fc640bb75abec73f0b6b4450145d'/>
<id>urn:sha1:62302873e2c0fc640bb75abec73f0b6b4450145d</id>
<content type='text'>
Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2488#note_3087164
</content>
</entry>
<entry>
<title>bash-utils.sh: reject_options: Don't crash due to -u if no arguments</title>
<updated>2024-10-02T14:37:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T09:20:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d78d1092873b0f9b60bd6e72bd1a37b6bbd53149'/>
<id>urn:sha1:d78d1092873b0f9b60bd6e72bd1a37b6bbd53149</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide new forbid-hard-tabs script</title>
<updated>2024-10-02T14:37:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T09:14:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07c8b7fe13b2158cccb48798b395a5188fa3d61e'/>
<id>urn:sha1:07c8b7fe13b2158cccb48798b395a5188fa3d61e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
</feed>
