Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

helics-cli will not compile #28

Open
0t1s1 opened this issue Aug 13, 2020 · 2 comments
Open

helics-cli will not compile #28

0t1s1 opened this issue Aug 13, 2020 · 2 comments

Comments

@0t1s1
Copy link

0t1s1 commented Aug 13, 2020

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.

@kdheepak
Copy link
Contributor

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.

@kdheepak
Copy link
Contributor

I tested on my mac and it works as expected.

Screen Shot 2020-08-13 at 3 40 21 PM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants