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

Make legacy note more prominent #110

Merged
merged 1 commit into from
May 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Partest is the testing framework used to regression-test the Scala compiler and standard library.

## Branches
**NOTE**: As of Scala 2.13, Partest is back in the scala/scala repository. See the history below.

* Scala 2.11: 1.0.x
* Scala 2.12: 1.1.x
* Scala 2.13: not in this repo anymore. has [returned home](https://github.com/scala/scala/pull/6566) to scala/scala, at https://github.com/scala/scala/tree/2.13.x/src/partest/scala/tools/partest
## History

* Initially born in the Scala source repository
* Scala 2.11: Extracted out, 1.0.x version series
* Scala 2.12: Upgrade for Scala 2.12, bumped to 1.1.x
* Scala 2.13: [Folded back](https://github.com/scala/scala/pull/6566) into scala/scala, at https://github.com/scala/scala/tree/2.13.x/src/partest/scala/tools/partest
* (for a short time there was a 1.2.x branch for 2.13, now abandoned)

## Where tests live
Expand Down