AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

Does not work with new linter #57

Closed yuri-karadzhov closed 7 years ago

yuri-karadzhov commented 7 years ago

An error occurred with new linter 2.1.0

[Linter] Invalid Linter Result received
These issues were encountered while processing messages from a linter named 'glsl'
  • Linter Result must be an Array
Arcanemagus commented 7 years ago

@yuri-karadzhov Note that the only way this could have been triggered is if this package failed to run in some manner, I've got a fix up in #61 that will prevent an invalid response being sent back to Linter, but there is still something wrong that it ever happened in the first place.