<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint, branch arti-v0.0.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-01-31T15:30:50Z</updated>
<entry>
<title>Update changed_crates to be more useful.</title>
<updated>2022-01-31T15:30:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-31T15:30:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d3039d805d9628a6a32e6034872679f943fc8fc7'/>
<id>urn:sha1:d3039d805d9628a6a32e6034872679f943fc8fc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/shellcheck_all.sh: add missing final newline</title>
<updated>2022-01-31T12:44:27Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-01-31T12:44:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f83b9fb3041f8bde7f598f7ccac1c8f65f46032'/>
<id>urn:sha1:7f83b9fb3041f8bde7f598f7ccac1c8f65f46032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change which command to command -v</title>
<updated>2022-01-28T23:12:36Z</updated>
<author>
<name>Daniel Schischkin</name>
<email>daniel@schischkin.info</email>
</author>
<published>2022-01-28T23:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42fb7667b41f7c00ececdea9e7bec3abb9bd3f0a'/>
<id>urn:sha1:42fb7667b41f7c00ececdea9e7bec3abb9bd3f0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add shellcheck script into maint directory</title>
<updated>2022-01-28T23:09:06Z</updated>
<author>
<name>Daniel Schischkin</name>
<email>daniel@schischkin.info</email>
</author>
<published>2022-01-28T23:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21a9ad848cacff0178f69e9472da90489243f8cf'/>
<id>urn:sha1:21a9ad848cacff0178f69e9472da90489243f8cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add correct file ending to maint/downgrade_dependencies</title>
<updated>2022-01-28T14:20:54Z</updated>
<author>
<name>Daniel Schischkin</name>
<email>daniel@schischkin.info</email>
</author>
<published>2022-01-28T14:20:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0fed438a58ee949110b0783fbaf3ad54d2b48551'/>
<id>urn:sha1:0fed438a58ee949110b0783fbaf3ad54d2b48551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>with_coverage: resolve a shellcheck warning</title>
<updated>2022-01-27T17:19:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-27T17:19:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa9e5515d8a4bf8fbf6bafdf4c5641803f87f0d0'/>
<id>urn:sha1:aa9e5515d8a4bf8fbf6bafdf4c5641803f87f0d0</id>
<content type='text'>
Shellcheck doesn't like it when you do `rm -r "$A/$B"` : it worries
that the path might accidentally expand to /.

That shouldn't actually be possible in this case, but let's avoid
being the people who accidentally remove somebody's filesystem.
</content>
</entry>
<entry>
<title>Once more exclude arti-bench from coverage.</title>
<updated>2022-01-27T17:14:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-27T17:14:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b6b0d6a7d1821ac8f1a5203073c232d9388e3e8'/>
<id>urn:sha1:5b6b0d6a7d1821ac8f1a5203073c232d9388e3e8</id>
<content type='text'>
This was added in !210; looks like it got removed by mistake with
!221.
</content>
</entry>
<entry>
<title>with_coverage.sh: split grcov options into separate lines.</title>
<updated>2022-01-27T17:09:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-27T17:09:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40c67e5e20f7b9c922b157ef4a52282493088ea6'/>
<id>urn:sha1:40c67e5e20f7b9c922b157ef4a52282493088ea6</id>
<content type='text'>
This makes it easier to see when they're changing, and will make
future patches easier to review.
</content>
</entry>
<entry>
<title>Merge branch 'coverage-tracking' into 'main'</title>
<updated>2022-01-27T12:56:22Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-01-27T12:56:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=785ad605d75b6317f88f9ae70412cd67bd247a99'/>
<id>urn:sha1:785ad605d75b6317f88f9ae70412cd67bd247a99</id>
<content type='text'>
Add test coverage tracking with CI/CD

Closes #250

See merge request tpo/core/arti!221</content>
</entry>
<entry>
<title>Add changes in `maint`</title>
<updated>2022-01-27T04:46:45Z</updated>
<author>
<name>Arturo Marquez</name>
<email>arturomf94@gmail.com</email>
</author>
<published>2022-01-27T04:46:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3213b89390b3dd7a3f4527645b32c71ababcbb6e'/>
<id>urn:sha1:3213b89390b3dd7a3f4527645b32c71ababcbb6e</id>
<content type='text'>
Follows up on changes from https://gitlab.torproject.org/trinity-1686a/arti/-/merge_requests/2/diffs#bc2cc73a8917fa6fed183148df69119665eb4e55
</content>
</entry>
</feed>
