crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
276 stars 58 forks source link

Compiler warning parsed in output #123

Closed kingsleyh closed 3 years ago

kingsleyh commented 3 years ago

When Scry is used it looks like it's parsing the Warning message from the compiler and then cannot continue. I didn't find a way to suppress that warning when building.

[Error - 10:14:56 AM] A error was found while searching implementations
Unexpected char 'W' at 1:1
Warning: Gzip is deprecated, use Compress::Gzip
max-bertinetti commented 3 years ago

I'm not sure if the problem is related to the VSCode plugin or scry. I have a look at this on the week end.

max-bertinetti commented 3 years ago

@kingsleyh have you tried Crystalline instead of Scry with the crystal-lang-tools plugin ?

kingsleyh commented 3 years ago

oh I never heard of it lol - is Scry dead then?

max-bertinetti commented 3 years ago

I don't find none of the contributor active looking at it. Instead the Crystalline project is working, active and very promising!