Skip to content

Commit 967406f

Browse files
committed
Add page about Scala 2 -Xsoruce:3 to migration guide
1 parent f3b233f commit 967406f

24 files changed

+115
-31
lines changed

_overviews/scala3-migration/external-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: External Resources
33
type: chapter
44
description: This section lists external resources about the migration to Scala 3.
5-
num: 28
5+
num: 29
66
previous-page: plugin-kind-projector
77
next-page:
88
---

_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: 18
5+
num: 19
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: 17
5+
num: 18
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: 19
5+
num: 20
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: 16
5+
num: 17
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: 20
5+
num: 21
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: 21
5+
num: 22
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: 15
5+
num: 16
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: 22
5+
num: 23
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: 23
5+
num: 24
66
previous-page: options-intro
77
next-page: options-new
88
---

0 commit comments

Comments
 (0)