Skip to content

Commit 523867f

Browse files
committed
leave -> live
1 parent 05db582 commit 523867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2022-05-30-long-term-compatibility-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ More importantly, during work on 3.2, we realized that maintaining this flag may
5656

5757
Finally, we have reached the agreement that the best course of action would be to split Scala development into two lines, called “Scala LTS” and “Scala Next”. Both would live as separate branches in the compiler repository. Both will have separate, but possibly synchronized releases. Porting changes from one to the other should be easy and common.
5858

59-
Scala Next will be the line that the development of the language is taking place on. It would receive frequent minor updates and all experimental language features will leave here.
59+
Scala Next will be the line that the development of the language is taking place on. It would receive frequent minor updates and all experimental language features will live here.
6060

6161
Scala LTS on the other hand will be the stable long-term support line. One LTS will only receive patch updates which means that all releases of the same LTS line will be forward and backward compatible in terms of output. The only changes between releases will be bug fixes, non-language changes (doctool, semanticDB, reporting), and small quality-of-life enhancements (only if we are sure we are not breaking any compatibility guarantees. After more than two years we may decide to nominate one of the releases from the Next line as the new LTS. After that, we guarantee that the old LTS will be supported for at least one additional year. That means that the time of support for each LTS release is at least three years.
6262

0 commit comments

Comments
 (0)