Skip to content

Commit

Permalink
2.13: get ScalaCheck green again
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 8, 2018
1 parent 64ce8ba commit fe74dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions configs/community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ set commands ++= {
}
"""
vars.default-commands += "appendScalacOptions "${vars.scalac-opts}
vars.default-commands += "removeScalacOptions -Yno-adapted-args"
vars.default-commands += "removeScalacOptions -Xfatal-warnings"
vars.default-commands += "removeScalacOptions -Xfatal-warnings -Yno-adapted-args -Ywarn-inaccessible -Ywarn-nullary-override -Ywarn-nullary-unit -Ywarn-infer-any -Ywarn-unused-import"
vars.default-commands += "appendScalacOptions -Ymacro-annotations"
vars.default-commands += "removeMacroParadise"
vars.base.extra.commands = ${vars.default-commands}
Expand Down Expand Up @@ -203,7 +202,11 @@ build += {
${vars.base} {
name: "scalacheck"
uri: ${vars.uris.scalacheck-uri}
extra.sbt-version: ${vars.sbt-1-version}
extra.projects: ["jvm"] // no Scala.js please
extra.commands: ${vars.base.extra.commands} [
"set jvm/Test/unmanagedSources/excludeFilter := HiddenFileFilter || \"SerializabilitySpecification.scala\""
]
}

// see also scalatest-tests
Expand Down
2 changes: 1 addition & 1 deletion configs/project-refs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ vars.uris: {
scala-xml-quote-uri: "https://github.com/allanrenucci/scala-xml-quote.git#bintray"
scala-xml-uri: "https://github.com/scala/scala-xml.git#newCollectionsBootstrap"
scalacheck-shapeless-uri: "https://github.com/alexarchambault/scalacheck-shapeless.git"
scalacheck-uri: "https://github.com/SethTisue/scalacheck.git#newCollections" # was rickynils, 9b71bb3dfe186c03292faa59976487af2ee23caa; we were also using lrytz's branch in the same fork for a while, Seth's is based off that
scalacheck-uri: "https://github.com/lrytz/scalacheck.git#m4"
scalachess-uri: "https://github.com/ornicar/scalachess.git"
scaladex-uri: "https://github.com/scalacenter/scaladex.git#8f943f1961" # was master
scalafix-uri: "https://github.com/scalacommunitybuild/scalafix.git#community-build-2.12"
Expand Down

0 comments on commit fe74dc1

Please sign in to comment.