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 5de29f6 commit c37e569Copy full SHA for c37e569
compiler/src/dotty/tools/dotc/Compiler.scala
@@ -36,7 +36,7 @@ class Compiler {
36
List(new Parser) :: // Compiler frontend: scanner, parser
37
List(new TyperPhase) :: // Compiler frontend: namer, typer
38
List(new CheckUnused.PostTyper) :: // Check for unused elements
39
- List(new YCheckPositions) :: // YCheck positions
+ //List(new YCheckPositions) :: // YCheck positions
40
List(new sbt.ExtractDependencies) :: // Sends information on classes' dependencies to sbt via callbacks
41
List(new semanticdb.ExtractSemanticDB) :: // Extract info into .semanticdb files
42
List(new PostTyper) :: // Additional checks and cleanups after type checking
0 commit comments