<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/coverage, branch arti-v1.1.13</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.13'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-08T14:32:31Z</updated>
<entry>
<title>maint: remove useless optarg</title>
<updated>2023-08-08T14:32:31Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-08T14:32:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab4d0182ab0b775b705c8c2ff7f65b08784c5942'/>
<id>urn:sha1:ab4d0182ab0b775b705c8c2ff7f65b08784c5942</id>
<content type='text'>
The `maint/coverage` script has a useless option `c`.
This commit removes it.
</content>
</entry>
<entry>
<title>maint: list the HTML dependencies in coverage</title>
<updated>2023-08-08T14:29:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-08T14:29:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c1e5e32c2e84006444a84e2cbf30b45f228e90c'/>
<id>urn:sha1:3c1e5e32c2e84006444a84e2cbf30b45f228e90c</id>
<content type='text'>
Currently, the `maint/coverage` script does not inform about the
dependencies required for generating the HTML output, those are, the
Python packages `bs4` and `lxml`.

This commit fixes that, by updating the help section accordingly.
</content>
</entry>
<entry>
<title>maint: remove the dependency check from coverage</title>
<updated>2023-02-24T17:32:06Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-02-22T17:35:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=20e40d79db3467d3af9037bf0d4e8044ede96cb9'/>
<id>urn:sha1:20e40d79db3467d3af9037bf0d4e8044ede96cb9</id>
<content type='text'>
This commit removes the dependency check introduced by b4b8d040, because
it's task is now done by the recently added `check_env` script.
</content>
</entry>
<entry>
<title>Merge branch 'coverage-dep-check' into 'main'</title>
<updated>2023-02-22T12:00:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-02-22T12:00:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed5857fab1ba0d12bc111d7d67382b8013159509'/>
<id>urn:sha1:ed5857fab1ba0d12bc111d7d67382b8013159509</id>
<content type='text'>
maint: add a dependency check to coverage

Closes #776

See merge request tpo/core/arti!1025</content>
</entry>
<entry>
<title>maint: add a dependency check to coverage</title>
<updated>2023-02-21T19:09:17Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-02-16T14:38:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4b8d040a024f92ac862e701ee3d7a5807832832'/>
<id>urn:sha1:b4b8d040a024f92ac862e701ee3d7a5807832832</id>
<content type='text'>
This commit implements a dependency check to the `maint/coverage`
script, that checks for the rustup, python3, and grcov binaries in
$PATH; the bs4 and lxml python packages; and the llvm-tools Rust
component.

Fixes #776
</content>
</entry>
<entry>
<title>maint: forcefully remove files in coverage</title>
<updated>2023-02-16T14:14:08Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-02-16T14:14:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=66fd697a73c99bc117a5ece88274ef03e57cc834'/>
<id>urn:sha1:66fd697a73c99bc117a5ece88274ef03e57cc834</id>
<content type='text'>
When performing the initial run of `./maint/coverage`, it will report an
error message to stderr, that several files cannot be deleted, due to
their non-existence.

While the error is still ignored, I personally think that there is no
benefit in showing it either, thereby surpressing it with this commit.

Beside this, this syntax might be easier to understand from a semantical
point of view.
</content>
</entry>
<entry>
<title>maint: replace llvm-tools-preview with llvm-tools</title>
<updated>2023-01-27T14:56:09Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-27T14:56:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54f549dd53315aa9d25aa122208b5aa58a4ec63a'/>
<id>urn:sha1:54f549dd53315aa9d25aa122208b5aa58a4ec63a</id>
<content type='text'>
This commit replaces all occurrences of `llvm-tools-preview` with
`llvm-tools`, because it became a stable feature with Rust 1.60, thereby
making the `-preview` prefix obsolete. Beside this, `llvm-tools-preview`
is a redirection to the latter one anyway.

However, it does not work the other way around. At the moment, it is not
possible to execute the `maint/coverage` script on a NixOS system,
because the rustup component list only includes `llvm-tools`, but not
`llvm-tools-preview`, thereby making this change necessary.
</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>Fix "coverage -h" command</title>
<updated>2022-05-26T15:12:36Z</updated>
<author>
<name>Steven Murdoch</name>
<email>s.murdoch@ucl.ac.uk</email>
</author>
<published>2022-05-26T15:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=235fd786020eedca8fcbb3756b8f3cc72a8e2358'/>
<id>urn:sha1:235fd786020eedca8fcbb3756b8f3cc72a8e2358</id>
<content type='text'>
$SCRIPT_NAME is not defined so causes an error. Use $(basename "$0") instead.
</content>
</entry>
<entry>
<title>make almost all scripts use bash and set euo pipefail</title>
<updated>2022-05-25T20:25:58Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-25T11:10:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8eb843f2af349e4dbbd377a4c16fa57094c90414'/>
<id>urn:sha1:8eb843f2af349e4dbbd377a4c16fa57094c90414</id>
<content type='text'>
</content>
</entry>
</feed>
