You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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
Looks like it's complaining about the commas, Happy to open a PR!
The text was updated successfully, but these errors were encountered: