aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-03-15 15:45:28 +0100
committerHans Bolinder <[email protected]>2019-05-07 08:24:37 +0200
commitb0a7495c44ebf6741714948bdf5c0cb9593ec953 (patch)
tree41293e782e3b08e26caf4f5634936b6ba84ec3a1 /.travis.yml
parenta1e51d125944ad840a306d0cddec681848808f4c (diff)
downloadotp-b0a7495c44ebf6741714948bdf5c0cb9593ec953.tar.gz
otp-b0a7495c44ebf6741714948bdf5c0cb9593ec953.tar.bz2
otp-b0a7495c44ebf6741714948bdf5c0cb9593ec953.zip
dialyzer: Add an --no_indentation option
By default Dialyzer tries to improve the readability of warnings. Newlines are inserted before and inside types, signatures, and Erlang code. Sometimes the newlines look misplaced. The raw format (option --raw) is not affected. Use the new --no_indentation option get the old behavior (no inserted line breaks). A note on the implementation. The types &c present in the warning tuples are parsed, and then formatted using erl_pp, the Erlang Pretty Printer. The alternative, to create message tuples with formatted types, turned out to more complicated, and has no real benefits. Also notice that the fixes for binaries (commit 9db8a098) and union elements (commit a1e51d12) are required. As a consequence, messages created before these commits using the --raw option cannot always be indented.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions