• Russ Cox's avatar
    cmd/go: refine definition of 'standard' import paths to include vendored code · 42236759
    Russ Cox authored
    The vendored copy of golang.org/x/net/http/hpack was being treated
    as not standard, which in turn was making it not subject to the mtime
    exception for rebuilding the standard library in a release, which in turn
    was making net/http look out of date.
    
    One fix and three tests:
    
    - Fix the definition of standard.
    - Test that everything in $GOROOT/src/ is standard during 'go test cmd/go'.
    (In general there can be non-standard things in $GOROOT/src/, but this
    test implies that you can do that or you can run 'go test cmd/go',
    but not both. That's fine.)
    - Test that 'go list std cmd' shows our vendored code.
    - Enforce that no standard package can depend on a non-standard one.
    
    Also fix a few error printing nits.
    
    Fixes #13713.
    
    Change-Id: I1f943f1c354174c199e9b52075c11ee44198e81b
    Reviewed-on: https://go-review.googlesource.com/18978Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Russ Cox <rsc@golang.org>
    42236759
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...