emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 4dc929cc84 01/10: Revert "Warn about untested fu


From: ELPA Syncer
Subject: [elpa] externals/compat 4dc929cc84 01/10: Revert "Warn about untested functions"
Date: Thu, 5 Jan 2023 02:57:25 -0500 (EST)

branch: externals/compat
commit 4dc929cc843d02f13dd79e8dc8789453301bbc58
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Revert "Warn about untested functions"
    
    This reverts commit f0362f354c03beeb677660ce1441c53e25a29191.
---
 compat-tests.el | 4 ++--
 compat.texi     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index edcf1e291d..64ce5eaf5e 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -21,8 +21,8 @@
 ;;
 ;; Note that not all functions have tests yet.  Grep the Compat code for
 ;; <UNTESTED> labels.  If you intend to use a function, which doesn't have
-;; tests yet, please contribute tests here.  FUNCTIONS WITHOUT TESTS SHOULD
-;; BE CONSIDERED BROKEN.
+;; tests yet, please contribute tests here.  NO GUARANTEES ARE MADE FOR
+;; FUNCTIONS WITHOUT TESTS.
 
 ;; The tests are written in a simple, explicit style.  Please inspect the
 ;; tests in order to find out the supported calling conventions.  In
diff --git a/compat.texi b/compat.texi
index 6a0d924c87..6ab8ab8043 100644
--- a/compat.texi
+++ b/compat.texi
@@ -166,9 +166,9 @@ strongly recommended that you check the tests in
 @file{compat-tests.el}.  Alternatively grep the Compat code for
 <UNTESTED> labels.  There you will find the supported calling
 convention, which is guaranteed to work on the supported Emacs
-versions. We ensure this using continuous integration.  FUNCTIONS
-WITHOUT TESTS SHOULD BE CONSIDERED BROKEN.  You are invited to
-contribute missing tests.
+versions. We ensure this using continuous integration.  If a function
+is not tested yet in @file{compat-tests.el} NO GUARANTEES CAN BE MADE.
+You are invited to contribute tests in this case
 
 It is recommended to subscribe to the
 @uref{https://lists.sr.ht/~pkal/compat-announce, compat-announce}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]