[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/relint updated (0bf6883 -> b0f0bee)
From: |
Mattias Engdegård |
Subject: |
[elpa] externals/relint updated (0bf6883 -> b0f0bee) |
Date: |
Sun, 29 Sep 2019 15:34:50 -0400 (EDT) |
mattiase pushed a change to branch externals/relint.
from 0bf6883 Remove Org markup remnant
new 099b59f Reorder strings in regexp for more efficient matching
new 1ec2d8b More elaborate parsing of doc strings of global variables
new 1cb021a Remove relint--eval-error
new b2a86b8 Fix typo in message description and clarify
new 3a7e82a Track some mutation of local variables in phase 2
new 43c4644 Correct naming
new 3f3408d Check both car and cdr of items in -regexp-alist variables
new 95b3c07 Add `xor' and bitwise operations to the list of safe
functions
new 5142c86 Fix function evaluation bug
new 6a07508 Handle rx `eval' form correctly
new 5137ec6 Evaluate keywords correctly
new e11b871 More robust scanning of format strings for mixup check
new 02c5dd2 Prepare for easier testability
new 7e6b8bf Add tests
new b890b5a Track mutation in push and lambda in phase 2
new bc1b5a8 Add word-search-regexp to the list of regexp generating
functions
new 956a15b Fix defun parsing
new 3a27cff Handle mutation of local variables in evaluation
new d2b7194 Evaluate `dolist' and `while'
new 501f87b Evaluate `prog1' and `prog2'
new 60d5627 Lazy evaluation of global variables
new 6212b6f Evaluate more functions and macros
new b0f0bee Increment version to 1.11
Summary of changes:
README | 15 +-
relint-test.el | 124 +++++++++++
relint.el | 654 ++++++++++++++++++++++++++++++++++++++------------------
test/1.elisp | 87 ++++++++
test/1.expected | 142 ++++++++++++
test/2.elisp | 42 ++++
test/2.expected | 120 +++++++++++
test/3.elisp | 171 +++++++++++++++
test/3.expected | 48 +++++
test/4.elisp | 62 ++++++
test/4.expected | 63 ++++++
test/5.elisp | 75 +++++++
test/5.expected | 39 ++++
test/6.elisp | 46 ++++
test/6.expected | 32 +++
test/7.elisp | 37 ++++
test/7.expected | 18 ++
test/8.elisp | 16 ++
test/8.expected | 9 +
19 files changed, 1589 insertions(+), 211 deletions(-)
create mode 100644 relint-test.el
create mode 100644 test/1.elisp
create mode 100644 test/1.expected
create mode 100644 test/2.elisp
create mode 100644 test/2.expected
create mode 100644 test/3.elisp
create mode 100644 test/3.expected
create mode 100644 test/4.elisp
create mode 100644 test/4.expected
create mode 100644 test/5.elisp
create mode 100644 test/5.expected
create mode 100644 test/6.elisp
create mode 100644 test/6.expected
create mode 100644 test/7.elisp
create mode 100644 test/7.expected
create mode 100644 test/8.elisp
create mode 100644 test/8.expected
- [elpa] externals/relint updated (0bf6883 -> b0f0bee),
Mattias Engdegård <=
- [elpa] externals/relint 099b59f 01/23: Reorder strings in regexp for more efficient matching, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 1ec2d8b 02/23: More elaborate parsing of doc strings of global variables, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 95b3c07 08/23: Add `xor' and bitwise operations to the list of safe functions, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 3f3408d 07/23: Check both car and cdr of items in -regexp-alist variables, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 5142c86 09/23: Fix function evaluation bug, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 43c4644 06/23: Correct naming, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint e11b871 12/23: More robust scanning of format strings for mixup check, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 956a15b 17/23: Fix defun parsing, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint 3a27cff 18/23: Handle mutation of local variables in evaluation, Mattias Engdegård, 2019/09/29
- [elpa] externals/relint d2b7194 19/23: Evaluate `dolist' and `while', Mattias Engdegård, 2019/09/29