<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtmock/semver.md, 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-11-01T13:19:45Z</updated>
<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>
<entry>
<title>Remove semver.md files from arti 1.1.10</title>
<updated>2023-10-31T16:11:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T16:11:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4a2d08c3104f974676df6e3b984dc6f3945654f'/>
<id>urn:sha1:c4a2d08c3104f974676df6e3b984dc6f3945654f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: MockExecutor: Provide n_tasks accessor</title>
<updated>2023-10-16T12:38:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-10T15:07:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b3d36a945f3090a370affdce3ff67f0cf4920b62'/>
<id>urn:sha1:b3d36a945f3090a370affdce3ff67f0cf4920b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: Add a deprecation warning to MockSleepProvider</title>
<updated>2023-10-03T15:35:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-03T14:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=43b765be0c743ebe2abed3a0b28e0336a63dc64f'/>
<id>urn:sha1:43b765be0c743ebe2abed3a0b28e0336a63dc64f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: Abolish deprecated Runtime::advance()</title>
<updated>2023-10-03T15:35:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-03T13:58:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a63e0d188114470bc6bf5e75fa5bc2c5ab9ea732'/>
<id>urn:sha1:a63e0d188114470bc6bf5e75fa5bc2c5ab9ea732</id>
<content type='text'>
Now we're making breaking changes anyway, in or mock crate, it is a
convenient time to get rid of this.
</content>
</entry>
<entry>
<title>tor-rtmock: Rename MockRuntime::jump_to to jump_wallclock</title>
<updated>2023-10-03T15:35:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-03T13:49:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=22cee6bc27c070881eae9ea78c95a0665d6540b9'/>
<id>urn:sha1:22cee6bc27c070881eae9ea78c95a0665d6540b9</id>
<content type='text'>
This was named after the method from MockSleepRuntime.  The name is
confusing because it seems to imply it might do something to the
monotonic time.
</content>
</entry>
<entry>
<title>tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider</title>
<updated>2023-10-03T15:35:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-22T15:13:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9651f5ea5f046b649b17273f948e359588115332'/>
<id>urn:sha1:9651f5ea5f046b649b17273f948e359588115332</id>
<content type='text'>
For now we do this by changing the meaning of the name
`MockSleepProvider` in runtime.rs.  This is a bodge to reduce noise in
this diff.

Consequences at call sites:

 * If the type is named somehow, the other type must be used.

 * SimpleMockTimeProvider calls it jump_wallclock rather than jump_to,
   which is IMO a better name.  (MockRuntime will change in a moment.)

 * SimpleMockTimeProvider's advance() function isn't async and doesn't
   yield.  But none of the call sites actually mind that.
</content>
</entry>
<entry>
<title>tor-rtmock: Provide SimpleTimeProvider</title>
<updated>2023-10-03T15:35:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-21T17:46:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dc53b50692a5b9f5bca7628163aeca6145300f94'/>
<id>urn:sha1:dc53b50692a5b9f5bca7628163aeca6145300f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove semver.md files now that 1.1.9 is out.</title>
<updated>2023-10-02T21:17:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-02T21:17:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ffc982b8b31a34cd3acb129e509fa737bfc3353'/>
<id>urn:sha1:1ffc982b8b31a34cd3acb129e509fa737bfc3353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: MockRuntime: Provide advance_by() etc. and deprecate .advance()</title>
<updated>2023-09-18T09:36:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-09-13T12:39:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23903982f5219a9ac2377a3f9cf5be0809e567ea'/>
<id>urn:sha1:23903982f5219a9ac2377a3f9cf5be0809e567ea</id>
<content type='text'>
advance_by can be used in a more natural way, rather than having to
manually advance the clock in chunks to avoid triggering only the
first sleep.

It can also detects some "timeout triggered precisely" edge case bugs.
</content>
</entry>
</feed>
