This repository was archived by the owner on Mar 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Integrate feedback from workshop session #102
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gianick
approved these changes
Mar 22, 2023
exercises/exercise_001_dotty_deprecated_syntax_rewriting/project/plugins.sbt
Outdated
Show resolved
Hide resolved
...eprecated_syntax_rewriting/src/main/scala/org/lunatechlabs/dotty/sudoku/ReductionRules.scala
Outdated
Show resolved
Hide resolved
exercises/exercise_101_dotty_deprecated_syntax_rewriting/project/Build.scala
Outdated
Show resolved
Hide resolved
exercises/exercise_101_dotty_deprecated_syntax_rewriting/src/main/resources/application.conf
Outdated
Show resolved
Hide resolved
...tty_new_control_structure_syntax/src/main/scala/org/lunatechlabs/dotty/sudoku/SudokuIO.scala
Outdated
Show resolved
Hide resolved
...cise_110_opaque_type_aliases/src/main/scala/org/lunatechlabs/dotty/sudoku/ReductionSet.scala
Outdated
Show resolved
Hide resolved
...cise_110_opaque_type_aliases/src/main/scala/org/lunatechlabs/dotty/sudoku/ReductionSet.scala
Outdated
Show resolved
Hide resolved
...ise_111_multiversal_equality/src/main/scala/org/lunatechlabs/dotty/sudoku/ReductionSet.scala
Outdated
Show resolved
Hide resolved
...ise_111_multiversal_equality/src/main/scala/org/lunatechlabs/dotty/sudoku/ReductionSet.scala
Outdated
Show resolved
Hide resolved
gianick
approved these changes
Mar 22, 2023
- Links to: - Scala 3 Language Reference - Scala API docs - Scala 3 Book
Co-authored-by: gianick <[email protected]>
- Bump scalafmt version & scalafmt sbt plugin version - Run scalafmt on all exercises
e6831b3
to
9f51d9a
Compare
gianick
reviewed
May 9, 2023
exercises/exercise_000_sudoku_solver_initial_state/IDE_setup.md
Outdated
Show resolved
Hide resolved
exercises/exercise_000_sudoku_solver_initial_state/IDE_setup.md
Outdated
Show resolved
Hide resolved
|
||
## Other Scala source editors | ||
|
||
There are plenty of other options for Source Code editing. For example, [Scala] Metals supports Vim, Sublime Text and Emacs. For more information, have a look at the [Text Editors section](https://scalameta.org/metals/docs) in the Metals Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you using square brackers here "[Scala] Metals"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. Looking at the Metals doc, it says "Scala language server with rich IDE features".
I'll change it to "Metals (Scala language server with rich IDE features)"
gianick
approved these changes
May 9, 2023
Co-authored-by: gianick <[email protected]>
- Scala 3.3.1-RC1 nightly build has fix for rewrite to curly braces syntax. This fix may still make it in 3.3.0
6d433a7
to
f46f083
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.