[elpa] externals/relint updated (f3da21d174 -> 011f4f10ee)

2023-03-24 Thread Mattias Engdegård
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 +

[elpa] externals/relint 41fad874a3 1/2: Find more bad string escapes: \8, \9, \x without following hex digit

2023-03-24 Thread Mattias Engdegård
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

[elpa] externals/relint 011f4f10ee 2/2: Increment version to 1.22

2023-03-24 Thread Mattias Engdegård
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

[elpa] externals/relint updated (d29dd3757f -> f3da21d174)

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint fe1c11d733 1/6: Fix source position computation in certain dotted lists

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint cbde6e35c7 4/6: Add check for duplicates in rx or-forms

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint dce0a4488e 2/6: Update copyright year to 2023

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint acf8c7101d 3/6: Correct constant evaluation of alist-get

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint 99f24863d1 5/6: Require subr-x for string-trim in older Emacs versions

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/relint f3da21d174 6/6: Increment version to 1.21

2023-01-23 Thread Mattias Engdegård
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

[elpa] externals/xr updated (6d27d53098 -> 74906f6d10)

2022-07-11 Thread Mattias Engdegård
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 +++

[elpa] externals/xr 6d02ab45b6 1/2: Recognise implicit gap in ASCII-raw ranges

2022-07-11 Thread Mattias Engdegård
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

[elpa] externals/xr 74906f6d10 2/2: Increment version to 1.23

2022-07-11 Thread Mattias Engdegård
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

[elpa] externals/csv-mode e34dbadc4c: Fix regexp bug and remove useless backslashes

2022-05-09 Thread Mattias Engdegård
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

[elpa] externals/relint 5a918af0c9: Increment version to 1.20

2022-01-17 Thread Mattias Engdegård
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

[elpa] externals/xr b56e0307ae 1/2: Separate CI jobs for build and test

2022-01-17 Thread Mattias Engdegård
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

[elpa] externals/xr updated (e8b1719e41 -> a873bbbe9c)

2022-01-17 Thread Mattias Engdegård
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

[elpa] externals/xr a873bbbe9c 2/2: Increment version to 1.22

2022-01-17 Thread Mattias Engdegård
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

[elpa] main f230c9f40d: * elpa-packages (relint, xr): Add :ignored-files.

2022-01-16 Thread Mattias Engdegård
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