This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +77
-3
lines changed
exercise_001_dotty_deprecated_syntax_rewriting
exercise_002_dotty_new_syntax_and_indentation_based_syntax
exercise_003_top_level_definitions
exercise_004_parameter_untupling
exercise_005_extension_methods
exercise_006_using_and_summon
exercise_008_enum_and_export
exercise_010_exploring_opaque_type_aliases
exercise_011_optional_opaque_type_aliases
exercise_012_multiversal_equality
exercise_020_opaque_type_aliases_alt
exercise_021_multiversal_equality Expand file tree Collapse file tree 14 files changed +77
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,10 @@ wildcard import syntax from using an asterix (`*`) instead of an underscore (`_`
155
155
$ git commit - a - m " Snapshot after Scala 3 compiler syntax rewrites"
156
156
```
157
157
158
- - Move to the next exercise by running the ` cmtc next-exercise ` command from the command line.
158
+ ### Next steps
159
+
160
+ After successfully completing the tasks in this exercise, move to the next one by
161
+ running the ` cmtc next-exercise ` from the command line.
159
162
160
163
> NOTE: The extra bit of code that was added via ` cmtc pull-template ... ` can either be left as-is
161
164
> or be removed. Your choice.
Original file line number Diff line number Diff line change @@ -72,8 +72,10 @@ documentation.
72
72
$ git commit - a - m " Snapshot after Scala 3 compiler syntax rewrites"
73
73
```
74
74
75
- - You've just completed this exercise. Let's move on to the next exercise by
76
- executing the ` cmtc next-exercise ` command.
75
+ ### Next steps
76
+
77
+ After successfully completing the tasks in this exercise, move to the next one by
78
+ running the ` cmtc next-exercise ` from the command line.
77
79
78
80
## Source code formatting & Markdown viewer in IntelliJ
79
81
Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ Let's continue with the core topic of this exercise:
55
55
56
56
- Verify that the application runs correctly
57
57
58
+ ### Next steps
59
+
60
+ After successfully completing the tasks in this exercise, move to the next one by
61
+ running the ` cmtc next-exercise ` from the command line.
62
+
58
63
## Source code formatting & Markdown viewer in IntelliJ
59
64
60
65
### Source code formatting
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ pairs.map(_ + _)
57
57
58
58
- Verify that the application runs correctly
59
59
60
+ ### Next steps
61
+
62
+ After successfully completing the tasks in this exercise, move to the next one by
63
+ running the ` cmtc next-exercise ` from the command line.
64
+
60
65
## Source code formatting & Markdown viewer in IntelliJ
61
66
62
67
### Source code formatting
Original file line number Diff line number Diff line change @@ -75,6 +75,11 @@ part of this exercise (adding the new extension methods).
75
75
76
76
- Verify that the application runs correctly.
77
77
78
+ ### Next steps
79
+
80
+ After successfully completing the tasks in this exercise, move to the next one by
81
+ running the ` cmtc next-exercise ` from the command line.
82
+
78
83
## Source code formatting & Markdown viewer in IntelliJ
79
84
80
85
### Source code formatting
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ use of _scala 2_'s `implicit`s and `implicitly`.
29
29
30
30
- Verify that the application runs correctly
31
31
32
+ ### Next steps
33
+
34
+ After successfully completing the tasks in this exercise, move to the next one by
35
+ running the ` cmtc next-exercise ` from the command line.
36
+
32
37
## Source code formatting & Markdown viewer in IntelliJ
33
38
34
39
### Source code formatting
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ secondly because these names don't really have a useful application in most case
33
33
34
34
- Verify that the application runs correctly.
35
35
36
+ ### Next steps
37
+
38
+ After successfully completing the tasks in this exercise, move to the next one by
39
+ running the ` cmtc next-exercise ` from the command line.
40
+
36
41
## Source code formatting & Markdown viewer in IntelliJ
37
42
38
43
### Source code formatting
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ in this exercise.
77
77
78
78
- Verify that the application runs correctly.
79
79
80
+ ### Next steps
81
+
82
+ After successfully completing the tasks in this exercise, move to the next one by
83
+ running the ` cmtc next-exercise ` from the command line.
84
+
80
85
## Source code formatting & Markdown viewer in IntelliJ
81
86
82
87
### Source code formatting
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ Which of these actors receive messages that are responses from other actors?
69
69
70
70
- Verify that the application runs correctly
71
71
72
+ ### Next steps
73
+
74
+ After successfully completing the tasks in this exercise, move to the next one by
75
+ running the ` cmtc next-exercise ` from the command line.
76
+
72
77
## Source code formatting & Markdown viewer in IntelliJ
73
78
74
79
### Source code formatting
Original file line number Diff line number Diff line change @@ -43,3 +43,9 @@ We will now walk through the different features
43
43
### Opaque type aliases
44
44
45
45
- Repeat the same steps for file ` UsingTheAliases.scala ` in the ` opaquetypelaliases.opaquetypealias `
46
+
47
+ ### Next steps
48
+
49
+ After successfully completing the tasks in this exercise, move to the next one by
50
+ running the ` cmtc next-exercise ` from the command line.
51
+
You can’t perform that action at this time.
0 commit comments