Search code examples
How do I use this object "erasure" in Scala?...

scalascala-idescala-compiler

Read More
Inject call to base class method in trait with Scala compiler plugin...

scalaabstract-syntax-treescala-compiler

Read More
Understanding the limits of Scala GADT support...

scalatype-systemsgadtscala-compiler

Read More
How to use scala.js compiler as a compiler plugin, thus allowing it to integrate into Gradle or mave...

scalascala.jsscala-compiler

Read More
In Scala 2, what are possible ways to write a shortcut of a partial function without triggering unch...

scalaannotationsscala-compilerpartialfunctionscala-2

Read More
scala compile server stopped due to inactivity | intellijIDEA...

scalaintellij-ideascala-compileruser-inactivity

Read More
How can I run generated code during script runtime?...

scalascala-reflectscala-compilerruntime-compilation

Read More
Is there a type-class that checks for existence of at least one implicit of a type?...

scalashapelessscala-macrostype-level-computationscala-compiler

Read More
How can I find a description of scala compiler flags/options?...

scalascalacscala-compiler

Read More
How to invoke the Scala compiler programmatically?...

scalascala-compiler

Read More
pure java project with unit tests written using scalatest having compiler compatibility issue...

javascalascopescalatestscala-compiler

Read More
Scala 2 Append A Method To Class Body (Metaprogramming)...

scalametaprogrammingscalacscala-compiler

Read More
Pattern matching - value is not a member on a bound variable...

scalacompiler-errorspattern-matchingscala-compiler

Read More
Can I control the order in which macros are compiled in Scala 3?...

scalascala-macrosscala-3scala-compiler

Read More
How to declare in scala a default param in a method of an implicit class...

scalascala-compiler

Read More
Is there scala compiler option that makes ` Option[T](t).map(x => null)` return None instead of S...

scalascalacscala-compiler

Read More
In scala, is it possible to discourage the compiler from searching for Predef implicit first?...

scalaimplicitscala-compiler

Read More
Scala compiler-plugin, finding an annotation...

scalapluginscompiler-constructionscalacscala-compiler

Read More
Scala Implicit Method Compilation when Method Tries to Access Non-Existing Case Class Members...

scalaimplicitscala-compiler

Read More
What is "Scala Presentation Compiler"?...

scalascala-compiler

Read More
How can I view the code that Scala uses to automatically generate the apply function for case classe...

scalamacroscase-classscala-compiler

Read More
Will the compiler optimise calls to instance methods into static ones where it can?...

scalascala-compiler

Read More
object scala in compiler mirror not found - running Scala compiler programmatically...

scalascalacscala-compiler

Read More
How to compile output of a compiler phase?...

scalascalacscala-compiler

Read More
How to compile and run Scala code programmatically...

scalareflectionscala-reflectscala-compiler

Read More
Does the Scala compiler try to reduce object creation between several sequential maps and flatmaps...

scalamonadsfunctorscalacscala-compiler

Read More
How does the Scala compiler perform implicit conversion?...

scalascalacscala-compilerscala-quasiquotes

Read More
Scala parser cuts last bracket...

scalascala-2.11scala-reflectscala-compilerscala-2.12

Read More
What may have caused the following operator overloading to swap operands?...

scalaoperator-overloadingscala-compiler

Read More
How to compile and run scala code at runtime from a java program?...

javascalajava-compiler-apiscala-compiler

Read More
BackNext