Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error: expecting ';', 'end' or newline after enum member #2

Open
skinnyjames opened this issue Feb 5, 2021 · 1 comment

Comments

@skinnyjames
Copy link

Heya

New to Crystal, thanks for the lib.
Did something change with the crystal compiler by chance?
I'm getting compilation errors when building from your project

In lib/soundfile/src/soundfile.cr:25:5

 25 | READ  = 0x10,
      ^
Error: expecting ';', 'end' or newline after enum member

Looks like it's complaining about the commas, Happy to open a PR!

@mjago
Copy link
Owner

mjago commented Feb 19, 2021

Hi James
When I wrote this library Crystal was changing every release - I assume things have settled down now somewhat. I will find some time to update and fix - thanks for the heads-up!

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

No branches or pull requests

2 participants