<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/internal/coverage/slicereader/slicereader.go, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2023-05-23T11:36:28Z</updated>
<entry>
<title>internal/coverage: implement conforming Seek method in slicereader</title>
<updated>2023-05-23T11:36:28Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2023-05-11T20:09:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5322e66a121abd65a5c19f4bdada12851e7f5857'/>
<id>urn:sha1:5322e66a121abd65a5c19f4bdada12851e7f5857</id>
<content type='text'>
Implement a real Seek() method in the slicereader helper (prior to
this it had a simplified SeekTo function), so that slicereader's will
satisfy the ReadSeeker interface (needed in a subsequent patch).

Change-Id: I832e3ec1e34d0f8c6b5edf390470f6f943c6ece0
Reviewed-on: https://go-review.googlesource.com/c/go/+/495438
Run-TryBot: Than McIntosh &lt;thanm@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: David Chase &lt;drchase@google.com&gt;
</content>
</entry>
<entry>
<title>internal/coverage/slicereader: use unsafe.String</title>
<updated>2022-11-08T14:15:17Z</updated>
<author>
<name>Tobias Klauser</name>
<email>tklauser@distanz.ch</email>
</author>
<published>2022-11-08T03:30:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=be3184c4059e1ed69f74ad4e28b49e32a836b126'/>
<id>urn:sha1:be3184c4059e1ed69f74ad4e28b49e32a836b126</id>
<content type='text'>
Change-Id: Ifd88315626e0ce5b9b8d3c66aa9dd9806f8407dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/448555
Run-TryBot: Tobias Klauser &lt;tobias.klauser@gmail.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Tobias Klauser &lt;tobias.klauser@gmail.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Run-TryBot: Than McIntosh &lt;thanm@google.com&gt;
Auto-Submit: Than McIntosh &lt;thanm@google.com&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
</content>
</entry>
<entry>
<title>internal/coverage: add coverage meta-data decoder</title>
<updated>2022-09-26T20:52:13Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2021-09-29T20:42:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=84f95aa811ed4fdb316f787fe2af80b30d531abf'/>
<id>urn:sha1:84f95aa811ed4fdb316f787fe2af80b30d531abf</id>
<content type='text'>
Add a coverage meta-data decoder, which provides APIs for reading
encoded coverage meta-data and expanding it usable form. This package
is intended to be used in the coverage tooling that reads data files
emitted from coverage runs. Along with the new decoding package is a
unit test that runs the encode/decode paths together to check to make
sure that "decode(encode(X)) == X".

Updates #51430.

Change-Id: I81d27d8da0b2fcfa5039114a6e35a4b463d19b3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/353454
Reviewed-by: David Chase &lt;drchase@google.com&gt;
Run-TryBot: Than McIntosh &lt;thanm@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
</feed>
