softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Restore original reporter after compilation #33

Closed kciesielski closed 7 years ago

kciesielski commented 7 years ago
adamw commented 7 years ago

0.4.0 released, hopefully things will work this time :)

ksilin commented 7 years ago

Issue reoccurring with 0.5.0. Project with four modules, scala-clippy as global sbt plugin. Unfortunately cannot share code but will attempt to reproduce.

adamw commented 7 years ago

@ksilin what's the error you are getting? which version of sbt?

ksilin commented 7 years ago

Have been getting a java.lang.ClassCastException: com.softwaremill.clippy.DelegatingReporter cannot be cast to xsbt.DelegatingReporter for quite some time yesterday . However I must have done sth recently and can no longer reproduce it :confused: scala-clippy 0.5.0, sbt 1-SNAPSHOT. Sry for the trouble.

adamw commented 7 years ago

hmm, 1-snapshot, living on the edge :) well if you would have a way to reproduce this we'll certainly take a look :)