<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtmock, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-04T16:33:36Z</updated>
<entry>
<title>Bump patchlevel versions in preparation for release</title>
<updated>2023-12-04T16:33:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T16:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=606905bd1fa3307a77a02463fa863f4c2b7cb890'/>
<id>urn:sha1:606905bd1fa3307a77a02463fa863f4c2b7cb890</id>
<content type='text'>
These crates had backward-compatible changes, and get a patchlevel
bump only:

fs-mistrust
tor-error
tor-config
tor-rtcompat
tor-rtmock

This crate exposes no non-CLI APIs, and gets a patchlevel bump only:

arti
</content>
</entry>
<entry>
<title>In every crate, change rust-version to 1.70.</title>
<updated>2023-11-28T16:35:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T16:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1'/>
<id>urn:sha1:1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: get rid of unwrap()</title>
<updated>2023-11-21T16:05:44Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T16:05:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81ba65ad81a5c3d8594784ea33655bdfb2a49f4a'/>
<id>urn:sha1:81ba65ad81a5c3d8594784ea33655bdfb2a49f4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: handle Receiver result inside spawn_join()</title>
<updated>2023-11-21T15:59:38Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T15:59:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=804b66127008d194f5691602219812f6e982df1d'/>
<id>urn:sha1:804b66127008d194f5691602219812f6e982df1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: use expect() instead</title>
<updated>2023-11-21T12:39:33Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T12:39:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bea0bd51107358ddca58f82d34f015b67e35e7dc'/>
<id>urn:sha1:bea0bd51107358ddca58f82d34f015b67e35e7dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: change return types to be less concrete</title>
<updated>2023-11-21T12:37:11Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T12:37:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1bb16f55f0534aef9c7040912d731f97dc9c59e'/>
<id>urn:sha1:f1bb16f55f0534aef9c7040912d731f97dc9c59e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: change return type of spawn_join()</title>
<updated>2023-11-21T06:16:21Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-21T06:07:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3204c99787f748d6fc9d0123929f8dd1adc3e4f'/>
<id>urn:sha1:f3204c99787f748d6fc9d0123929f8dd1adc3e4f</id>
<content type='text'>
This makes it synchronous. The trait bounds on the return type
have also been relaxed to not require Clone
</content>
</entry>
<entry>
<title>tor-rtmock: introduce spawn_join() for MockRuntime &amp; MockExecutor</title>
<updated>2023-11-21T06:16:20Z</updated>
<author>
<name>Saksham Mittal</name>
<email>git@gotlou.com</email>
</author>
<published>2023-11-17T11:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63f9ccbd73745eb6dd506f9fae29968edd34e868'/>
<id>urn:sha1:63f9ccbd73745eb6dd506f9fae29968edd34e868</id>
<content type='text'>
This helps abstract away the need to create a oneshot channel in order
to get the return value out of an async function when using MockRuntime.

ref: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1727#note_2965352
</content>
</entry>
<entry>
<title>Upgrade to itertools 0.12.0</title>
<updated>2023-11-15T14:53:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T14:53:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b658983309874f2122bbe59471b00848283f1ed0'/>
<id>urn:sha1:b658983309874f2122bbe59471b00848283f1ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: MockRuntimeBuilder: new sleep_provider() setter</title>
<updated>2023-11-01T13:19:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-31T17:23:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee96e5e454ba5db27daaab0f8757732994454f0b'/>
<id>urn:sha1:ee96e5e454ba5db27daaab0f8757732994454f0b</id>
<content type='text'>
</content>
</entry>
</feed>
