Skip to content

Commit 1b939f6

Browse files
authored
add documentation for scala3-migrate in the migration guide (#2289)
* add documentation for scala3-migrate in the migration guide * fix some code reviews
1 parent 5b5741c commit 1b939f6

22 files changed

+342
-22
lines changed

_overviews/scala3-migration/incompat-contextual-abstractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Contextual Abstractions
33
type: section
44
description: This chapter details all incompatibilities caused by the redesign of contextual abstractions
5-
num: 17
5+
num: 18
66
previous-page: incompat-dropped-features
77
next-page: incompat-other-changes
88
---

_overviews/scala3-migration/incompat-dropped-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dropped Features
33
type: section
44
description: This chapter details all the dropped features
5-
num: 16
5+
num: 17
66
previous-page: incompat-syntactic
77
next-page: incompat-contextual-abstractions
88
---

_overviews/scala3-migration/incompat-other-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Other Changed Features
33
type: section
44
description: This chapter details all incompatibilities caused by changed features
5-
num: 18
5+
num: 19
66
previous-page: incompat-contextual-abstractions
77
next-page: incompat-type-checker
88
---

_overviews/scala3-migration/incompat-syntactic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Syntactic Changes
33
type: section
44
description: This chapter details all the incompatibilities caused by syntactic changes
5-
num: 15
5+
num: 16
66
previous-page: incompatibility-table
77
next-page: incompat-dropped-features
88
---

_overviews/scala3-migration/incompat-type-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Type Checker
33
type: section
44
description: This chapter details the unsoundness fixes in the type checker
5-
num: 19
5+
num: 20
66
previous-page: incompat-other-changes
77
next-page: incompat-type-inference
88
---

_overviews/scala3-migration/incompat-type-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Type Inference
33
type: section
44
description: This chapter details the incompatibilities caused by the new type inference algorithm
5-
num: 20
5+
num: 21
66
previous-page: incompat-type-checker
77
next-page: options-intro
88
---

_overviews/scala3-migration/incompatibility-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Incompatibility Table
33
type: chapter
44
description: This chapter list all the known incompatibilities between Scala 2.13 and Scala 3
5-
num: 14
5+
num: 15
66
previous-page: tooling-syntax-rewriting
77
next-page: incompat-syntactic
88
---

_overviews/scala3-migration/options-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compiler Options
33
type: chapter
44
description: This chapter shows the difference between Scala 2.13 and Scala 3 compiler options
5-
num: 21
5+
num: 22
66
previous-page: incompat-type-inference
77
next-page: options-lookup
88
---

_overviews/scala3-migration/options-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compiler Options Lookup Table
33
type: section
44
description: This section contains the compiler options lookup tables
5-
num: 22
5+
num: 23
66
previous-page: options-intro
77
next-page: options-new
88
---

_overviews/scala3-migration/options-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: New Compiler Options
33
type: section
44
description: This chapter lists all the new compiler options in Scala 3
5-
num: 23
5+
num: 24
66
previous-page: options-lookup
77
next-page: scaladoc-settings-compatibility
88
---

_overviews/scala3-migration/plugin-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compiler Plugins
33
type: chapter
44
description: This section shows how to migrate from using Scala 2 compiler plugins
5-
num: 25
5+
num: 26
66
previous-page: options-new
77
next-page: plugin-kind-projector
88
---

_overviews/scala3-migration/plugin-kind-projector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kind Projector Migration
33
type: section
44
description: This section shows how to migrate from the kind-projector plugin to Scala 3 kind-projector syntax
5-
num: 26
5+
num: 27
66
previous-page: plugin-intro
77
next-page: external-resources
88
---

0 commit comments

Comments
 (0)