Tom Limoncelli
Tom Limoncelli
If you fix blackbox-files.txt manually, does everything else work?
The code has been improved a lot in this area. "make test" should handle this case now. Please take a look and let me know.
That sounds great! I don't know how to do that. If anyone would like to chime in with advice or a PR, please do!
What would be the expected behavior in these cases?
The tests are done in sequence and only the first error is reported. This is by design. Usually there is no need to check the regex if, for example, a...
Ah, that is a use case we haven't experienced before! I can see how that would be useful. Would you be interested in writing a PR to add this feature?...
Agreed.
Sure! Look at the git history to see an earlier attempt. It only worked in some OSs. You might want to leave the old code in and use the parallel...
FYI: I'm rewriting blackbox in Go. See the Golang branch. I could use help making the shred command parallel.
The go code is pretty stable, but there are a bunch of little things to clean up that I'm working on before I announce it. There's also no packaging. Certainly...