]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] simd/_gen/unify: fix some missing environments
authorAustin Clements <austin@google.com>
Thu, 21 Aug 2025 13:28:32 +0000 (09:28 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 21 Aug 2025 14:49:35 +0000 (07:49 -0700)
commitf7c6fa709e05830cad484422f04f2b123f54a3dc
tree5c57dee7bec56f1641a92ef748e1080b3a24b945
parent7c84e984e675e44a2abc9aa25dd68cb9c9d08ec5
[dev.simd] simd/_gen/unify: fix some missing environments

There were a couples places where we failed to provide a reasonable
variable environment for YAML encoding. I think this only affects
encoding "!repeat" nodes, which aren't common in practice and a bit of
a disaster, which is how this went unnoticed.

Change-Id: I1a37c00d5eaa1ee8e86d119a2fd73f6a28d69008
Reviewed-on: https://go-review.googlesource.com/c/go/+/698115
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/simd/_gen/unify/trace.go
src/simd/_gen/unify/yaml.go