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

Fix specs, update CI, and fix Atom Beta #54

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

glslangValidator seems to have recently updated the output for one of the warnings used in the specs. This updates the specs accordingly.

I also took the opportunity to update the CI configuration:

Fixes #53.

Arcanemagus commented 7 years ago

Hmmmm, now it seems the AppVeyor builds are using an out of date version...

Arcanemagus commented 7 years ago

Of course, https://github.com/KhronosGroup/glslang/commit/7a44a31dee9ff0b65cda876c87e508ff87bc3503 broke their master build, which in turn breaks the specs here...

Arcanemagus commented 7 years ago

53 should be fixed in d0c6567, bringing it in here so we can get a fully green build on master.