Martin Atkins

Results 1242 comments of Martin Atkins

After reading this proposal I tried to think about some typical "getting started"-type programs that I might write when learning a new language. It's harder for me to relate to...

If I'm understanding correctly "what we could do is provide a `reflect` API for accessing the instantiating types" means, I think golang/go#54393 is a relevant proposal in that direction.

I will first admit that I do not have direct experience with profile-guided optimization in any other language, and so my line of questioning here may be naive. If this...

From reading the proposal I understand this as more-or-less some syntactic sugar over `panic` and `recover`, where the `panic` call is replaced with a `returnFrom` call, and the `recover` call...

Hi @ybocalandro! Thanks for this contribution. Upstream cty v1.11.0 and later requires Go 1.18, so I think we'll need to check whether any important users of this library are blocked...

The test suite for the v2 series of HCL does currently require Go 1.18 for the fuzz testing features, but the main library code intentionally doesn't require any Go 1.18...

Hi @kitarp29! Thanks for the interest in working on this. Unfortunately in this case the bulk of the work to make this possible would be in Terraform Cloud, which is...

Thanks for sending this over to the Terraform Core repository, @tombuildsstuff! From what I see here, it seems like it should be already possible to set this up the way...

Hi @CyrusJavan! Thanks for reporting this. I think as a practical matter it isn't possible for us to promise that the output will always be entirely JSON, because there's plenty...

Thanks for that extra information, @CyrusJavan. Indeed, it's part of the protocol that each separate JSON object is on a line of its own specifically to enable that sort of...