Skip to content

Merge string-interpolation docs into scala3 book #2839

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 8 commits into from
Jun 20, 2023
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
262 changes: 0 additions & 262 deletions _overviews/core/string-interpolation.md

This file was deleted.

2 changes: 1 addition & 1 deletion _overviews/scala-book/two-notes-about-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ num: 11
outof: 54
previous-page: built-in-types
next-page: command-line-io
new-version: /scala3/book/first-look-at-types.html#two-notes-about-strings
new-version: /scala3/book/first-look-at-types.html#strings
---


Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-context-bounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Context Bounds
type: section
description: This page demonstrates Context Bounds in Scala.
languages: [zh-cn]
num: 61
num: 62
previous-page: ca-context-parameters
next-page: ca-given-imports
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-context-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Context Parameters
type: section
description: This page demonstrates how to declare context parameters, and how the compiler infers them at call-site.
languages: [zh-cn]
num: 60
num: 61
previous-page: ca-extension-methods
next-page: ca-context-bounds
redirect_from: /scala3/book/ca-given-using-clauses.html
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-contextual-abstractions-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Contextual Abstractions
type: chapter
description: This chapter provides an introduction to the Scala 3 concept of Contextual Abstractions.
languages: [zh-cn]
num: 58
num: 59
previous-page: types-others
next-page: ca-extension-methods
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-extension-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Extension Methods
type: section
description: This page demonstrates how Extension Methods work in Scala 3.
languages: [zh-cn]
num: 59
num: 60
previous-page: ca-contextual-abstractions-intro
next-page: ca-context-parameters
scala3: true
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-given-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Given Imports
type: section
description: This page demonstrates how 'given' import statements work in Scala 3.
languages: [zh-cn]
num: 62
num: 63
previous-page: ca-context-bounds
next-page: ca-type-classes
scala3: true
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-implicit-conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Implicit Conversions
type: section
description: This page demonstrates how to implement Implicit Conversions in Scala.
languages: [zh-cn]
num: 65
num: 66
previous-page: ca-multiversal-equality
next-page: ca-summary
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-multiversal-equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Multiversal Equality
type: section
description: This page demonstrates how to implement Multiversal Equality in Scala 3.
languages: [zh-cn]
num: 64
num: 65
previous-page: ca-type-classes
next-page: ca-implicit-conversions
scala3: true
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Summary
type: section
description: This page provides a summary of the Contextual Abstractions lessons.
languages: [zh-cn]
num: 66
num: 67
previous-page: ca-implicit-conversions
next-page: concurrency
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/ca-type-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Type Classes
type: section
description: This page demonstrates how to create and use type classes.
languages: [zh-cn]
num: 63
num: 64
previous-page: ca-given-imports
next-page: ca-multiversal-equality
redirect_from: /scala3/book/types-type-classes.html
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/collections-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Collections Types
type: section
description: This page introduces the common Scala 3 collections types and some of their methods.
languages: [ru, zh-cn]
num: 37
num: 38
previous-page: collections-intro
next-page: collections-methods
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/collections-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Scala Collections
type: chapter
description: This page provides and introduction to the common collections classes and their methods in Scala 3.
languages: [ru, zh-cn]
num: 36
num: 37
previous-page: packaging-imports
next-page: collections-classes
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/collections-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Collections Methods
type: section
description: This page demonstrates the common methods on the Scala 3 collections classes.
languages: [ru, zh-cn]
num: 38
num: 39
previous-page: collections-classes
next-page: collections-summary
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/collections-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Summary
type: section
description: This page provides a summary of the Collections chapter.
languages: [ru, zh-cn]
num: 39
num: 40
previous-page: collections-methods
next-page: fp-intro
---
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala3-book/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Concurrency
type: chapter
description: This page discusses how Scala concurrency works, with an emphasis on Scala Futures.
languages: [zh-cn]
num: 67
num: 68
previous-page: ca-summary
next-page: scala-tools
---
Expand Down
Loading