Skip to content

Commit 97f0dc8

Browse files
Merge pull request #9 from iteratec/qa
Minor improvements
2 parents 9d7c6fa + 3f9622c commit 97f0dc8

File tree

52 files changed

+42
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+42
-45
lines changed

Coroutines/Async vs Launch/Async/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 37
88
placeholder_text: TODO()
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Coroutines/Async vs Launch/AsyncTask1/task-info.yaml

-1
This file was deleted.

Coroutines/Async vs Launch/Launch/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 63
88
placeholder_text: TODO()
99
- name: test/output.txt
10-
visible: false
10+
visible: true
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
content:
2-
- Overview
2+
- Introduction
33
- Async
44
- Launch

Coroutines/Cancelation of Coroutines/Cancelling coroutines/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ files:
1010
length: 47
1111
placeholder_text: ""
1212
- name: test/output.txt
13-
visible: false
13+
visible: true

Coroutines/Cancelation of Coroutines/Cooperative/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 18
88
placeholder_text: i < 10
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Coroutines/Composing suspend functions/Concurrent/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ files:
1616
length: 8
1717
placeholder_text: ""
1818
- name: test/Tests.kt
19-
visible: false
19+
visible: true

Coroutines/CoroutineContext and Dispatchers/Combining context elements/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ files:
1010
length: 25
1111
placeholder_text: ""
1212
- name: test/output.txt
13-
visible: false
13+
visible: true

Coroutines/Exception-Handling/CoroutineExceptionHandler/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 98
88
placeholder_text: TODO()
99
- name: test/output.txt
10-
visible: false
10+
visible: true
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
content:
2-
- Overview
2+
- Introduction
33
- CoroutineExceptionHandler

Coroutines/Recap/lesson-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
content:
2-
- Overview
2+
- Introduction

DSL/DSL toolbox/Create a DSL/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 917
88
placeholder_text: // Implement your DSL here
99
- name: test/output.txt
10-
visible: false
10+
visible: true

DSL/Infix functions/Define infix function/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 83
88
placeholder_text: // Define the infix function "pow" here
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Delegation/Delegated properties/Create read-only delegate/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 331
88
placeholder_text: class LazyPokemonProperty
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Delegation/Delegated properties/Create read-write delegate/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 476
88
placeholder_text: class AuditedProperty
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Delegation/Delegated properties/Use delegated property/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 171
88
placeholder_text: " var name: String"
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Delegation/Delegates/Create a delegate/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ files:
1313
length: 39
1414
placeholder_text: TODO()
1515
- name: test/output.txt
16-
visible: false
16+
visible: true

Delegation/Delegates/Overwrite a delegate/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 152
88
placeholder_text: class PeacefulPokemon
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Delegation/Examples/task-info.yaml

-1
This file was deleted.

Delegation/task1/task-info.yaml

-1
This file was deleted.

Generics/Constraints/Specify multiple constraints/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 374
88
placeholder_text: class Omniball
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Generics/Constraints/Specify single constraint/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 344
88
placeholder_text: class Pokeball
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Generics/Generic functions/Create generic function/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 99
88
placeholder_text: "fun getHealthiestPokemon() {}"
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Generics/Reified keyword/Use reified types/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 137
88
placeholder_text: "fun filterByType(pokemons: List<Pokemon>)"
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Generics/Star projection/Using star-projection/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 110
88
placeholder_text: "fun isInfoComplete(/* TODO */): Boolean"
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Generics/Variance/Create contravariant generic/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 103
88
placeholder_text: class Pokeball
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Generics/Variance/Create covariant generic/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 89
88
placeholder_text: class Pokeball
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Inline/Inline Classes/Inline classes vs Type Aliases/task.md

+1-1

Inline/Inline Classes/Introduction/task.md

+9-4
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
content:
22
- Introduction
33
- Inline classes vs Type Aliases
4-
- Examples
4+
- Tasks

Operators/Arithmetic operators/Define arithmetic operators/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 269
88
placeholder_text: // Define operators here
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Operators/Collection operators/Define collection operators/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 210
88
placeholder_text: // Define collection operators here
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Operators/Invoke operator/Define invoke operator/task-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 192
88
placeholder_text: // Implement the invoke operator here
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Serialization/kotlinx.serialization/lesson-info.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
type: framework
21
content:
32
- Introduction
43
- Basics
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
fun main() {
22

3-
}
4-
5-
fun test(a: Nothing) {
6-
73
}

course-info.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ solutions_hidden: true
77
content:
88
- Types
99
- Inline
10-
- Generics
11-
- Coroutines
12-
- Flow
1310
- Delegation
1411
- Operators
15-
- Serialization
12+
- Coroutines
13+
- Flow
14+
- Generics
1615
- DSL
16+
- Serialization
1717
environment_settings:
1818
jvm_language_level: JDK_1_8

0 commit comments

Comments
 (0)