We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ab5c9 commit b7e97d9Copy full SHA for b7e97d9
compiler/src/dotty/tools/dotc/Compiler.scala
@@ -34,7 +34,6 @@ class Compiler {
34
protected def frontendPhases: List[List[Phase]] =
35
List(new Parser) :: // Compiler frontend: scanner, parser
36
List(new TyperPhase) :: // Compiler frontend: namer, typer
37
- List(new YCheckPositions) :: // YCheck positions
38
List(new sbt.ExtractDependencies) :: // Sends information on classes' dependencies to sbt via callbacks
39
List(new semanticdb.ExtractSemanticDB) :: // Extract info into .semanticdb files
40
List(new PostTyper) :: // Additional checks and cleanups after type checking
0 commit comments