[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/relint updated (9cb20f89ce -> 38c0468a05)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/relint updated (9cb20f89ce -> 38c0468a05) |
Date: |
Thu, 1 Aug 2024 12:58:53 -0400 (EDT) |
elpasync pushed a change to branch externals/relint.
from 9cb20f89ce string-suffix-p is faster than regexp matching
new 89e15852b1 Move version history to separate NEWS file
new d0bb526e77 Faster (nonrecursive) traversal of let* bindings
new 7abad19169 Adapt to xr changes: ranged diagnostics with severity
field
new 5c63370936 Adapt to xr grouped diagnostics
new bc17dfcd16 Use ranges in relint's own diags
new 458a920b46 Use a vector instead of list for complaint tuple
new 8e8db0e4b3 Simplify: xr-lint no longer signals errors
new 9495957270 Grouped diagnostics, handle 'info' messages
new caea432bb4 Better string range highlighting in output
new 61724881c3 Use a defstruct for diag objects instead of raw vectors
new 35a2bc31c8 Simplify: remove expr-pos from diag object
new 94b23171f0 Add pos-type field in diag object
new dfd0e30ac8 Expose the relint-diag object to the user
new 79ba1f0183 Require Emacs 27 or newer
new 61c0dd607f Fix \x test in emacs 30
new 8cd09d69ae NEWS entry for upcoming version 2.0
new 38c0468a05 Github CI: ignore changes to NEWS in actions
Summary of changes:
.github/workflows/test.yml | 3 +-
NEWS | 135 ++++++++++++
README | 36 ++-
relint-test.el | 99 +++++++--
relint.el | 534 ++++++++++++++++++++++++---------------------
test/1.expected | 186 ++++++++++------
test/10.expected | 44 +++-
test/11.expected | 46 ++--
test/12.expected | 26 +--
test/13.expected | 55 ++---
test/14.expected | 14 +-
test/2.expected | 261 +++++++++++++++++-----
test/3.expected | 34 ++-
test/4.expected | 17 +-
test/5.expected | 21 ++
test/6.expected | 10 +-
test/7.expected | 9 +
test/9.expected | 111 +++++++---
18 files changed, 1131 insertions(+), 510 deletions(-)
create mode 100644 NEWS
- [elpa] externals/relint updated (9cb20f89ce -> 38c0468a05),
ELPA Syncer <=
- [elpa] externals/relint d0bb526e77 02/17: Faster (nonrecursive) traversal of let* bindings, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 89e15852b1 01/17: Move version history to separate NEWS file, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 7abad19169 03/17: Adapt to xr changes: ranged diagnostics with severity field, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 61724881c3 10/17: Use a defstruct for diag objects instead of raw vectors, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 38c0468a05 17/17: Github CI: ignore changes to NEWS in actions, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 35a2bc31c8 11/17: Simplify: remove expr-pos from diag object, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 458a920b46 06/17: Use a vector instead of list for complaint tuple, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 79ba1f0183 14/17: Require Emacs 27 or newer, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 8cd09d69ae 16/17: NEWS entry for upcoming version 2.0, ELPA Syncer, 2024/08/01
- [elpa] externals/relint 94b23171f0 12/17: Add pos-type field in diag object, ELPA Syncer, 2024/08/01