Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,007 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in Blosc/c-blosc2 that received 1 comment
Created an issue in nim-lang/Nim that received 2 comments
compiler error with json serialization (Error: internal error: invalid kind for lastOrd(tyLent))
This code:
type Data* = object position*: seq[array[2, int]] when isMainModule: import json var x: Data echo %x
generates this error:
Hint: used co…
2
comments