Mark Miller

Results 41 comments of Mark Miller

That branch should work fine. it adds some indexing strategies for doing things like fast wafer map queries. Since I no longer work in the industry, I don't have access...

I think the solution to padding in GDR would be to have a GDRPadding type that is understood by the unconverter. LinqToStdf's treatment of padding is based on an assertion...

Null seems like a reasonable solution. In fact, on further reflection it seems pretty good. A placeholder in the stream. I'd be happy to take a PR for that change

Thanks. I'll take a closer look at this, and when I get things cleaned up, I'll produce a real release that includes the fix.

Nice to hear from you again, Rob. This behavior is based on an admittedly assumptive reading of the STDF spec where 0 is the "assumed" value for missing length fields,...

Oh, if the size is written but the record length is zero, that's a bug. I'll try to take some time to see what could be wrong

Rob, do you have a small repro that shows the RDR behavior? I could not reproduce it. After some looking, it shouldn't be possible for the length to mismatch the...

removing the `MissingValue = ushort.MinValue` should fix that, although if the array is getting set to null as part of a round-trip operation, I suspect there's something else going on...

Yeah, it seems we should revisit those markings. A few years back, Paul went through and applied a somewhat liberal interpretation of the spec where the notion of "present in...

Rob, are you on the branch with the extra indexing stuff in it?