]> Cypherpunks repositories - gostls13.git/commit
cmd/go: include Fortran files in build ID computation
authorRuss Cox <rsc@golang.org>
Mon, 5 Jun 2017 14:23:42 +0000 (10:23 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 5 Jun 2017 19:55:26 +0000 (19:55 +0000)
commit1f26e77e5901fb198599f12f615d0222dd7e7984
tree8c9c6aa0c771e7215c5c62d714c0622c717aeade
parent729685c1d1bbd108f442cbecca6b998689266f60
cmd/go: include Fortran files in build ID computation

Otherwise removing a .f file won't trigger a rebuild.
Noticed by inspection while working on the code.
I don't have a good way to write a test for this,
and I expect the code to change significantly in the next
release, but might as well get it right for Go 1.9.

Change-Id: I3f6f9f71b3a7d4f0be49a47419dac59899959e7c
Reviewed-on: https://go-review.googlesource.com/44855
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/load/pkg.go