Commit 1379d3b
committed
Fix CI compilation failures across Emacs versions
- Replace cl-loop `being the intervals` with an explicit loop using
`next-single-property-change` to avoid free variable warnings that
`cl-loop` generates on Emacs 28/29.
- Replace `when-let` with `when-let*` (obsolete as of Emacs 31).
- Set `fail-fast: false` in CI matrix so all versions run independently.1 parent 7c9081f commit 1379d3b
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2050 | 2050 | | |
2051 | 2051 | | |
2052 | 2052 | | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | | - | |
2059 | | - | |
2060 | | - | |
2061 | | - | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
2062 | 2062 | | |
2063 | 2063 | | |
2064 | 2064 | | |
| |||
0 commit comments