]> git.eshelyaron.com Git - emacs.git/commit
Stricter gradle-kotlin message pattern
authorMattias Engdegård <mattiase@acm.org>
Sun, 6 Dec 2020 15:22:09 +0000 (16:22 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 9 Dec 2020 18:43:55 +0000 (19:43 +0100)
commitef5e0785aee978c55abaecf44ba63867ff3598c4
tree3df417449d201cebb0e912b3c3065e27daab2d2e
parent3052cbb07875ca523c318048530eebf80eb2c48f
Stricter gradle-kotlin message pattern

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Rule 'gradle-kotlin': don't be more forgiving than necessary; we know
exactly what the output looks like (see
https://github.com/JetBrains/kotlin/commit/\
ffe8ae3840d7b9bdc82170c8181031f05ced68bd) and there is no reason to
risk mismatches or expensive backtracking (bug#18109).  Recognise
'info' level messages.  Convert to rx.
lisp/progmodes/compile.el