aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
486 stars 98 forks source link

Compilation errors running on AIken v1.0.29 #1026

Closed zootechdrum closed 2 months ago

zootechdrum commented 2 months ago

What Git revision are you using?

git version 2.39.5 (Apple Git-154)

What operating system are you using, and which version?

Describe what the problem is?

When I use Aiken version v1.0.29-alpha and I run the command aiken check , I receive several parser errors.

image

However, if I switched to aiken v1.1.2 I don't get any compilationi errors but it recommends me to switch to the alpha version mentioned above.

What should be the expected behavior?

I would not expect any parser errors.

zootechdrum commented 2 months ago

I resolved this issue. I deleted .aiken folder and went with a fresh install. That seemed to resolve my issues.