<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/list_crates, branch arti-v1.4.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-10-24T12:30:47Z</updated>
<entry>
<title>Run "black" to reformat all our python</title>
<updated>2024-10-24T12:30:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T12:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf7e7056f97be0015aa3643ab9c7aa564f17bbe5'/>
<id>urn:sha1:bf7e7056f97be0015aa3643ab9c7aa564f17bbe5</id>
<content type='text'>
"Black" is an "opinionated" python formatter, whose opinionatedness
is somewhat in the spirit of rustfmt.

This MR runs black with default settings on all of our python code
in Arti.  It was produced by the following commands

```
# Everything in python/
black python/
# Everything with a .py extension
fd '.py$' -X black
# Everything with a python shebang.
git grep -l '#! */usr/bin/env *python' | xargs black
```
</content>
</entry>
<entry>
<title>Add a script to run cbindgen and check its outputs.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-17T15:16:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=544487c333fd5199d36fe4ddf781c70bfd9ee020'/>
<id>urn:sha1:544487c333fd5199d36fe4ddf781c70bfd9ee020</id>
<content type='text'>
This is a bit complicated since:
  - Using cbindgen with macro expansion requires a nightly rust:
    so, we have to look for one.

  - There are some cbindgen warnings which I cannot find any way to
    suppress, so instead of giving all warnings, it seems better to
    give a diff from the old list of warnings to the new list.
</content>
</entry>
<entry>
<title>maint/list_crates: Include `Crate.raw_metadata`</title>
<updated>2024-07-10T15:04:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-10T13:17:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=05857c31fed6de0a2bc78f328e1b479e3869d2ad'/>
<id>urn:sha1:05857c31fed6de0a2bc78f328e1b479e3869d2ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/list_crates: Add a type annotation</title>
<updated>2024-07-10T15:04:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-10T14:09:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c157cb07fe8dc24dccf6c0ae8bf8514e9ceadec5'/>
<id>urn:sha1:c157cb07fe8dc24dccf6c0ae8bf8514e9ceadec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/list_crates: Resolve `Crate.publish`</title>
<updated>2024-07-10T15:04:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-10T14:05:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea9e4cb916e25106c2b5a68ab9434ae1a7e63ba6'/>
<id>urn:sha1:ea9e4cb916e25106c2b5a68ab9434ae1a7e63ba6</id>
<content type='text'>
If this is unset, set it to True.  Otherwise it's super confusing (and
every call site needs to do this special comparison.)
</content>
</entry>
<entry>
<title>Rename list_crates_publish to list_crates</title>
<updated>2024-05-08T16:51:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-08T16:50:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=176fea6716120d892c26f7d5f090b08975bc18a6'/>
<id>urn:sha1:176fea6716120d892c26f7d5f090b08975bc18a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ABolish maint/list_crates</title>
<updated>2024-05-08T16:50:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-08T16:50:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1378b0da6082d2357f80134f5d75552574ad42c1'/>
<id>urn:sha1:1378b0da6082d2357f80134f5d75552574ad42c1</id>
<content type='text'>
There are no callers any more.
</content>
</entry>
<entry>
<title>maint/list_crates: Strip maint/, handling maint/ crates</title>
<updated>2024-02-08T12:02:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-08T12:02:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed1aff2e484105d292f5ae0629bf5183be1c9839'/>
<id>urn:sha1:ed1aff2e484105d292f5ae0629bf5183be1c9839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce maint/list_crates_publish</title>
<updated>2024-02-05T19:01:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-05T18:30:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b03e5d5e11c52faf441294c8c883a2dfbc0d2021'/>
<id>urn:sha1:b03e5d5e11c52faf441294c8c883a2dfbc0d2021</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Examples using hyper v1</title>
<updated>2024-01-11T10:34:59Z</updated>
<author>
<name>ramidzkh</name>
<email>ramidzkh@gmail.com</email>
</author>
<published>2024-01-11T10:34:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cea7626e41a101986346e788403aade4dd52d81'/>
<id>urn:sha1:5cea7626e41a101986346e788403aade4dd52d81</id>
<content type='text'>
</content>
</entry>
</feed>
