xerial / scala-3-migration-guide

The Scala 3 migration guide for everyone.

Home Page:https://scalacenter.github.io/scala-3-migration-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala 3.0 migration guide

This repository is a continuously evolving guide to support the migration to Scala 3.0. As a member of the community you are encouraged to participate the effort by sharing your migrating experience.

Visit the Scala 3.0 Migration website to learn more about the migration.

A number of complementary initiatives are being undertaken to ease the migration. This repository is not a replacement of those initiatives. Its purpose is to gather knowledge, to collect feedback and to encourage the collaboration. The ultimate goal being to drive the effort of the community toward the release of Scala 3.0.

All information you may want to know before starting the migration of your codebase should be available in this guide. If not you may want to contribute.

Content

This repository contains:

  • incompat-30/: A corpus of incompatibilities between Scala 2.13 and Scala 3.0 with proposed solution. It also contains the tests of the Scala 3.0 migration rewrites for 3.0.
  • incompat-31/: The tests of the Dotty migration rewrites that are already implemented for 3.1.
  • docs/: The documentation that is published to the website
  • website/: The website skeleton powered by Docusaurus.

Additional Resources

About

The Scala 3 migration guide for everyone.

https://scalacenter.github.io/scala-3-migration-guide

License:Apache License 2.0


Languages

Language:Scala 78.4%Language:JavaScript 18.7%Language:CSS 2.9%