Skip to content

Commit 1197257

Browse files
authored
Merge pull request #1851 from raygit/patch-1
Point readers to correct file location
2 parents 404ce76 + ecfcb6d commit 1197257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/contributing/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are some useful debugging `<OPTIONS>`:
3333

3434
* `-Xprint:PHASE1,PHASE2,...` or `-Xprint:all`: prints the `AST` after each
3535
specified phase. Phase names can be found by searching
36-
`src/dotty/tools/dotc/transform/` for `phaseName`.
36+
`compiler/src/dotty/tools/dotc/transform/` for `phaseName`.
3737
* `-Ylog:PHASE1,PHASE2,...` or `-Ylog:all`: enables `ctx.log("")` logging for
3838
the specified phase.
3939
* `-Ycheck:all` verifies the consistency of `AST` nodes between phases, in
@@ -42,7 +42,7 @@ Here are some useful debugging `<OPTIONS>`:
4242
`-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef`.
4343

4444
Additional logging information can be obtained by changes some `noPrinter` to
45-
`new Printer` in `src/dotty/tools/dotc/config/Printers.scala`. This enables the
45+
`new Printer` in `compiler/src/dotty/tools/dotc/config/Printers.scala`. This enables the
4646
`subtyping.println("")` and `ctx.traceIndented("", subtyping)` style logging.
4747

4848
## Running tests ##

0 commit comments

Comments
 (0)