Jason White
Jason White
Unfortunately, I don't have time to work on this issue anymore. 😞I also no longer use Windows day-to-day, so I don't have a pressing need for this. I will happily...
Fixed with f4241a14ad593ebc70de9311036255e6cd07a795.
@l0calh05t I can reproduce that problem with the test suite with VS2017 (I don't have VS2015 installed currently). I guess getting reproducible PDBs is a moving target. It looks like...
Good idea. I originally wrote `pdbdump` so that I could diff two PDBs to help figure out why `ducible` might not be making a PDB bit-for-bit reproducible. JSON output would...
I haven't done much with JSON in C++, so I don't have much of a preference. The only thing is that it should be easy to integrate into the build....
While it would be nice, I don't think this belongs in an I/O library. It should really be implemented as a language feature of D or in a separate library....
Yep, this is definitely a bug. Thanks for the simple repro case. The UTF decoder seems to be throwing an exception because its not receiving a full UTF sequence from...
I have a need for printing colored text as well. At this point, I'm not sure if it would be better as a separate library or not. I think it...
Thank you for the detailed response! This sounds like a good design to me. For my use-case, I'm fine with sequential writes to a PDB. In fact, I *want* all...
@kevinhoffman If you're still having this problem, then maybe PR #177 would let you create the file with write-only permissions. For example, this should do what you want: ```rust use...