Skip to content

add documentation for scala3-migrate in the migration guide #2289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Contextual Abstractions
type: section
description: This chapter details all incompatibilities caused by the redesign of contextual abstractions
num: 17
num: 18
previous-page: incompat-dropped-features
next-page: incompat-other-changes
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompat-dropped-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Dropped Features
type: section
description: This chapter details all the dropped features
num: 16
num: 17
previous-page: incompat-syntactic
next-page: incompat-contextual-abstractions
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompat-other-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Other Changed Features
type: section
description: This chapter details all incompatibilities caused by changed features
num: 18
num: 19
previous-page: incompat-contextual-abstractions
next-page: incompat-type-checker
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompat-syntactic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Syntactic Changes
type: section
description: This chapter details all the incompatibilities caused by syntactic changes
num: 15
num: 16
previous-page: incompatibility-table
next-page: incompat-dropped-features
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompat-type-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Type Checker
type: section
description: This chapter details the unsoundness fixes in the type checker
num: 19
num: 20
previous-page: incompat-other-changes
next-page: incompat-type-inference
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompat-type-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Type Inference
type: section
description: This chapter details the incompatibilities caused by the new type inference algorithm
num: 20
num: 21
previous-page: incompat-type-checker
next-page: options-intro
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/incompatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Incompatibility Table
type: chapter
description: This chapter list all the known incompatibilities between Scala 2.13 and Scala 3
num: 14
num: 15
previous-page: tooling-syntax-rewriting
next-page: incompat-syntactic
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/options-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Compiler Options
type: chapter
description: This chapter shows the difference between Scala 2.13 and Scala 3 compiler options
num: 21
num: 22
previous-page: incompat-type-inference
next-page: options-lookup
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/options-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Compiler Options Lookup Table
type: section
description: This section contains the compiler options lookup tables
num: 22
num: 23
previous-page: options-intro
next-page: options-new
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/options-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: New Compiler Options
type: section
description: This chapter lists all the new compiler options in Scala 3
num: 23
num: 24
previous-page: options-lookup
next-page: scaladoc-settings-compatibility
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/plugin-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Compiler Plugins
type: chapter
description: This section shows how to migrate from using Scala 2 compiler plugins
num: 25
num: 26
previous-page: options-new
next-page: plugin-kind-projector
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/plugin-kind-projector.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Kind Projector Migration
type: section
description: This section shows how to migrate from the kind-projector plugin to Scala 3 kind-projector syntax
num: 26
num: 27
previous-page: plugin-intro
next-page: external-resources
---
Expand Down
Loading