issues
search
crabmusket
/
gosunspec
SunSpec domain model and use cases for Go. UNMAINTAINED
BSD 3-Clause "New" or "Revised" License
2
stars
6
forks
source link
xml fixes
#28
Closed
jonseymour
closed
7 years ago
jonseymour
commented
7 years ago
This series fixes some issues in the handling of XML documents:
tolerate empty strings
derive implicit scale factors from strings of the form 6501.3
fix a test so that it doesn't hide read errors
ensure that boring errors (ErrNoSuchElement) don't hide interesting ones
fix a test so that it doesn't use a value that is too large to encode.
This series fixes some issues in the handling of XML documents: