Michael Lamparski

Results 62 issues of Michael Lamparski

Examples 7.10 and 7.17 from the spec are ignored in the test suite; however, if they are removed from this list, they pass. Is there another reason that they are...

Found this while modifying the tests for https://github.com/chyh1990/yaml-rust/issues/148. The current implementation incorrectly parses examples 6.2 and 6.3 in the spec. ```rust #[test] fn ex() { use yaml_rust::YamlLoader; let docs =...

Looking at the tests, I see this file: https://github.com/chyh1990/yaml-rust/blob/360a34d75bb64357cfdbc5bb706bcde9a0ecbc23/tests/spec_test.rs.inc which appears to be generated from this file: https://github.com/chyh1990/yaml-rust/blob/360a34d75bb64357cfdbc5bb706bcde9a0ecbc23/tests/specs/handler_spec_test.cpp However, much of the information tested by the C++ tests is lost...

Looking at example 5.15 in https://github.com/jbeder/yaml-cpp/blob/master/test/integration/handler_spec_test.cpp: ```C++ OnScalar(_, "!", 0, "Fun with \x5C \x22 \x07 \x08 \x1B \x0C \x0A \x0D \x09 \x0B " + std::string("\x00", 1) + " \x20 \xA0...

```rust fn main() { println!("{:?}", x86asm::InstructionReader::new( &[0x6c, 0x90][..], x86asm::Mode::Protected, ).read()); } ``` ``` thread 'main' panicked at 'Invalid operand definition.', C:\Users\diago\.cargo\registry\src\github.com-1ecc6299db9ec823\x86asm-0.1.0\src\decoding.rs:322:26 ``` It's not entirely clear to me why this...

`Either` can gain even more optimized iterator methods by overriding the `try_fold` method added in 1.27; however, this will cause a pretty big bump in the minimum supported rust version...

You used to be able to do the following: * Supply both an ANM and directory image source: `truanm c -i original.anm -i images/` ... * ...where `images/` contains an...

TH11 pl01.anm has these: ```C entry { path: "face/pl01/face_pl01no.png", img_width: 256, img_height: 128, memory_priority: 0, sprites: {sprite77: {x: 0.0, y: 0.0, w: 256.0, h: 128.0}}, } entry { path: "face/pl01/face_pl01no.png",...

Olde ECL Tracking issue * [x] Timeline arg0 comp and decomp * [x] EoSD args * [x] split `cmp`/`jmp` * [x] split intrinsic decompilation and compilation * [x] `offsetof` and...

enhancement

``` [11:22 PM] zero318: BTW, dumb side note on the subject of roundtripping, is there any possible syntax for function/script attributes? [11:22 PM] zero318: Because some sort of [[no_terminator]] like...