Skip to content

Commit

Permalink
Implement fix for status-im/nim-serialization#4
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed May 16, 2019
1 parent 8d5ca98 commit 1f4c4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/official/fixtures_utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ proc readValue*[N: static int](r: var JsonReader, a: var array[N, byte]) {.inlin
proc readValue*(r: var JsonReader, a: var ValidatorIndex) {.inline.} =
a = r.readValue(uint32)

export json_serialization
# TODO: cannot pass a typedesc
proc parseTests*(jsonPath: string, T: typedesc[Tests]): T =
# TODO: due to generic early symbol resolution
Expand Down

0 comments on commit 1f4c4e8

Please sign in to comment.