exercises-stdlib icon indicating copy to clipboard operation
exercises-stdlib copied to clipboard

Scala Exercises' lessons for the standard library

Results 51 exercises-stdlib issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/1122020/118157280-a7a9bb00-b41a-11eb-8844-31e98401e5d4.png) 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...

Grammar, punctuation, and other minor edits.

documentation

escaping octals not supported in Scala 2.13.0