mattiase pushed a change to branch externals/relint.
from f3da21d174 Increment version to 1.21
new 41fad874a3 Find more bad string escapes: \8, \9, \x without
following hex digit
new 011f4f10ee Increment version to 1.22
Summary of changes:
README | 51 +
branch: externals/relint
commit 41fad874a3968d5ae36fada9e4e4991f3f6ef39a
Author: Mattias Engdegård
Commit: Mattias Engdegård
Find more bad string escapes: \8, \9, \x without following hex digit
"\x" is particularly pernicious since it unexpectedly yields a NUL;
th
branch: externals/relint
commit 011f4f10ee65fb698d4caf3c72ba8ee6b98e3de5
Author: Mattias Engdegård
Commit: Mattias Engdegård
Increment version to 1.22
---
relint.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/relint.el b/relint.el
index 51a02aa6ef..f619b1b6a4
mattiase pushed a change to branch externals/relint.
from d29dd3757f Suppress warning messages from macro-expansion
new fe1c11d733 Fix source position computation in certain dotted lists
new dce0a4488e Update copyright year to 2023
new acf8c7101d Correct constant eva
branch: externals/relint
commit fe1c11d73317500296adb52247363f007225fbe4
Author: Mattias Engdegård
Commit: Mattias Engdegård
Fix source position computation in certain dotted lists
Trace the position correctly for sources having the form (a . ((b c))).
---
relint.el| 7
branch: externals/relint
commit cbde6e35c777ce9e1fe5ace93d3d4374c867d2fd
Author: Mattias Engdegård
Commit: Mattias Engdegård
Add check for duplicates in rx or-forms
Since rx may run `regexp-opt` on strings in an or-pattern and that
function implicitly deduplicates the set of
branch: externals/relint
commit dce0a4488e944adf0a3033f27766967aebd45739
Author: Mattias Engdegård
Commit: Mattias Engdegård
Update copyright year to 2023
---
relint.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/relint.el b/relint.el
index 48bce061ca..53f447dcfa
branch: externals/relint
commit acf8c7101dbaffc6166f78e2e274fcb5871f70ed
Author: Mattias Engdegård
Commit: Mattias Engdegård
Correct constant evaluation of alist-get
---
relint.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/relint.el b/relint.el
index
branch: externals/relint
commit 99f24863d1122c1dfcf7f2570db3b1b65c929202
Author: Mattias Engdegård
Commit: Mattias Engdegård
Require subr-x for string-trim in older Emacs versions
---
relint.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/relint.el b/relint.el
index 2b293cff99
branch: externals/relint
commit f3da21d1748bae5b87f8ca010449a780f155a2e5
Author: Mattias Engdegård
Commit: Mattias Engdegård
Increment version to 1.21
---
relint.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/relint.el b/relint.el
index 65670eb75a..fe27c17ba8
mattiase pushed a change to branch externals/xr.
from 6d27d53098 Run github tests with Emacs 28.1
new 6d02ab45b6 Recognise implicit gap in ASCII-raw ranges
new 74906f6d10 Increment version to 1.23
Summary of changes:
xr-test.el | 24 ++--
xr.el | 181 +++
branch: externals/xr
commit 6d02ab45b6e8a99b65d792c3e91b95827f0ac3e5
Author: Mattias Engdegård
Commit: Mattias Engdegård
Recognise implicit gap in ASCII-raw ranges
Character ranges between ASCII and raw bytes, such as "[a-\xc0]", do
not include the intervening codes
branch: externals/xr
commit 74906f6d104b7daae162dc32684e0443e80fdb03
Author: Mattias Engdegård
Commit: Mattias Engdegård
Increment version to 1.23
---
xr.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/xr.el b/xr.el
index 95c0df27b2..ea1854a817 100644
--- a
branch: externals/csv-mode
commit e34dbadc4cafa8a22fa680d44f9f571db353677f
Author: Mattias Engdegård
Commit: Mattias Engdegård
Fix regexp bug and remove useless backslashes
Found by relint.
* csv-mode.el (csv-set-comment-start):
Fix bug in `paragraph-separate` regexp
branch: externals/relint
commit 5a918af0c99ab83355d4ec73a2fb39e70c173956
Author: Mattias Engdegård
Commit: Mattias Engdegård
Increment version to 1.20
No changes of substances since 1.19, but this should trigger a new
ELPA release with reduced distribution size.
Change xr
branch: externals/xr
commit b56e0307aed90e6f574180f0983128ee135f1a72
Author: Mattias Engdegård
Commit: Mattias Engdegård
Separate CI jobs for build and test
---
.github/workflows/test.yml | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b
mattiase pushed a change to branch externals/xr.
from e8b1719e41 Run github tests with Emacs 27.2
new b56e0307ae Separate CI jobs for build and test
new a873bbbe9c Increment version to 1.22
Summary of changes:
.github/workflows/test.yml | 5 -
xr.el
branch: externals/xr
commit a873bbbe9cdf1abab63fc94730966f5a8f9adaa6
Author: Mattias Engdegård
Commit: Mattias Engdegård
Increment version to 1.22
No changes of substances since 1.21, but this should trigger a new
ELPA release with reduced distribution size.
---
xr.el | 4
branch: main
commit f230c9f40dd4bc7a7bf96276258359c7fef4c6c1
Author: Mattias Engdegård
Commit: Mattias Engdegård
* elpa-packages (relint, xr): Add :ignored-files.
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 902fce5adb
19 matches
Mail list logo