<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/extract-md-links, 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-24T14:08:18Z</updated>
<entry>
<title>Python: simple annotations to allow mypy to pass.</title>
<updated>2024-10-24T14:08:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T14:07:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cebfadcbc63b42d7f41739f96372214bba3e926f'/>
<id>urn:sha1:cebfadcbc63b42d7f41739f96372214bba3e926f</id>
<content type='text'>
</content>
</entry>
<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>maint/extract-md-links: Use /usr/bin/env for more flexibility.</title>
<updated>2024-06-05T17:59:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T17:59:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c27c3a8eeeeff6256c109496d82dfd3f390cde0b'/>
<id>urn:sha1:c27c3a8eeeeff6256c109496d82dfd3f390cde0b</id>
<content type='text'>
I needed to use a virtual env to run this script (it doesn't work with
the mistune version packaged by arch), but found myself unable to
without changing the interpreter directive in `maint/extract-md-links`.

Closes #1460
</content>
</entry>
<entry>
<title>maint/extract-md-links: New script</title>
<updated>2024-05-02T13:36:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-02T11:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d63aeec043e87436a04b0d37f3da1ec2f54e134'/>
<id>urn:sha1:1d63aeec043e87436a04b0d37f3da1ec2f54e134</id>
<content type='text'>
This will be used by gen_md_links, instead of the regexp-based ad-hoc
parser there.

The existing parser gets wrong things like "  `#[must_use]`  ",
thinking that's a link.

Use a proper Markdown parser.  But, we must commit some abuse, sadly.
</content>
</entry>
</feed>
