Skip to content

[zh-ch]add Environment, Universes, and Mirrors #1808

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

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b4e8116
add Environment, Universes, and Mirrors
jxnu-liguobin Nov 6, 2020
c9d5c0b
add Environment, Universes, and Mirrors
jxnu-liguobin Nov 6, 2020
6344066
language tour: correct a claim in the named arguments section
SethTisue Nov 5, 2020
7a1c5d0
Fix errors in seq.md
artemkorsakov Nov 7, 2020
82df254
minor: fix indentation to be consistent
juanmirocks Nov 11, 2020
0ff2896
Update generic-classes.md
Nexus01 Nov 16, 2020
81e142d
remove postfix ops from style guide
SethTisue Nov 10, 2020
b104fbd
fixed some typo
IowU Nov 6, 2020
1d8675b
fixed some typo
IowU Nov 6, 2020
27d92a2
Update building-a-scala-project-with-intellij-and-sbt.md
macginitie Sep 1, 2020
d9313e1
French translation of tour-of-scala.md
agnesmdev Oct 1, 2020
f534a7e
Fix french
leobenkel Oct 20, 2020
3cf61d7
Update default-parameter-values.md
artemkorsakov Oct 27, 2020
a985c8c
Update traits.md
artemkorsakov Oct 27, 2020
6cd20a5
Update annotations.md
artemkorsakov Oct 27, 2020
ad2b7e6
Update packages-and-imports.md
artemkorsakov Oct 27, 2020
6c4f9ec
Update getting-started-with-scala-in-intellij.md
macginitie Sep 1, 2020
11114bd
Update mixin-class-composition.md
qiao1406 Nov 17, 2020
3b822f1
many small improvements to the compiler plugins guide
SethTisue Nov 18, 2020
eae869c
Release Scala 2.13.4
dwijnand Nov 19, 2020
3010f52
fix failures by adding empty pages of French
CastaChick Nov 26, 2020
68060f8
fix a wrong link to a unexisting chapter
CastaChick Nov 27, 2020
c88ef98
fix typo
CastaChick Nov 27, 2020
6122f2d
fix next-page link in some languages ver.
CastaChick Nov 26, 2020
1e2bd10
Fix the example for contravariance
raindev Nov 25, 2020
43f2c39
Avoid "substitute for" in variance explanations
raindev Nov 27, 2020
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
2 changes: 1 addition & 1 deletion _ba/tour/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: ba
partof: scala-tour

num: 32
next-page: default-parameter-values
next-page: packages-and-imports
previous-page: by-name-parameters

---
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords:
- Document
- Guide

scala-version: 2.13.3
scala-version: 2.13.4
scala-212-version: 2.12.12

collections:
Expand Down
2 changes: 1 addition & 1 deletion _data/translations.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tour:
languages: [ba, es, ko, pt-br, pl, zh-cn, th, ru, ja]
languages: [ba, es, fr, ko, pt-br, pl, zh-cn, th, ru, ja]
2 changes: 1 addition & 1 deletion _es/tour/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ partof: scala-tour
num: 3
language: es

next-page: classes
next-page: packages-and-imports
previous-page: abstract-type-members
---

Expand Down
12 changes: 12 additions & 0 deletions _fr/tour/abstract-type-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Abstract Type Members
partof: scala-tour

num: 21

language: fr

next-page: compound-types
previous-page: inner-classes
---
12 changes: 12 additions & 0 deletions _fr/tour/annotations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Annotations
partof: scala-tour

num: 30

language: fr

next-page: packages-and-imports
previous-page: by-name-parameters
---
7 changes: 7 additions & 0 deletions _fr/tour/automatic-closures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: tour
title: Automatic Closures
partof: scala-tour

language: fr
---
11 changes: 11 additions & 0 deletions _fr/tour/basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: tour
title: Basics
partof: scala-tour

num: 2
language: fr

next-page: unified-types
previous-page: tour-of-scala
---
12 changes: 12 additions & 0 deletions _fr/tour/by-name-parameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: By-name Parameters
partof: scala-tour

num: 29

language: fr

next-page: annotations
previous-page: operators
---
12 changes: 12 additions & 0 deletions _fr/tour/case-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Case Classes
partof: scala-tour

num: 10

language: fr

next-page: pattern-matching
previous-page: multiple-parameter-lists
---
12 changes: 12 additions & 0 deletions _fr/tour/classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Classes
partof: scala-tour

num: 4

language: fr

next-page: traits
previous-page: unified-types
---
12 changes: 12 additions & 0 deletions _fr/tour/compound-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Compound Types
partof: scala-tour

num: 22

language: fr

next-page: self-types
previous-page: abstract-type-members
---
12 changes: 12 additions & 0 deletions _fr/tour/default-parameter-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Default Parameter Values
partof: scala-tour

num: 31

language: fr

next-page: named-arguments
previous-page: annotations
---
12 changes: 12 additions & 0 deletions _fr/tour/extractor-objects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Extractor Objects
partof: scala-tour

num: 14

language: fr

next-page: generic-classes
previous-page: regular-expression-patterns
---
12 changes: 12 additions & 0 deletions _fr/tour/for-comprehensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: For Comprehensions
partof: scala-tour

num: 15

language: fr

next-page: generic-classes
previous-page: extractor-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/generic-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Generic Classes
partof: scala-tour

num: 16

language: fr

next-page: variances
previous-page: extractor-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/higher-order-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Higher-order Functions
partof: scala-tour

num: 7

language: fr

next-page: nested-functions
previous-page: mixin-class-composition
---
12 changes: 12 additions & 0 deletions _fr/tour/implicit-conversions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Implicit Conversions
partof: scala-tour

num: 25

language: fr

next-page: polymorphic-methods
previous-page: implicit-parameters
---
12 changes: 12 additions & 0 deletions _fr/tour/implicit-parameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Implicit Parameters
partof: scala-tour

num: 24

language: fr

next-page: implicit-conversions
previous-page: self-types
---
12 changes: 12 additions & 0 deletions _fr/tour/inner-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Inner Classes
partof: scala-tour

num: 20

language: fr

next-page: abstract-type-members
previous-page: lower-type-bounds
---
12 changes: 12 additions & 0 deletions _fr/tour/lower-type-bounds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Lower Type Bounds
partof: scala-tour

num: 19

language: fr

next-page: inner-classes
previous-page: upper-type-bounds
---
12 changes: 12 additions & 0 deletions _fr/tour/mixin-class-composition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Class Composition with Mixins
partof: scala-tour

num: 6

language: fr

next-page: higher-order-functions
previous-page: tuples
---
12 changes: 12 additions & 0 deletions _fr/tour/multiple-parameter-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Multiple Parameter Lists (Currying)
partof: scala-tour

num: 9

language: fr

next-page: case-classes
previous-page: nested-functions
---
12 changes: 12 additions & 0 deletions _fr/tour/named-arguments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Named Arguments
partof: scala-tour

num: 32

language: fr

next-page: packages-and-imports
previous-page: default-parameter-values
---
12 changes: 12 additions & 0 deletions _fr/tour/nested-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Nested Methods
partof: scala-tour

num: 8

language: fr

next-page: multiple-parameter-lists
previous-page: higher-order-functions
---
12 changes: 12 additions & 0 deletions _fr/tour/operators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Operators
partof: scala-tour

num: 28

language: fr

next-page: by-name-parameters
previous-page: type-inference
---
9 changes: 9 additions & 0 deletions _fr/tour/package-objects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: tour
title: Package Objects
language: fr
partof: scala-tour

num: 36
previous-page: packages-and-imports
---
12 changes: 12 additions & 0 deletions _fr/tour/packages-and-imports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Packages and Imports
partof: scala-tour

num: 33

language: fr

previous-page: named-arguments
next-page: package-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/pattern-matching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Pattern Matching
partof: scala-tour

num: 11

language: fr

next-page: singleton-objects
previous-page: case-classes
---
12 changes: 12 additions & 0 deletions _fr/tour/polymorphic-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Polymorphic Methods
partof: scala-tour

num: 26

language: fr

next-page: type-inference
previous-page: implicit-conversions
---
12 changes: 12 additions & 0 deletions _fr/tour/regular-expression-patterns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Regular Expression Patterns
partof: scala-tour

num: 13

language: fr

next-page: extractor-objects
previous-page: singleton-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/self-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Self-types
partof: scala-tour

num: 23

language: fr

next-page: implicit-parameters
previous-page: compound-types
---
Loading