From ecfcb6def23becb90cf3235e881ae6a619cb5485 Mon Sep 17 00:00:00 2001 From: Raymond Tay Date: Thu, 22 Dec 2016 22:11:45 +0800 Subject: Point readers to correct file location --- docs/docs/contributing/workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docs/contributing/workflow.md b/docs/docs/contributing/workflow.md index 48f71053e..fb8da0da3 100644 --- a/docs/docs/contributing/workflow.md +++ b/docs/docs/contributing/workflow.md @@ -33,7 +33,7 @@ Here are some useful debugging ``: * `-Xprint:PHASE1,PHASE2,...` or `-Xprint:all`: prints the `AST` after each specified phase. Phase names can be found by searching - `src/dotty/tools/dotc/transform/` for `phaseName`. + `compiler/src/dotty/tools/dotc/transform/` for `phaseName`. * `-Ylog:PHASE1,PHASE2,...` or `-Ylog:all`: enables `ctx.log("")` logging for the specified phase. * `-Ycheck:all` verifies the consistency of `AST` nodes between phases, in @@ -42,7 +42,7 @@ Here are some useful debugging ``: `-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef`. Additional logging information can be obtained by changes some `noPrinter` to -`new Printer` in `src/dotty/tools/dotc/config/Printers.scala`. This enables the +`new Printer` in `compiler/src/dotty/tools/dotc/config/Printers.scala`. This enables the `subtyping.println("")` and `ctx.traceIndented("", subtyping)` style logging. ## Running tests ## -- cgit v1.2.3