]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/TODO (Native compiler improvements): Remove an entry as completed.
authorAndrea Corallo <acorallo@gnu.org>
Thu, 29 Feb 2024 13:15:30 +0000 (14:15 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:30:55 +0000 (07:30 +0100)
(cherry picked from commit 62bdd307a7fd6c319529b7b20425b993a2945043)

etc/TODO

index 0152cf9303e090e84b84549ac4da86d314bc4375..52c77ccc28dff971883fed658f7d7805d4b0eaf3 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -910,22 +910,6 @@ restore the redirection through funcall.
 
 *** Features to be improved or missing
 
-**** Diagnostic
-
-***** Filtering async warnings
-
-Add a new 'native-comp-async-report-warnings-errors' value such that
-we filter out all the uninteresting warnings (that the programmer
-already got during byte compilation) but we still report the important
-ones ('the function ‘xxx’ is not known to be defined.').
-
-This way even if the package developer doesn't use native compilation
-it can get the bug report for the issue and
-'*Async-native-compile-log*' is not too crowded.
-
-This new value for 'native-comp-async-report-warnings-errors' should
-be default.
-
 **** Fix portable dumping so that you can redump without using -batch
 
 ***** Redumps and native compiler "preloaded" sub-folder.