| commit | 944ab1f22d936eefb8f6260ecd2053101d8d7b2a | [log] [tgz] |
|---|---|---|
| author | Nick Ripley <nick.ripley@datadoghq.com> | Fri Dec 19 14:47:23 2025 -0500 |
| committer | Nick Ripley <nick.ripley@datadoghq.com> | Fri Dec 19 12:36:46 2025 -0800 |
| tree | be20becf82c572982c1b492910cb83d24c3914c3 | |
| parent | 8475f28825e991f1996bf759cfc31071f6e2967a [diff] |
trace: regenerate to include CL 691815 This CL makes the following changes to gen.bash: - Clean up files at the start to make it easier to work on gen.bash. The only ones we don't clean up are gen.bash itself and the experimental version of the flight recorder. - Copy the internal/diff package, which is a new test-only dependency. - Replace the new test-only internal/testenv dependency with an inlined version of the only fuction the tests actually use, testenv.Builder(). - Replace the t.ArtifactDir call in the tests with t.TempDir. t.ArtifactDir is a Go 1.26+ API, and we don't want to require that yet. We generally don't expect these tests to break unlesss they were broken at the time we mirror the code, so we don't lose much with this change. Fixes golang/go#76751 [git-generate] cd trace ./gen.bash 54b82e9 Change-Id: I6a6a6964c10350dcab290b45f6481a26ed26d9be Reviewed-on: https://go-review.googlesource.com/c/exp/+/724442 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This subrepository holds experimental and deprecated (in the old directory) packages.
The idea for this subrepository originated as the pkg/exp directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.