]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/noder: replace recompile library error messages
authorTim King <taking@google.com>
Fri, 8 Nov 2024 19:21:18 +0000 (11:21 -0800)
committerGo LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Fri, 8 Nov 2024 21:22:55 +0000 (21:22 +0000)
commite67c0f0c8f1b49937eb197f6172ae75633767db7
tree29948322522cf6a5a23e4d9c7ed31988cdd1f496
parent99253ea4f49eb96a6448e0af88bcad523efe0c61
cmd/compile/internal/noder: replace recompile library error messages

Replaces 'recompile library' error messages with the more accurate
'recompile package' globally.

Change-Id: I7247964c76f1fcb94feda37c78bdfb8a1b1a6492
Reviewed-on: https://go-review.googlesource.com/c/go/+/626696
Reviewed-by: Alan Donovan <adonovan@google.com>
Commit-Queue: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/importer/gcimporter.go
src/cmd/compile/internal/noder/import.go
src/go/internal/gcimporter/gcimporter.go