<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arch/tests, branch 0.3.2</title>
<subtitle>shared traits and definitions for yaxpeax decoders</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/'/>
<entry>
<title>fix InstructionTextSink panicking in write_char</title>
<updated>2024-06-24T04:54:03+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-24T04:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=01fe27a77a08c932b6457f1621796a57e6b866d7'/>
<id>01fe27a77a08c932b6457f1621796a57e6b866d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document new AnsiDisplaySink, add more -arch tests for sinks</title>
<updated>2024-06-24T00:07:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-24T00:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=1fb5a7903bb44d44e298959d2637d858b2ea8e38'/>
<id>1fb5a7903bb44d44e298959d2637d858b2ea8e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>be more careful about what does and doesnt need alloc</title>
<updated>2024-06-22T19:26:04+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-22T19:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3'/>
<id>2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move DisplaySink code out from yaxpeax-x86</title>
<updated>2024-06-22T18:03:59+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-22T18:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=a66be66c22bc31526ac35c1cffdb28992a392ccf'/>
<id>a66be66c22bc31526ac35c1cffdb28992a392ccf</id>
<content type='text'>
it was built in-place around yaxpeax-x86, hoisted out once it seemed
suitable and could be generalized. yay!

also include a Makefile in yaxpeax-arch now to test that various crate
feature flag combinations.. work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it was built in-place around yaxpeax-x86, hoisted out once it seemed
suitable and could be generalized. yay!

also include a Makefile in yaxpeax-arch now to test that various crate
feature flag combinations.. work.
</pre>
</div>
</content>
</entry>
<entry>
<title>test no-default-features more precisely</title>
<updated>2024-05-14T06:40:30+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-05-14T06:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=c21a5f2956d8e0fa3eace14661a8aed124c6e995'/>
<id>c21a5f2956d8e0fa3eace14661a8aed124c6e995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix incorrect `offset` and `total_offset` counts for non-`u8` Word</title>
<updated>2021-07-07T04:45:56+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-07T04:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=12bba22a456ed452efda8c951f61bdff1a516252'/>
<id>12bba22a456ed452efda8c951f61bdff1a516252</id>
<content type='text'>
also update yaxpeax-arch to 0.2.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also update yaxpeax-arch to 0.2.4
</pre>
</div>
</content>
</entry>
<entry>
<title>actually enforce DecodeError impl'ing std::error::Error in std builds</title>
<updated>2021-07-04T22:59:25+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-04T22:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=15311c6ce76205d0f0ec17358a242c057f84efba'/>
<id>15311c6ce76205d0f0ec17358a242c057f84efba</id>
<content type='text'>
the previous test and code only tested one concrete archtecture, and it
turns out never required `std::error::Error` on `DecodeError`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the previous test and code only tested one concrete archtecture, and it
turns out never required `std::error::Error` on `DecodeError`.
</pre>
</div>
</content>
</entry>
<entry>
<title>support std::error::Error</title>
<updated>2021-07-04T04:55:23+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-04T04:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=288ab8fa823d2fbe567e60253c8bad9b2c9b7fd4'/>
<id>288ab8fa823d2fbe567e60253c8bad9b2c9b7fd4</id>
<content type='text'>
included is mandataing a `description` method on `DecodeError`
implementors - already approximately required by the Debug and Display
anyway.

also include a StandardPartialDecoderError for incomplete decoders to
use. i expect that one of the last steps of a decoder's 1.0 release will
be to move away from this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
included is mandataing a `description` method on `DecodeError`
implementors - already approximately required by the Debug and Display
anyway.

also include a StandardPartialDecoderError for incomplete decoders to
use. i expect that one of the last steps of a decoder's 1.0 release will
be to move away from this.
</pre>
</div>
</content>
</entry>
<entry>
<title>add AddressDiff, CHANGELOG, and bump to 0.0.4</title>
<updated>2020-05-03T19:31:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T19:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arch/commit/?id=f7449a21140c109567fa6c756dab2b1b0711a414'/>
<id>f7449a21140c109567fa6c756dab2b1b0711a414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
