-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliJ Build Issue With Compiler Flags Settings #38
Comments
However, I was able to run Hello, Hello2 via sbt in a terminal window without any problem. |
After doing this, the IDE prompted me to reload project changes, which I did. I then repeated my original test by selecting the code for Hello2 in UpperMain2.scala and electing "run Hello2" from the popup - and got a different build error: /home/rhr/Test/programming-scala-book-code-examples-master/src/main/scala/progscala3/typesystem/bounds/list/AbbrevList.scala:36:18 |
Thanks for the bug reports. I'm leaving a short vacation. I'll look at them when I return. |
I didn't use IntelliJ to develop the examples. It appears the second definition of
After that, I could select a type with a If you still get the "clashes" error, try running I'll put these comments in the project README, too. |
I did see the |
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 of the main methods and electing "run XYZ" in the popup menu with the default scala compiler options in the IDE. I also tried commenting out the "-encoding", "utf-8" scalac option in build.sbt but got the same result.
The text was updated successfully, but these errors were encountered: