hcl/cmd
Martin Atkins 2934d2f033 cmd/hclspecsuite: Generate correct ranges in diagnostic-diagnostics
We were taking a pointer to a for loop iterator variable and thus
capturing the final iteration value rather than each one separately. By
using the .Ptr() method instead, we force a copy of the range which we
then take a pointer to.
2018-12-14 11:33:28 -08:00
..
hcldec hcldec: Handle or forbid cty.DynamicPseudoType attributes in nested blocks 2018-08-22 11:52:40 -07:00
hclfmt hclfmt: Have this tool call itself by the correct name 2018-01-27 11:03:05 -08:00
hclspecsuite cmd/hclspecsuite: Generate correct ranges in diagnostic-diagnostics 2018-12-14 11:33:28 -08:00