Marcos Ackel

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Marcos Ackel created a post, Scala/SBT project fails to import library
When creating a new project using Scala/SBT with a specific Maven Central repository library, SBT fails to import the library to the "External Libraries". To reproduce the problem: 1 - Create a new... -
Marcos Ackel created a post, Idea Scala plugin: wrong error highlight for predef: cannot resolve symbol
Hello, Idea Scala plugin is issuing an error highlight for a predef that seems to be wrong. I'm using the Scala-graph lib. To reproduce the error: 1 - create a new scala (sbt) project 2- add the fo... -
-
-
Marcos Ackel created a post, How to use Breakpoint Condition?
Hello,using the code bellow, I tried to set a conditional breakpont with the condition y==4 . There is an error "Can not resolve symbol 'y'". Is this a bug or the condtion is wrong?object Scal...