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

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

[nongnu] elpa/webpaste 3389b4a 089/298: Do not provide test-helper featu


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 3389b4a 089/298: Do not provide test-helper feature
Date: Thu, 9 Dec 2021 18:59:50 -0500 (EST)

branch: elpa/webpaste
commit 3389b4a438f0cbc1bb35c894c03b092b160c36bb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Do not provide test-helper feature
    
    "test-helper.el" isn't a library intended to be loaded with `require`.
    Instead it is loaded with `load`.  Because of that, it is confusing to
    provide a feature using `provide` anyway.  And because around 70 other
    packages come with a file named "test-helper.el" and several dozen of
    those still provide the feature `test-helper`, this also leads to a,
    admittedly somewhat theoretical, feature conflict.
    
    This is also discussed at https://github.com/rejeep/ert-runner.el/issues/38.
---
 test/test-helper.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test-helper.el b/test/test-helper.el
index ce02d39..0b0b6f6 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -14,5 +14,4 @@
 (require 'webpaste (f-expand "webpaste" webpaste-test--root-path))
 
 
-(provide 'test-helper)
 ;;; test-helper.el ends here



reply via email to

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