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 (`_`
155155$ git commit - a - m " Snapshot after Scala 3 compiler syntax rewrites"
156156```
157157
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.
159162
160163> NOTE: The extra bit of code that was added via ` cmtc pull-template ... ` can either be left as-is
161164> or be removed. Your choice.
Original file line number Diff line number Diff line change @@ -72,8 +72,10 @@ documentation.
7272$ git commit - a - m " Snapshot after Scala 3 compiler syntax rewrites"
7373```
7474
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.
7779
7880## Source code formatting & Markdown viewer in IntelliJ
7981
Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ Let's continue with the core topic of this exercise:
5555
5656- Verify that the application runs correctly
5757
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+
5863## Source code formatting & Markdown viewer in IntelliJ
5964
6065### Source code formatting
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ pairs.map(_ + _)
5757
5858- Verify that the application runs correctly
5959
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+
6065## Source code formatting & Markdown viewer in IntelliJ
6166
6267### 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).
7575
7676- Verify that the application runs correctly.
7777
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+
7883## Source code formatting & Markdown viewer in IntelliJ
7984
8085### 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`.
2929
3030- Verify that the application runs correctly
3131
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+
3237## Source code formatting & Markdown viewer in IntelliJ
3338
3439### 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
3333
3434- Verify that the application runs correctly.
3535
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+
3641## Source code formatting & Markdown viewer in IntelliJ
3742
3843### Source code formatting
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ in this exercise.
7777
7878- Verify that the application runs correctly.
7979
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+
8085## Source code formatting & Markdown viewer in IntelliJ
8186
8287### 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?
6969
7070- Verify that the application runs correctly
7171
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+
7277## Source code formatting & Markdown viewer in IntelliJ
7378
7479### 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
4343### Opaque type aliases
4444
4545- 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