aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql/driver/driver.go
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2020-02-27 17:14:07 -0500
committerMichael Matloob <matloob@golang.org>2020-03-27 21:13:06 +0000
commit9ceb1e5f5caca5666f9db50864c45ca1f88da1df (patch)
treecb0c6d0cd52594ab6ca45aacc6c3eb21c24528ab /src/database/sql/driver/driver.go
parent33357270f1e0673641c9eb28498c9c6e2b9bac72 (diff)
downloadgo-9ceb1e5f5caca5666f9db50864c45ca1f88da1df.tar.xz
cmd/go: avoid needing to manipulate ImportStack when constructing error
Simplify the printing of PackageErrors by pushing and popping packages from the import stack when creating the error, rather than when printing the error. In some cases, we don't have the same amount of information to recreate the exact error, so we'll print the name of the package the error is for, even when it's redundant. In the case of import cycle errors, this change results in the addition of the position information of the error. This change supercedes CLs 220718 and 217106. It introduces a simpler way to format errors. Fixes #36173 Change-Id: Ie27011eb71f82e165ed4f9567bba6890a3849fc1 Reviewed-on: https://go-review.googlesource.com/c/go/+/224660 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'src/database/sql/driver/driver.go')
0 files changed, 0 insertions, 0 deletions