Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output to human and machine readable log #7

Closed
akaIDIOT opened this issue Sep 29, 2014 · 1 comment
Closed

Output to human and machine readable log #7

akaIDIOT opened this issue Sep 29, 2014 · 1 comment

Comments

@akaIDIOT
Copy link
Owner

Something like a multi-document YAML file would be very suited for this. The --- separator is clear to humans and allows a program (maybe digestive --verify / --check) to stream the document.

So, something like the following:

file: tests/files/random.dd
md5: 257f5c2913ea856cb0a2313f167452d4
sha256: 810ec5f2086379f0e8000456dbf2aede8538fbc9d9898835f114c8771ed834b5

---
file: tests/files/random.E01
md5: 257f5c2913ea856cb0a2313f167452d4
sha256: 810ec5f2086379f0e8000456dbf2aede8538fbc9d9898835f114c8771ed834b5
@akaIDIOT
Copy link
Owner Author

Rough implementation is done, seems to work quite nicely. Tests don't cover it though, will add soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant