Change native-comp-async-report-warnings-errors to silent
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 28 Mar 2024 05:25:32 +0000 (13:25 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 28 Mar 2024 05:25:36 +0000 (13:25 +0800)
We have had numerous bug reports across packages about this bothering
users.

1  2 
debian/.git-dpm
debian/patches/0016-Change-native-comp-async-report-warnings-errors-to-s.patch
debian/patches/series

diff --cc debian/.git-dpm
index 8d90d3c01264591bcddb1b09805d3c14e94c0149,0000000000000000000000000000000000000000..8c99f1bd05490c6a185ed6054ea6974de66a6c63
mode 100644,000000..100644
--- /dev/null
@@@ -1,8 -1,0 +1,8 @@@
- ceeba43276b3867407905ad5296f66b7115abb31
- ceeba43276b3867407905ad5296f66b7115abb31
 +# see git-dpm(1) from git-dpm package
++7ad74474778a0bb1cd3ccb52706c0cc6e8403c06
++7ad74474778a0bb1cd3ccb52706c0cc6e8403c06
 +d7948bf1afaf41355764ec21756f35dfd78a1813
 +d7948bf1afaf41355764ec21756f35dfd78a1813
 +emacs_29.3+1.orig.tar.xz
 +c5910d788335c197bd5fa6abbc6d5e6086df5487
 +29289064
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2dd747262daec65b37767668cc2a4e34c043f887
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,24 @@@
++From 7ad74474778a0bb1cd3ccb52706c0cc6e8403c06 Mon Sep 17 00:00:00 2001
++From: Sean Whitton <spwhitton@spwhitton.name>
++Date: Thu, 28 Mar 2024 13:24:49 +0800
++Subject: Change native-comp-async-report-warnings-errors to silent
++
++We have had numerous bug reports across packages about this bothering
++users.
++---
++ lisp/emacs-lisp/comp.el | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
++
++diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
++index b7b04c76878..2f70ca24e03 100644
++--- a/lisp/emacs-lisp/comp.el
+++++ b/lisp/emacs-lisp/comp.el
++@@ -144,7 +144,7 @@ native-comp-async-env-modifier-form
++   :risky t
++   :version "28.1")
++ 
++-(defcustom native-comp-async-report-warnings-errors t
+++(defcustom native-comp-async-report-warnings-errors 'silent
++   "Whether to report warnings and errors from asynchronous native compilation.
++ 
++ When native compilation happens asynchronously, it can produce
index a2a44548a717c7ce3fe084eb9d1ba7d3a4d7f6cc,0000000000000000000000000000000000000000..4981ccc22122fadd40e7ee9109b231d0caab508f
mode 100644,000000..100644
--- /dev/null
@@@ -1,15 -1,0 +1,16 @@@
 +0001-Prefer-usr-share-info-emacs.patch
 +0002-Run-debian-startup-and-set-debian-emacs-flavor.patch
 +0003-Remove-files-that-appear-to-be-incompatible-with-the.patch
 +0004-Adjust-documentation-references-for-Debian.patch
 +0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch
 +0006-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch
 +0007-Kill-gpg-agent-in-package-test.el-to-avoid-a-race.patch
 +0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch
 +0009-pdumper-set-DUMP_RELOC_ALIGNMENT_BITS-1-for-m68k.patch
 +0010-Mark-test-undo-region-as-unstable.patch
 +0011-Mark-flaky-test-process-tests-multiple-threads-waiti.patch
 +0012-Add-inhibit-native-compilation.patch
 +0013-Rename-to-inhibit-automatic-native-compilation.patch
 +0014-Patch-project-vc-recognizes-git-test-for-Debian-buil.patch
 +0015-Change-native-comp-async-jobs-number-default-to-1.patch
++0016-Change-native-comp-async-report-warnings-errors-to-s.patch