Closed zootechdrum closed 2 months ago
git version 2.39.5 (Apple Git-154)
When I use Aiken version v1.0.29-alpha and I run the command aiken check , I receive several parser errors.
aiken check
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.
I would not expect any parser errors.
I resolved this issue. I deleted .aiken folder and went with a fresh install. That seemed to resolve my issues.
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.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.