ZoKrates
ZoKrates copied to clipboard
crash on windows 10,
Description
crash when compiling. build from source, using latest commit 6271c5b7467abcd7d45aab4c85fcef7d58e1e70d
ubuntu and mac don't have such problem
Environment
- Compiler version: 0.7.5
- Operating system: windows 10 x64
Steps to Reproduce
def main(field a, field b) -> field:
assert(a + b == 3)
return
Hey thanks for reporting this, you omitted the environment part of the issue, could you give more details? Especially if you were building from source or using our binaries
Hey thanks for reporting this, you omitted the environment part of the issue, could you give more details? Especially if you were building from source or using our binaries
updated
This definitely seems like a bug, but you're missing a field
value in the return
statement
This definitely seems like a bug, but you're missing a
field
value in thereturn
statement
error still happend after adding a field value in the return statement
Can you provide more information about this? I can't replicate the same issue on my Win 10 machine.