terraform/repl
Alisdair McDiarmid d763e4f73e cli: Fix rendering of long integers
Recent changes to the human-readable rendering of outputs and console
values led to long integer values being presented in scientific
notation (e.g. 1.2345678e+07). While technically correct, this is an
unusual way to present integer values.

This commit changes the formatting mode to 'f', which never uses
scientific notation and displays integer values as a sequence of digits
instead (e.g. 12345678).
2021-01-08 09:38:18 -05:00
..
testdata/config-fixture repl: Fix tests 2018-10-16 19:14:11 -07:00
format.go cli: Fix rendering of long integers 2021-01-08 09:38:18 -05:00
format_test.go cli: Fix rendering of long integers 2021-01-08 09:38:18 -05:00
repl.go repl: package for TF REPL 2016-11-13 23:17:03 -08:00
session.go remove unused 2020-12-02 13:59:18 -05:00
session_test.go use a single log writer 2020-10-19 14:29:54 -04:00