Andrew V. Teylu

Results 172 comments of Andrew V. Teylu

> I don't see why would somebody use a non-utf8 encoding for files? > The tool my company builds (and one of the reasons I use `cvise`) automatically builds data-driven...

How about if `cvise` (as part of the "initial sanity check") validates if the file can be opened as `utf8`? If it can't, we have three options: 1. Bail-out and...

I can try this next week; should `args.to_utf8` have a "sanity check" afterwards?

Perfect! It was the `clang_delta` invocation I needed; I'll try to reduce my issues and file what I have left! Maybe we should add this to the project readme (if...

Can do! Do you think we should put it into `PASS_BUG_INFO.TXT`? We could even automatically generate a "template" interestingness test?

Slowly working its way up the list to get done -- do you want it done sooner rather than later?

Hope to look at this tonight (famous last words!).

Is there an easy way to reproduce this: ``` IncludesPass has encountered a bug: pass got stuck state: 50001 ``` ? The passes that start with `ClangPass::` are fine to...

Okay, I have things sketched out in a small Python script: - Given a directory root, find all `PASS_BUG_INFO.TXT` files - For all of these files, find the *smallest* file...

... and then, you start to reduce your "bad" files, and you find *more* cvise bugs while cvising the original ones 🙈