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

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

[nongnu] elpa/evil 6c5079b105: Make sure not to test stale code (#1619)


From: ELPA Syncer
Subject: [nongnu] elpa/evil 6c5079b105: Make sure not to test stale code (#1619)
Date: Wed, 4 May 2022 18:58:05 -0400 (EDT)

branch: elpa/evil
commit 6c5079b105b2ccbcfa735fd1b6a19797daa7081d
Author: rbrtb <104695105+rbrtb@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Make sure not to test stale code (#1619)
    
    When there's outdate byte-compiled files, they may be loaded instead
    of the new changed code.
    Enable `load-prefer-newer` would avoid this.
---
 evil-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/evil-tests.el b/evil-tests.el
index 5aa9013831..d38ee9ea50 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -61,6 +61,8 @@
 ;;
 ;; This file is NOT part of Evil itself.
 
+(setq load-prefer-newer t)
+
 (require 'cl-lib)
 (require 'elp)
 (require 'ert)



reply via email to

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