This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Releases: scala/scala-partest
Releases · scala/scala-partest
Scala Partest 1.1.1
Includes
- #77 don't run all tests if there are invalid tests
- #78 Add synchronization when sending events to sbt (fix ArrayIOBException).
- #81 Diff transcript shows correct order
- #83 remove unused code (fixing new warnings in 2.12.2)
The last one is required to boostrap the current 2.13.x, because it includes the new warnings (scala/scala#5402) and it needs to rebuild the partest module.
Scala Partest 1.0.14
- Remove type alias for ClassPath that is incompatible with latest 2.12.x
Scala Partest 1.0.13
- Incorporate scala-partest-interface into scala-partest. SBT users of partest should now drop the dependency on the former and simply depend on the latter. (#50)
- Improve
--verbose
output in SBT (#51) - Honour
--srcpath
option, allowing us to run test undertest/files/{scaladoc,pending}
in the scala build.
Scala Partest 1.0.11
This release adds features and fixes for running partest from sbt.
Scala Partest 1.0.10
Merge pull request #42 from szeiger/wip/release-1.0.10 Publish release 1.0.10
Scala Partest 1.0.9
supports Scala 2.12.0-M2
Scala Partest 1.0.8
publishing #33 so we can merge scala/scala#4640
Scala Partest 1.0.6
Merge pull request #31 from adriaanm/avoid-OrElse Avoid or else...
Scala Partest v1.0.3
Merge pull request #27 from soc/SI-7566 SI-7566 Remove use of String=>TermName implicit
Scala Compiler testing tool v1.0.2-RC1
Testing the autopublish machinery.