index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
flymake-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Factor out function to check for clang in tests
Stefan Kangas
2022-01-31
1
-7
/
+2
*
; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
Mattias Engdegård
2022-01-13
1
-5
/
+0
*
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-12
1
-0
/
+5
|
\
|
*
Don't fail flymake-tests if `gcc` actually is Clang
Mattias Engdegård
2022-01-12
1
-1
/
+9
*
|
Don't fail flymake-tests if `gcc` actually is Clang
Mattias Engdegård
2022-01-02
1
-1
/
+9
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Prefer ert-with-temp-(directory|file)
Stefan Kangas
2021-11-07
1
-16
/
+16
|
/
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
1
-1
/
+1
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-5
/
+5
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Revert commit 1f44a776729adf9c6468a76f8310616fde62eeaa for Flymake.
Philipp Stephani
2020-10-25
1
-2
/
+9
*
Use new resource directory macros in tests (Bug#43792)
Stefan Kangas
2020-10-16
1
-9
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
; Re-enable all Flymake tests on Hydra
Dmitry Gutov
2019-07-30
1
-4
/
+0
*
Guard against flymake-no-changes-timeout being nil
Dmitry Gutov
2019-07-30
1
-1
/
+1
*
Change expected result of a flymake test on emba
Michael Albinus
2019-07-03
1
-1
/
+0
*
Change expected result of a flymake test on hydra
Glenn Morris
2019-07-02
1
-3
/
+1
*
* test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra.
Glenn Morris
2019-06-25
1
-0
/
+1
*
Skip some flymake tests on hydra.nixos.org
Glenn Morris
2019-06-01
1
-0
/
+3
*
Mark different-diagnostic-types as failed on emba.
Michael Albinus
2019-04-20
1
-1
/
+2
*
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Glenn Morris
2019-04-03
1
-0
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Skip rather than fail in flymake tests
Glenn Morris
2018-12-19
1
-1
/
+1
*
|
Fix Flymake's ruby-mode tests when user has "rubocop" installed
João Távora
2018-05-21
1
-5
/
+9
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Unbreak interactive run of a flymake test (bug#29267)
João Távora
2017-11-12
1
-1
/
+4
*
Fix more flymake-diag-region eob corner cases and add tests (bug#29201)
João Távora
2017-11-11
1
-0
/
+32
*
Protect Flymake tests against older Ruby and Perl (bug#29187)
João Távora
2017-11-09
1
-6
/
+13
*
Add tests for Flymake backends for Ruby and Perl
João Távora
2017-11-05
1
-14
/
+13
*
Fix flymake's loading of subr-x
Glenn Morris
2017-10-20
1
-1
/
+1
*
Skip a Flymake test for old gcc versions
João Távora
2017-10-20
1
-1
/
+6
*
; Prefer https: to http: in GNU URLs
Paul Eggert
2017-10-14
1
-1
/
+1
*
Be lazy when starting Flymake checks
João Távora
2017-10-09
1
-3
/
+9
*
Flymake backends can report multiple times per check
João Távora
2017-10-03
1
-99
/
+147
*
Fix three Flymake bugs when checking C header files
João Távora
2017-10-03
1
-0
/
+20
*
Tweak Flymake commands flymake-goto-[next/prev]-error
João Távora
2017-10-03
1
-2
/
+4
*
Simplify Flymake logging and erroring
João Távora
2017-10-03
1
-1
/
+2
*
New Flymake API variable flymake-diagnostic-functions
João Távora
2017-10-03
1
-3
/
+118
*
Flymake highlights GCC info/notes as detected by flymake-proc.el
João Távora
2017-10-03
1
-4
/
+4
*
Add a new Flymake test for multiple errors and warnings
João Távora
2017-10-03
1
-16
/
+32
*
Refactor Flymake tests in preparation for more tests
João Távora
2017-10-03
1
-21
/
+47
*
Allow running Flymake tests from interactive sessions
João Távora
2017-10-03
1
-3
/
+16
*
Flymake diagnostics now apply to arbitrary buffer regions
João Távora
2017-10-03
1
-4
/
+4
*
Move symbols in flymake-proc.el to separate namespace
João Távora
2017-10-03
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
[next]