Package: flycheck / 32~git.20200527.9c435db3-4

Metadata

Package Version Patches format
flycheck 32~git.20200527.9c435db3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
patch README for Debian.patch | (download)

README.md | 13 1 + 12 - 0 !
1 file changed, 1 insertion(+), 12 deletions(-)

 patch readme for debian

Remove reference to legacy manual since we don't install that (see
d/rules).

disable intersphinx and info extensions.patch | (download)

doc/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable intersphinx and info extensions

The intersphinx and info extensions use network during the build. The info
extension may even fail the build if network is available (Bug #929232).

disable MELPA tests.patch | (download)

test/specs/test-melpa-package.el | 95 0 + 95 - 0 !
1 file changed, 95 deletions(-)

 disable melpa tests

These tests require network access.

skip sqlint test.patch | (download)

test/flycheck-test.el | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip sqlint test

sqlint not available in Debian

skip rpmlint test.patch | (download)

test/flycheck-test.el | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip rpmlint test

The expected values for this test are architecture-dependent.

skip flaky tests.patch | (download)

test/flycheck-test.el | 165 165 + 0 - 0 !
1 file changed, 165 insertions(+)

 skip flaky tests

The ERT tests for flycheck's built-in checkers break when the output
of various command line tools changes.  This happens often in Debian
sid, and upstream do not have the time to fix the failures.

ERT tests of fundamental flycheck functionality remain enabled, and
this does not affect the Buttercup test suite.

python3 in test.patch | (download)

test/resources/bin/dummy-emacs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 python3 in test

switch to py3 because py2 is going to be removed in bullseye,
see https://wiki.debian.org/Python/2Removal

skip truncated stdin tests.patch | (download)

test/flycheck-test.el | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip truncated-stdin-* tests

they are flaky on amd64 and ppc64el

fix buttercup tests on emacs 28.patch | (download)

flycheck.el | 6 4 + 2 - 0 !
test/specs/test-error-list.el | 4 3 + 1 - 0 !
2 files changed, 7 insertions(+), 3 deletions(-)

 fix buttercup tests on emacs 28.
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

- On Emacs 28, Checkdoc has a new customization option
  checkdoc-column-zero-backslash-before-paren.