Dustin Oprea
bd6037a0b8
Bugfixes to previous report-card fixes
2020-06-12 02:13:50 -04:00
Dustin Oprea
9743a98845
Revert "Revert "Report-card fixes""
...
This reverts commit 4450f89e048a2373cd82a911725b6c54d22632eb.
The next commit has the fixes.
2020-06-12 02:13:36 -04:00
Dustin Oprea
591504aef0
Revert "Report-card fixes"
...
This reverts commit eb5bd13c98
.
Introduced some new issues, here. This is being debugged on a separate
branch.
Fixes #41
2020-06-12 01:52:09 -04:00
Dustin Oprea
eb5bd13c98
Report-card fixes
2020-06-10 16:11:13 -04:00
Dustin Oprea
9bcc8a45c4
Provide EXIF blob size estimates
...
We now keep track of the further offset that we have accessed (though
not necessarily the furthest offset of data that is unparseable by us).
It sometimes supports debugging efforts to have a ballpark idea of how
much EXIF data there is, rather than just "from the signature to the
end of the file" or however big the EXIF container is in the enclosing
image format. The latter can be buggy or ambiguous.
2020-05-16 03:19:52 -04:00
Dustin Oprea
6554f89879
common/type.go: Rename Format() to FormatFromBytes()
2020-01-12 18:56:35 -05:00
Dustin Oprea
32a5d88770
New integration of common/ and undefined/ subpackages
...
- common/type.go: Add FormatFromType() .
- Renamed common/type_encode.go to common/value_encoder.go .
2020-01-12 18:56:35 -05:00
Dustin Oprea
5c7dc45079
Added all tests for type.go, type_encode.go, parser.go, value_context.go, and utility.go
...
- Add .MODULE_ROOT anchor file to support testing.
2020-01-12 18:56:35 -05:00
Dustin Oprea
bf3bc4e542
Refactor undefined-type tag processing
2020-01-12 18:56:35 -05:00