mratsim / weave

A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
Other
537 stars 22 forks source link

fix #173 #174

Closed ringabout closed 3 years ago

ringabout commented 3 years ago

fix #173

Ref https://github.com/nim-lang/Nim/pull/13793

Now doAssert lispRepr2((1, 2)) == """(TupleConstr (IntLit 1) (IntLit 2))""" instead of Par

mratsim commented 3 years ago

The fix needs a fallback for older Nim versions