Adam Jones

Results 19 comments of Adam Jones
trafficstars

Lovely—thanks for the clear guidance. I'll try to have a solid stab at (2) soon.

(Apologies for bumping, but I wanted to say that I've not forgotten about this at all—I've just been very busy.)

@jclasley: I've not even started! I'm stretched, but not as I'd like. Please feel free to run with things.

The conformance tests are failing. I don't think this is related to these changes: [this pull request into main](https://github.com/googleapis/google-cloud-go/pull/9439) also has similarly failing conformance tests.

An alternative is to use [rtx](https://github.com/jdx/rtx) with a configuration file that looks like this ```toml # ~/.config/rtx/config.toml [settings] legacy_version_file_disable_tools = ["terraform"] ``` to selectively disable this for Terraform.

I came here to report a similar example. With ```go package main import ( "fmt" "io" "net/http" ) func id[T any](r T) T { return r } func main() {...

As before, the Bigtable conformance tests are not failing because of this branch. For an example, see [this recently merged pull request](https://github.com/googleapis/google-cloud-go/pull/9467); the conformance tests fail for that.

As it's been a few months, I've rebased onto the current version of main (54fab107f98b4f79c9df2959a05b981be0a613c1).