programming-scala-book-code-examples icon indicating copy to clipboard operation
programming-scala-book-code-examples copied to clipboard

The code examples used in Programming Scala, 2nd and 3rd Editions (O'Reilly)

Results 8 programming-scala-book-code-examples issues
Sort by recently updated
recently updated
newest added

sbt:programming-scala-3rd-ed-code-examples> run hello world [info] compiling 136 Scala sources and 4 Java sources to D:\ScalaProject\programming-scala-book-code-examples\target\scala-3.1.2\classes ... [error] -- Error: D:\ScalaProject\programming-scala-book-code-examples\src\main\scala\progscala3\typesystem\bounds\list\AbbrevList.scala:36:17 [error] 35 |@targetName("AbbrevListCons") [error] 36 |final case class ::[B](private var...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.typelevel:cats-core](https://github.com/typelevel/cats) from 2.7.0 to 2.8.0. [GitHub Release Notes](https://github.com/typelevel/cats/releases/tag/v2.8.0) - [Version Diff](https://github.com/typelevel/cats/compare/v2.7.0...v2.8.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty) from 3.1.2 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.2...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.2...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you...

Hi! A scala beginner here. Based on the suggestion in page 4 of Chapter 1, I've executed `sbt test` under git-cloned `programming-scala-book-code-examples/` directory. I got the following errors. Does anyone...

Hi :-) in the very beginning of the book (3rd edition), Chapter 1, Building the Code Examples, the recommended `sbt test` fails in case you have the wrong LANG set....

I get the following build error when I try to run any of the introscala examples (and I assume any of the examples): scalac: Flag -encoding set repeatedly I'm attempting...

Hi there, I can't seem to easily start running the examples. After cloning, I ran `sbt test` but got: ``` Implicit parameters should be provided with a `using` clause. assert(xs.min(om)...