scalac
Scala Range contains(elem: Any) method
Apparently Range has a method that checks if it contains a value of type Any. I understand that it is from SeqLike, but causes some problems.[详细]
2023-04-04 00:12 分类:问答How do I run a Fast Scala Compiler remote server?
I want to set an fsc process running on a box that I can then access remotely. I understand I need to share a temp directory.[详细]
2023-04-03 15:36 分类:问答Fields interfering with method resolution for Scala Dynamic trait?
As my firs开发者_StackOverflowt foray into Dynamic Scala land, I thought that I\'d try accessing bean properties via applyDynamic.[详细]
2023-03-09 21:34 分类:问答Permanently hidden warning from Scalac parsing Java code - compiler bug?
The scalac Java parser is taking objection to my Java code imported `Entity\' is permanently hidden by definition of object Entity in package domainAsset.java[详细]
2023-03-09 10:34 分类:问答Adding scala-compiler.jar as a runtime dependency
I\'m using sbt and its Proguard plugin to create an executable jar for my program. However, my program relies on scala-compiler.jar at runtime to do compilations. I can\'t seem to get scala-compiler.j[详细]
2023-03-06 07:36 分类:问答stopping Scala compilation after a particular phase
I\'m testing my plugin by running it in-process like this: type PluginMessage = StoreReporter#Info def runPlugin(fileName: String): List[PluginMessage] = {[详细]
2023-02-28 22:58 分类:问答How do I turn off the Scala Fast Compilation server's (FSC) timeout?
I am using a Scala compilation server. This is probably not related to my IDE IntelliJ IDEA, but I will just inform you that I start the Scala compilation server through a special run configuration in[详细]
2023-01-30 11:32 分类:问答FSC recompiles every time
FSC recompiles my .scala files every time even there is no need - I can compile it twice without editing anything between attempts and it recompiles them![详细]
2023-01-17 14:01 分类:问答How do I alias the scala setter method 'myvar_$eq(myval)' to something more pleasing when in java?
I\'ve been converting some code from java to scala lately trying to teach myself the language. Suppose we have this scala cla开发者_如何学JAVAss:[详细]
2022-12-22 23:14 分类:问答