Skip to content

issues Search Results · repo:deanwampler/programming-scala-book-code-examples language:Scala

Filter by

23 results
 (58 ms)

23 results

indeanwampler/programming-scala-book-code-examples (press backspace or delete to remove)

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) == expected) I resolved ...
  • andrewdroz
  • 7
  • Opened 
    on Jun 15
  • #177

Multiple warnings/errors running either sbt test or sbt console following Zero to Sixty instructions. The ending information below from running sbt (no errors) and then console from root directory programming-scala-book-code-examples ...
  • kmsnyde
  • 4
  • Opened 
    on Nov 3, 2024
  • #146

Many command line utilities which call other programs use -- to separate arguments to these programs from the preceding arguments which are consumed by the respective utility itself. Scala and sbt obviously ...
  • hellerim
  • 1
  • Opened 
    on Sep 15, 2024
  • #131

Hello all, Im following along Chapter 1 page 4 and I am attempting to execute sbt test under a git-cloned programming-scala-book-code-examples/ directory. I got the following compilation failure error. ...
  • mVenetos97
  • 1
  • Opened 
    on Feb 23, 2024
  • #104

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] ...
  • nicolast0604
  • 5
  • Opened 
    on Aug 5, 2022
  • #58

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 ...
  • windfall-s
  • 3
  • Opened 
    on Feb 21, 2022
  • #43

This code snippet scala val pfunc: PartialFunction[Message, String] = | case Exit = Got Exit | case Draw(shape) = s Got Draw($shape) | case Response(str) = s Got Response($str) ...
  • jingw222
  • 3
  • Opened 
    on Aug 1, 2021
  • #40

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. In my case it was set to de_DE.UTF-8 and ...
  • grisuji
  • 3
  • Opened 
    on Jul 31, 2021
  • #39

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 to run by simply selecting one ...
  • cedarbob
  • 5
  • Opened 
    on Jul 9, 2021
  • #38

source in // src/main/scala/progscala2/collections/parallel.sc should add import scala.collection.parallel.CollectionConverters._ ,see it in scala-parallel-collections, and when i import this in parallel.sc ...
  • byejude
  • 2
  • Opened 
    on Dec 22, 2019
  • #29
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub