yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Variant: undeclared identifier: 'nnkTupleConstr' #321

Closed logc closed 6 years ago

logc commented 6 years ago

Trying to compile the example provided in the README, I get an error from the variant library.

/variant-0.2.7/variant.nim(66, 46) Error: undeclared identifier: 'nnkTupleConstr'

Since you also provide that library, I wanted to make you aware about the error here because I don't know if it is an error in the library or on how nimx uses it.

yglukhov commented 6 years ago

Fixed in variant. Please update.

nimble install -y variant