You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the tests failed with:
Curious! I tried export LANG="de_DE.UTF-8; sbt test and it worked fine, but that just mean it doesn't always "respect" the setting. I'll add a troubleshooting note to the README. Sorry you wasted a few hours on this, but thanks for reporting it.
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 the tests failed with:After changing it with
export LANG="en_US.UTF-8"
the tests run successfull.
Would be nice to have this mentioned in a short note, because it took me a few hours to find the reason.
Greetings
Grisuji
The text was updated successfully, but these errors were encountered: