Search code examples
Could not find proxy for ... in Macro...


scalacompiler-errorsmacrossbtscalac

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


scalascalacscala-compiler

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


scalametaprogrammingscalacscala-compiler

Read More
Assertion failed: Invalid interfaces in / assertion failed: ClassBType.info not yet assigned...


scalascalac

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


scalascalacscala-compiler

Read More
Scala Compiler Plugin Rewrite Function Definition As A Tuple: error: not found: value scala.Tuple2...


scalascalac

Read More
Cannot compile and run multiple files in Scala...


scalacommand-linecompilationscalac

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


scalapluginscompiler-constructionscalacscala-compiler

Read More
In scala, are there any condition where implicit view won't be able to propagate to other implic...


scalaimplicitshapelessscalac

Read More
Is it possible to turn of only a specific kind of warning in scalac?...


intellij-ideasbtscalac

Read More
Problem in scala for-comprehension de-sugar?...


scalafor-comprehensionscalac

Read More
Using tpolecat's recommended scalac flags with Play in Scala...


playframeworklintscalac

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
Does the Scala compiler try to reduce object creation between several sequential maps and flatmaps...


scalamonadsfunctorscalacscala-compiler

Read More
getting Suspicious application of an implicit view when converting from Option(lang.Long) to Long...


scalaimplicit-conversionscalaclinter

Read More
Implicit resolution choosing the most specific subtype...


scalaimplicitsubtypescalac

Read More
How to make the scala compiler find case classes used with wrong arguments...


scalamavenscalac

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


scalascalacscala-compilerscala-quasiquotes

Read More
Cannot run a scala script (fpmax by jdegoes)...


scalacompilationscalac

Read More
sbt compile fails with bad option: '-Ywarn-macros:after'...


scalasbtcompiler-flagscircescalac

Read More
What is the order of the scala compiler phases?...


scalacompiler-constructionscalac

Read More
Scalac bug or misunderstanding on my part?...


scalascalac

Read More
Scalac option Yopt-log-inline make errors...


scalascalac

Read More
In scala compilation, how to enable "no tail recursion option"...


scalascalacscala-maven-plugin

Read More
Why does this function parameter need double braces on a tuple?...


scalascalac

Read More
sbt 0.12.4 - there were x feature warning(s); re-run with -feature for details...


scalasbtscalac

Read More
Is there any help for lazy argument passing in Scala?...


scalalazy-evaluationscalac

Read More
scala actually suppress compiler warnings...


scalawarningscompiler-warningsscalac

Read More
Why does scalac need to box an `Int` in a method expecting an `Any`...


scalaboxingscalac

Read More
BackNext