exercises-stdlib
exercises-stdlib copied to clipboard
Scala Exercises' lessons for the standard library
Fix the order of description.
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.10 to 3.2.11. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.11) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.10...release-3.2.11) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.10 to 3.2.12. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Very page(e.g. https://www.scala-exercises.org/std_lib/partial_functions ) at the bottom has `Edit Exercise`page link:  This link doenst work: ```bash #it points to https://github.com/scala-exercises/exercises-stdlib/edit/master/src/main/scala/stdlib/PatternMatching.scala #it should points to instead https://github.com/scala-exercises/exercises-stdlib/edit/main/src/main/scala/stdlib/PatternMatching.scala ``` (replace `main`...
For variety show the use of `==` instead of `x.equals(y)` in difference with the previous question, and as a reminder of one item from the previous segment on `List`.
Really loving Scala exercises! I noticed that our heroes were giving away their secret identity and hiding their hero names. It's customary for super heroes to do the inverse. Thanks...
escaping octals not supported in Scala 2.13.0