d763e4f73e
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). |
||
---|---|---|
.. | ||
testdata/config-fixture | ||
format.go | ||
format_test.go | ||
repl.go | ||
session.go | ||
session_test.go |