Nicholas Vinson
Nicholas Vinson
> Feel free to close this when [758](https://github.com/intel/libva/pull/758) or [732](https://github.com/intel/libva/pull/732) is merged. I ran into this error recently. I've reviewed both #758 and #732. I recommend merging #732. The test...
The check `! file "${f}" | grep -q 'ASCII'` is overly restrictive. If unicode but non-ASCII character appear in the first million bytes of the file, this check would declare...
> Sure. So should it be `grep -q 'text'`, or will that result in false positives? I don't think it would, but you would still have the false negative scenario...
maybe. I'd have to test it to be sure.
@Cogitri Hello, are there plans to merge this PR?