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

Commit b0cc1b6

Browse files
authored
Merge pull request #110 from scala/achtung
Make legacy note more prominent
2 parents 7e0f706 + f175a81 commit b0cc1b6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Partest is the testing framework used to regression-test the Scala compiler and standard library.
22

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

5-
* Scala 2.11: 1.0.x
6-
* Scala 2.12: 1.1.x
7-
* 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
5+
## History
6+
7+
* Initially born in the Scala source repository
8+
* Scala 2.11: Extracted out, 1.0.x version series
9+
* Scala 2.12: Upgrade for Scala 2.12, bumped to 1.1.x
10+
* 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
811
* (for a short time there was a 1.2.x branch for 2.13, now abandoned)
912

1013
## Where tests live

0 commit comments

Comments
 (0)