[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect updated (daf070a083 -> b102e037a8)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect updated (daf070a083 -> b102e037a8) |
Date: |
Tue, 15 Aug 2023 15:58:27 -0400 (EDT) |
elpasync pushed a change to branch externals/phpinspect.
from daf070a083 Add missing struct definition
new ad4b1f25a6 Update copyright statements and apply some code style
improvements
new 8cfc48348f Run relint and fix detected regexp issues
new 16aa30d04f Add ELPA generated files to .gitignore
new a99f73b83d Use rear pointer instead of nconc to append to end of
list
new b102e037a8 Add copyright headers to benchmark files to fix(?) ELPA
tarball build
Summary of changes:
.gitignore | 6 +++++-
benchmarks/appendage.el | 22 +++++++++++++++++++++
benchmarks/parse-file.el | 24 +++++++++++++++++++++++
benchmarks/splay-tree.el | 23 ++++++++++++++++++++++
phpinspect-autoload.el | 4 ++--
phpinspect-bmap.el | 2 +-
phpinspect-buffer.el | 6 +++---
phpinspect-cache.el | 6 +-----
phpinspect-changeset.el | 2 +-
phpinspect-class-struct.el | 2 +-
phpinspect-class.el | 2 +-
phpinspect-completion.el | 6 +++---
phpinspect-edtrack.el | 2 +-
phpinspect-eldoc.el | 6 +++---
phpinspect-fs.el | 2 +-
phpinspect-imports.el | 4 ++--
phpinspect-index.el | 2 +-
phpinspect-meta.el | 2 +-
phpinspect-parse-context.el | 6 +++---
phpinspect-parser.el | 9 +++------
phpinspect-pipeline.el | 35 +++++++++++++++++-----------------
phpinspect-project-struct.el | 2 +-
phpinspect-project.el | 4 ++--
phpinspect-queue.el | 2 +-
phpinspect-resolve.el | 2 +-
phpinspect-resolvecontext.el | 2 +-
phpinspect-serialize.el | 2 +-
phpinspect-splayt.el | 2 +-
phpinspect-suggest.el | 2 +-
phpinspect-toc.el | 2 +-
phpinspect-token-predicates.el | 2 +-
phpinspect-type.el | 8 +++-----
phpinspect-util.el | 42 +++++++++++++++++++++++++++--------------
phpinspect-worker.el | 4 ++--
phpinspect.el | 10 +++++-----
test/phpinspect-test.el | 4 ++--
test/test-autoload.el | 8 +++++++-
test/test-buffer.el | 2 +-
test/test-class.el | 2 +-
test/test-fs.el | 2 +-
test/test-index.el | 2 +-
test/test-meta.el | 2 +-
test/test-parse-context.el | 2 +-
test/test-parser.el | 2 +-
test/test-pipeline.el | 2 +-
test/test-project.el | 2 +-
test/test-splayt.el | 2 +-
test/test-type.el | 2 +-
test/test-util.el | 4 ++--
test/test-worker.el | 2 +-
test/util/generate-test-data.el | 2 +-
51 files changed, 192 insertions(+), 109 deletions(-)
- [elpa] externals/phpinspect updated (daf070a083 -> b102e037a8),
ELPA Syncer <=
- [elpa] externals/phpinspect ad4b1f25a6 1/5: Update copyright statements and apply some code style improvements, ELPA Syncer, 2023/08/15
- [elpa] externals/phpinspect 16aa30d04f 3/5: Add ELPA generated files to .gitignore, ELPA Syncer, 2023/08/15
- [elpa] externals/phpinspect a99f73b83d 4/5: Use rear pointer instead of nconc to append to end of list, ELPA Syncer, 2023/08/15
- [elpa] externals/phpinspect b102e037a8 5/5: Add copyright headers to benchmark files to fix(?) ELPA tarball build, ELPA Syncer, 2023/08/15
- [elpa] externals/phpinspect 8cfc48348f 2/5: Run relint and fix detected regexp issues, ELPA Syncer, 2023/08/15