[erlang-patches] Print column numbers when compiling
nox
n.oxyde@REDACTED
Sun Jun 10 13:24:52 CEST 2012
I added a commit to correctly order locations in compile:messages_per_file/1
which didn't take into account column numbers.
git fetch https://github.com/nox/otp.git compile-column-numbers
The following changes since commit 9bbda97f63ba4ee7cd58c266ee69af1059352189:
Merge branch 'raimo/tools/remove-fprof-tuple-funs/OTP-10091' into
maint (2012-05-23 16:15:58 +0200)
are available in the git repository at:
https://github.com/nox/otp.git compile-column-numbers
for you to fetch changes up to d932ad582676f1593d917f222b1d8dec71fe88b3:
Fix messages ordering with column numbers (2012-06-10 13:01:50 +0200)
----------------------------------------------------------------
Anthony Ramine (7):
Export type erl_scan:location/0
Allow setting of initial position in epp
Create a new "column" option in compile
Fix printing of errors with column numbers
Test column number reporting in error_SUITE
Fix type compile:err_info/0
Fix messages ordering with column numbers
lib/compiler/doc/src/compile.xml | 5 +++++
lib/compiler/src/compile.erl | 25 +++++++++++++++++----
lib/compiler/test/error_SUITE.erl | 15 +++++++++++--
lib/stdlib/doc/src/epp.xml | 2 ++
lib/stdlib/src/epp.erl | 44 +++++++++++++++++++++++++++++--------
lib/stdlib/src/erl_scan.erl | 2 +-
6 files changed, 77 insertions(+), 16 deletions(-)
--
Anthony Ramine
More information about the erlang-patches
mailing list