[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/datetime 4e6a7af643 024/147: Fucking byte-compilation warn
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/datetime 4e6a7af643 024/147: Fucking byte-compilation warnings. |
Date: |
Fri, 31 Jan 2025 06:59:58 -0500 (EST) |
branch: elpa/datetime
commit 4e6a7af643c43a7ac9b1311d40c9ea07fba79ee7
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Fucking byte-compilation warnings.
---
datetime.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datetime.el b/datetime.el
index 7f6456f36f..d374882206 100644
--- a/datetime.el
+++ b/datetime.el
@@ -377,7 +377,7 @@ when necessary."
(aref (eval-when-compile (let (result)
(dotimes (year 400)
(push (and (= (% year 4) 0) (or (/= (% year
100) 0) (= (% year 400) 0))) result))
- (apply (if (fboundp #'bool-vector) #'bool-vector
#'vector) (nreverse result))))
+ (with-no-warnings (apply (if (fboundp
#'bool-vector) #'bool-vector #'vector) (nreverse result)))))
(mod year 400)))
(defconst datetime--gregorian-cumulative-year-days (let ((days 0)
- [nongnu] elpa/datetime 61e63cd061 014/147: Expand package documentation., (continued)
- [nongnu] elpa/datetime 61e63cd061 014/147: Expand package documentation., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 5e74ece632 001/147: Initial commit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 9aaaabd02f 037/147: Fix certain changes to `run-tests.sh' in the latest commit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 0647fccb68 033/147: Use `evm' for Travis CI testing instead of hunting for PPAs., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 6982c383aa 036/147: Implement timestamp parsing (incomplete, but works for most typical cases)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 90ab94e447 029/147: Fix `generate-extmaps.sh' to run properly when run from a different directory., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime f448813852 043/147: Add some hints about what to do if system locale and/or timezone cannot be guessed; improve customization a bit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 02465ed669 004/147: Add another fallback to 'datetime--locale-data' to further decrease its size., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3ecf998525 006/147: Add a workaround for missing 'define-error' on older Emacs versions; fixes #1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime ee6cbeb8f6 015/147: Alter data harvesting to not drop locales that are completely the same as their parent (e.g. `ru-RU' is now listed among known locales)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4e6a7af643 024/147: Fucking byte-compilation warnings.,
ELPA Syncer <=
- [nongnu] elpa/datetime b896217766 021/147: Explicitly require `macroexp' package; may be needed depending on Emacs version., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime a4191272d5 030/147: Add functions `datetime-locale-database-version' and `datetime-timezone-database-version'., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime faa0a9186d 039/147: Document parsing functionality., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime d8674ac11f 026/147: Improve system timezone determination for Linux machines., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime ac946bf10b 031/147: Reduce code duplication in some functions., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 12cb76cfd1 041/147: Undo some `README.md' changes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4a4c110b1a 047/147: Update results of `datetime-*-database-version' as promised., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2aadcde27f 053/147: Restore explicit JDK selection on Travis CI accidentally deleted in commit 34ea42c., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 8247df6a15 058/147: Pass the argument to format to `warn', ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b268319f72 059/147: Merge pull request #3 from mineo/warn, ELPA Syncer, 2025/01/31