rcano
rcano
It'd be nice to have a gitter channel for the project as it would simply finding a chatting community for those interested in javafx directly.
Would be nice to have access to this as well.
The title says it all, play has a build system where templates are transformed into scala classes and then compiled, which in turn become part of the classpath, and so...
The syntax parser rules out valid scala constructions, for example: `'''` this is the single quote character. Another example: `""""Hello World""""` This is the string `"Hello World"` in a triple...
When using compiler plugins, netbeans does not pick them up yielding false code errors.
There is no way to configure the compiler that netbeans uses to pass arguments like -Yinfer-argument-types
The latest build grows its memory consumption with no stop. I have to restart it every time it hits the 1.5G, for which it takes like half an hour. Can't...
## Compiler version All versions of scala 3 ## Minimized code ```Scala Welcome to Scala 3.3.0-RC4 (19.0.2, Java OpenJDK 64-Bit Server VM). Type in expressions for evaluation. Or try :help....
I implemented a custom PConfig and was that doesn't support shared objects. This PConfig has the behaviour that every field that is not present, returns null, instead of failing, but...
Following @abgruszecki suggestion, I'm opening thread for discussion on the features and UX the scala 3 doctool should have. The documentation tool is as important to a language as its...