This regression is due to https://go-review.googlesource.com/c/go/+/100235
which made the go/scanner behavior match the compiler's scanner by
not modifying filenames in line directives in any form. Specifically,
relative filenames now remain relative. This makes it easier to reason
about the behavior of the scanner but may require clients to adjust
those filenames.
If removing the longer path in the .golden file is not satisfactory,
the (scanner) client may have to massage positions returned via line
directives; or better, the line directives are created with extended
path information.
R=adonovan
Change-Id: I836571a6dafef5e6d81e4c7add203c994e107055
Reviewed-on: https://go-review.googlesource.com/101015
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| alias | ||
| calls | ||
| calls-json | ||
| definition-json | ||
| describe | ||
| describe-json | ||
| freevars | ||
| implements | ||
| implements-json | ||
| implements-methods | ||
| implements-methods-json | ||
| imports | ||
| lib | ||
| main | ||
| peers | ||
| peers-json | ||
| pointsto | ||
| pointsto-json | ||
| referrers | ||
| referrers-json | ||
| reflection | ||
| softerrs | ||
| what | ||
| what-json | ||
| whicherrs | ||
| README.txt | ||
README.txt
This is not a Go source file. Used by TestIssue14684.