]> git.eshelyaron.com Git - emacs.git/commit
Add support for parsing column numbers in Visual Studio messages
authorDaniel Martín <mardani29@yahoo.es>
Sun, 26 Jul 2020 13:24:59 +0000 (15:24 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 28 Aug 2020 18:45:15 +0000 (14:45 -0400)
commit6e25d615449733d12ef82940903f3fda6f8744dc
tree868db3397e37be751a418309d3289ad3b0f10566
parent2af8f7a1e42fa5ae5b87ccada63360c8969a83cf
Add support for parsing column numbers in Visual Studio messages

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Extend regular expression to match optional column numbers.
*
test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data):
Add a test.
* test/lisp/progmodes/compile-tests.el (compile-test-error-regexps):
Update the total number of compilation errors in a test.
* etc/compilation.txt: Update compilation.txt with the newly supported
message format.
* etc/NEWS: Advertise the feature.
etc/NEWS
etc/compilation.txt
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el