-
```
object scratch{
}
```
leads to `NoSuchMethodError: main` in a dialog.
-
### Expected vs Actual Behaviour
It should...
not cause using projects to pull SNAPSHOT dependencies
Instead it...
it causes using projects to pull apex-jorje-ide-1.0-sfdc-187-SNAPSHOT-55042bf…
-
-
hello, I am not familiar with scala so what's the IDE you use, how to run it and how to build the entire development environment. Could you give me an instruction? thanks
-
## Compiler version
3.3.0
## Minimized code
ModuleA.scala
```Scala
object ModuleA {
def func(x:Int) = x
}
```
ModuleB.scala
```Scala
object ModuleB {
export ModuleA.{*}
}
```…
-
Remaining issues:
- [x] https://github.com/scala/scala-dev/issues/786 (Running compiler JUnit)
- [x] https://youtrack.jetbrains.com/issue/SCL-19503 (Trailing commas in build.sbt)
- [x] https:…
-
It'd be great to be able to configure the jobs that need to be run _per branch_. This is very useful for projects that support multiple Scala versions. For example, in the IDE we have:
- master -> sup…
-
Some(null)
----------------------
- App Version: 2022.2.3
- Java Version: 17.0.4.1
- Plugin Name: Prolog
- Last Action: Tree-selectNext
- Is EAP: false
- App Version name: PyCharm
- App Full Name: Py…
-
It would be convenient to have a .properties file injected in each of the Zinc artifacts to know the Scala version it was compiled with. This is useful to make sure we don't attempt to build an IDE th…
dotta updated
11 years ago
-
When I set the scalar compiler version using Scala 2.10, worksheet doesn't produce any result. This is the part of the log file. The same worksheet runs well with Scala 2.12
`2017-07-19 10:19:37,136 …