terraform/command/format
Alisdair McDiarmid c87c0a9d2a command/format: Fix empty overlap diagnostics
Diagnostics where the highlight range has an empty overlap with a line
would skip lines of the output. This is because if two ranges abut each
other, they can be considered to overlap, but that overlap is empty.
This results in an edge case in the diagnostic printer which causes the
line not to be printed.
2020-06-05 16:17:27 -04:00
..
diagnostic.go command/format: Fix empty overlap diagnostics 2020-06-05 16:17:27 -04:00
diagnostic_test.go command/format: Fix empty overlap diagnostics 2020-06-05 16:17:27 -04:00
diff.go backend/local: treat output changes as side-effects to be applied 2020-05-29 07:36:40 -07:00
diff_test.go finish provider ModuleInstance replacement 2020-03-11 14:19:52 -04:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
object_id.go command: Reinstate object ids in the UIHook progress logs 2018-10-16 19:14:11 -07:00
object_id_test.go Updates after running `make fmt` with Go v1.11.1 2018-10-17 14:11:08 -07:00
state.go Mildwonkey/command tests (#24535) 2020-04-06 09:24:23 -07:00
state_test.go finish provider ModuleInstance replacement 2020-03-11 14:19:52 -04:00