-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bcs / type tag] Fix some bugs, add error handling, full testing (#28)
* [bcs] Add deserialization errors This adds errors when deserializing a type isn't possible due to too few bytes * [bcs] Add full test coverage and bugfixes for BCS package * [typetag] Add documentation, missing types, and cut down extra data There were some holder pieces of data in the TypeTags that weren't used since TypeTags are just a representation of a type. Those were removed and tests added to properly cover to 89% of lines in the TypeTags. Additionally, some helper functions were added for option, string and object types.
- Loading branch information
1 parent
1cb7125
commit 4862fec
Showing
7 changed files
with
449 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.