Martin Atkins

Results 1242 comments of Martin Atkins

Hi @johakoch, That seems tricky if a block type has more than one label. I think it's clearer for each block type to have a fixed number of labels, rather...

Hi @raz-bn, The "hcl" struct tags only interact with HCL blocks and their direct attributes. From HCL's perspective that `versioning` argument is just a single expression evaluated all at once,...

Hi @antoinedeschenes, This feature doesn't seem to be fully implemented in `hcldec` yet. Some of the logic to handle it is there, but in particular it's missing from the "spec"...

Hi @jeteve, The packages under "ext" are "extensions" which applications can optionally use in their own HCL-based languages. For example, Terraform uses the "dynblock" extension as part of its language....

Hi @jeteve, If your main motivation is something in Nomad's language then I suggest opening a feature request about your use-case in the relevant Nomad repository. HCL is a toolkit...

Although a `weak.Pointer` that is immediately nil _is_ a little strange, I've written programs with similar features in other languages where it's been helpful to represent an "optional weak pointer"...

I found this older proposal just due to the rebase today, so I'm sorry that I'm coming in late and so might be covering ground already covered, but I have...

As we currently stand it's up to the designer of a provider to decide which situations return errors and which situations successfully return some sort of "absent" response. For example,...

We briefly discussed this in the OpenTofu Community Slack, and I just want to leave a summary of what I said here because this will be easier to find in...

I would perhaps describe this problem a little differently: `tofu destroy` _in particular_ should not pay any attention to `import` blocks at all, and should instead focus only on generating...