Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Feb 28, 2017
  3. Feb 27, 2017
  4. Feb 24, 2017
  5. Feb 23, 2017
  6. Feb 22, 2017
  7. Feb 21, 2017
  8. Feb 16, 2017
  9. Feb 14, 2017
    • Mohamed, Fawzi Roberto (fawzi)'s avatar
      7a68ed84
    • Mohamed, Fawzi Roberto (fawzi)'s avatar
      scalariform · 43f04e08
      Mohamed, Fawzi Roberto (fawzi) authored
      43f04e08
    • Mohamed, Fawzi Roberto (fawzi)'s avatar
      Add a patched scalariform version that reduces the excessive recompilation · d65c6f2a
      Mohamed, Fawzi Roberto (fawzi) authored
      This is not not perfect yet, but seems better to me, the actual patch is:
      
      diff --git a/src/main/scala/com/typesafe/sbt/SbtScalariform.scala b/src/main/scala/com/typesafe/sbt/SbtScalariform.scala
      index 8d46caa..63e51b4 100644
      --- a/src/main/scala/com/typesafe/sbt/SbtScalariform.scala
      +++ b/src/main/scala/com/typesafe/sbt/SbtScalariform.scala
      @@ -84,7 +84,7 @@ object SbtScalariform extends AutoPlugin {
      
         def configScalariformSettings: Seq[Setting[_]] =
           List(
      -      (sourceDirectories in Global in scalariformFormat) := List(scalaSource.value),
      +      (sourceDirectories in Global in scalariformFormat) := unmanagedSourceDirectories.value,
             scalariformFormat := Scalariform(
               scalariformPreferences.value,
               (sourceDirectories in scalariformFormat).value.toList,
      d65c6f2a
  10. Feb 13, 2017
  11. Feb 12, 2017
  12. Feb 06, 2017
  13. Feb 04, 2017
  14. Feb 02, 2017
  15. Jan 31, 2017
  16. Jan 30, 2017
  17. Jan 27, 2017
  18. Jan 26, 2017
Loading