Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Releases: scala/scala-partest

Scala Partest 1.1.1

13 Apr 08:49
Compare
Choose a tag to compare

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

11 May 12:07
Compare
Choose a tag to compare
  • Remove type alias for ClassPath that is incompatible with latest 2.12.x

Scala Partest 1.0.13

12 Feb 11:19
Compare
Choose a tag to compare
  • 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 under test/files/{scaladoc,pending} in the scala build.

Scala Partest 1.0.11

04 Dec 22:25
Compare
Choose a tag to compare

This release adds features and fixes for running partest from sbt.

Scala Partest 1.0.10

03 Dec 18:30
Compare
Choose a tag to compare
Merge pull request #42 from szeiger/wip/release-1.0.10

Publish release 1.0.10

Scala Partest 1.0.9

21 Jul 18:16
Compare
Choose a tag to compare

supports Scala 2.12.0-M2

Scala Partest 1.0.8

20 Jul 20:12
Compare
Choose a tag to compare

publishing #33 so we can merge scala/scala#4640

Scala Partest 1.0.6

31 Mar 00:55
Compare
Choose a tag to compare
Merge pull request #31 from adriaanm/avoid-OrElse

Avoid or else...

Scala Partest v1.0.3

13 Dec 11:44
@soc soc
Compare
Choose a tag to compare
Merge pull request #27 from soc/SI-7566

SI-7566 Remove use of String=>TermName implicit

Scala Compiler testing tool v1.0.2-RC1

04 Dec 23:11
Compare
Choose a tag to compare
Pre-release

Testing the autopublish machinery.