You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
When following the instructions in the README to run nimble build, I receive the following error:
... /home/user/.nimble/pkgs/helics-#head/helics.nim(5390, 8) Error: type mismatch: got <string>
... but expected one of:
... proc `&`(x, y: string): string
... first type mismatch at position: 2
... missing parameter: y
... proc `&`(x: string; y: char): string
... first type mismatch at position: 2
... missing parameter: y
... proc `&`[T](x: T; y: seq[T]): seq[T]
... first type mismatch at position: 2
... missing parameter: y
This happens on both master and the v0.4.2 tag.
The text was updated successfully, but these errors were encountered:
My bad. This is fixed in GMLC-TDC/helics.nim@3dcc761. You should be able to re-run nimble build and it should download the latest version of helics.nim.
When following the instructions in the README to run
nimble build
, I receive the following error:This happens on both
master
and thev0.4.2
tag.The text was updated successfully, but these errors were encountered: