HairyFotr / linter

Static Analysis Compiler Plugin for Scala
Apache License 2.0
268 stars 34 forks source link

official release #12

Closed wookietreiber closed 10 years ago

wookietreiber commented 10 years ago

Would it be possible to publish an official release? Often I'm hacking without a network connection and have to comment out adding the linter compiler plugin because sbt tries to update the snapshot release ...

HairyFotr commented 10 years ago

Oh, thanks, I've stumbled upon it a few times, and didn't know it was because it's a snapshot. I've now published 0.1.0, and added a few notes to the README.

wookietreiber commented 10 years ago

Thanks.

wookietreiber commented 10 years ago

Is it also possible to publish for 2.11.0-M5 or is the compiler interface too different?

HairyFotr commented 10 years ago

It is already published and should resolve, but I've been experiencing some compiler crashes with it, so I can't really recommend it...

And in the upcoming 2.11.0-M6 they did indeed change the API, so I'll have to look into it when I have the time.