]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/TODO (Native compiler improvements): Add 'Diagnostic' section.
authorAndrea Corallo <acorallo@gnu.org>
Mon, 20 Nov 2023 09:37:04 +0000 (10:37 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 20 Nov 2023 09:38:54 +0000 (10:38 +0100)
etc/TODO

index a2c1638e0bdc0c42d049c148b43a10d36d5fe61f..6b29c0a61ad11040fbf35836a5290c8710ba7a14 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -894,6 +894,22 @@ 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.