<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/gen_md_links, branch arti-v1.4.4</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.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-10-24T13:51:32Z</updated>
<entry>
<title>python: Fix warnings about unused variables and modules.</title>
<updated>2024-10-24T13:51:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T13:22:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3adb81060458a900014761502aebdc9fd9c6a95d'/>
<id>urn:sha1:3adb81060458a900014761502aebdc9fd9c6a95d</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/gen_md_links: Use the proper parser script</title>
<updated>2024-05-02T13:37:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-01T15:54:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab2f4d8e25d63290298faa85cb1cf05433fd6eb5'/>
<id>urn:sha1:ab2f4d8e25d63290298faa85cb1cf05433fd6eb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/gen_md_links: Soup up argument parser</title>
<updated>2024-05-02T13:36:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-01T11:50:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=377cb4fbac139ed6df614f8fae4f0e5c4b3bf828'/>
<id>urn:sha1:377cb4fbac139ed6df614f8fae4f0e5c4b3bf828</id>
<content type='text'>
I was going to want to call this from another program with a filename,
which meant I needed to unparse the arguments, which meant I wanted a
competent parser to feed things to.

As it happens my caller doesn't use this any more, but let's keep the
improvement anyway.
</content>
</entry>
<entry>
<title>maint/gen_md_links: Honour \ escaping</title>
<updated>2024-05-02T13:36:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T17:28:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4fe49bd6644b3b2e07b1c6da168fad4032f5459'/>
<id>urn:sha1:a4fe49bd6644b3b2e07b1c6da168fad4032f5459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shell: use /usr/bin/env instead of absolute paths</title>
<updated>2023-01-25T17:35:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-25T17:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79097484de7401bf247e14c1bdf5982aee4518a1'/>
<id>urn:sha1:79097484de7401bf247e14c1bdf5982aee4518a1</id>
<content type='text'>
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
</content>
</entry>
<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>Delete unused Enum and fileinput in maint file</title>
<updated>2022-08-04T13:58:58Z</updated>
<author>
<name>FAMASoon</name>
<email>famasoon@gmail.com</email>
</author>
<published>2022-08-04T13:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=817b8115604b5cbc73c4513b9567367fa4037105'/>
<id>urn:sha1:817b8115604b5cbc73c4513b9567367fa4037105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/gen_md_links: Add missing +x bit</title>
<updated>2022-02-18T11:46:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-17T18:03:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=894944ba5f7aaa922d12be1a088a1484c5a19598'/>
<id>urn:sha1:894944ba5f7aaa922d12be1a088a1484c5a19598</id>
<content type='text'>
This is a program, with a main function, etc.
</content>
</entry>
<entry>
<title>rename *.py scripts to bare name</title>
<updated>2022-02-18T11:46:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-17T18:02:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c301230e43932975a3b6c7bfb1562ea3fbdcc50'/>
<id>urn:sha1:1c301230e43932975a3b6c7bfb1562ea3fbdcc50</id>
<content type='text'>
Update all references.  There are three remaining hits for
  git-grep '\.py\b'
all of which are scripts in "little-t-tor", not here in arti.
</content>
</entry>
</feed>
