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

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

[elpa] externals/compat bc754a4 3/4: Remove list of untested functions f


From: ELPA Syncer
Subject: [elpa] externals/compat bc754a4 3/4: Remove list of untested functions from compat-tests.el
Date: Sun, 24 Oct 2021 13:57:12 -0400 (EDT)

branch: externals/compat
commit bc754a47a1c30f3c05b180f66bf0ef211cd1dfe7
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove list of untested functions from compat-tests.el
---
 compat-tests.el | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index 333f9d0..6c1f36d 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -25,35 +25,7 @@
 ;; Note that not all functions have tests (yet), for the most part
 ;; because it is difficult to create a reproducible environment to
 ;; test these in or their tests are trivial -- or a combination of
-;; both.  The current list of untested functions, macros, etc. are:
-;;
-;; - buffer-local-boundp (`buffer-local-boundp')
-;; - count-windows (`compat--count-windows')
-;; - define-error (`compat--define-error')
-;; - directory-empty-p (`compat--directory-empty-p')
-;; - directory-files (`compat--directory-files')
-;; - dlet (`compat--dlet')
-;; - garbage-collect-maybe (`compat--garbage-collect-maybe')
-;; - if-let (`compat--if-let')
-;; - ignore-error (`compat--ignore-error')
-;; - insert-into-buffer (`compat--insert-into-buffer')
-;; - line-number-at-pos (`compat--line-number-at-pos')
-;; - macroexp-file-name (`compat--macroexp-file-name')
-;; - make-nearby-temp-file (`compat--make-nearby-temp-file')
-;; - package-get-version (`compat--package-get-version')
-;; - recenter (`compat--recenter')
-;; - replace-regexp-in-region (`compat--replace-regexp-in-region')
-;; - setq-local (`compat--setq-local')
-;; - temporary-file-directory (`compat--temporary-file-directory')
-;; - thing-at-mouse (`compat--thing-at-mouse')
-;; - thread-first (`compat--thread-first')
-;; - thread-last (`compat--thread-last')
-;; - unlock-buffer (`compat--unlock-buffer')
-;; - when-let (`compat--when-let')
-;; - when-let* (`compat--when-let*')
-;; - with-environment-variables (`compat--with-environment-variables')
-;; - with-existing-directory (`compat--with-existing-directory')
-;; - with-file-modes (`compat--with-file-modes')
+;; both.
 ;;
 ;; Tests are welcome, but until then anyone working on these functions
 ;; should take care to test these manually.



reply via email to

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