emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phpinspect updated (9f7026455a -> da2570d355)


From: ELPA Syncer
Subject: [elpa] externals/phpinspect updated (9f7026455a -> da2570d355)
Date: Sun, 20 Aug 2023 12:58:38 -0400 (EDT)

elpasync pushed a change to branch externals/phpinspect.

      from  9f7026455a Generate builtin stubs (+ add script to do so)
       new  81919175ca Implement stub index for builtin functions and types
       new  54679b616f Use `phpinspect-message' in stead of `message'
       new  1031cd929d Handle quitting more gracefully in worker and pipeline 
threads
       new  da2570d355 Update README with install/build instructions


Summary of changes:
 .gitignore                   |   4 +-
 Cask                         |   4 -
 Makefile                     |  59 ++++++++----
 README.md                    |  15 ++-
 benchmarks/stubs.el          |  28 ++++++
 phpinspect-autoload.el       |  16 +--
 phpinspect-buffer.el         |  24 +++--
 phpinspect-cache.el          | 223 ++++++++++++++++++++++++++++++++++++------
 phpinspect-class-struct.el   |  18 +++-
 phpinspect-class.el          | 225 ++++++++++++++++++++-----------------------
 phpinspect-completion.el     |   2 +
 phpinspect-eldoc.el          |  12 ++-
 phpinspect-imports.el        |   6 +-
 phpinspect-pipeline.el       |  48 ++++-----
 phpinspect-project-struct.el |  25 ++++-
 phpinspect-project.el        | 213 +++++++++++++++++++++++++---------------
 phpinspect-resolve.el        |  12 +--
 phpinspect-serialize.el      |   6 ++
 phpinspect-suggest.el        |   9 +-
 phpinspect-type.el           |  19 +++-
 phpinspect-util.el           |  27 ++++--
 phpinspect-worker.el         |  59 ++++++++----
 phpinspect.el                |  24 ++---
 scripts/install-deps.el      |  13 +++
 test/phpinspect-test.el      |  58 -----------
 test/test-buffer.el          |   6 +-
 test/test-eldoc.el           |  91 ++++++++++-------
 test/test-index.el           |   4 +-
 28 files changed, 793 insertions(+), 457 deletions(-)
 delete mode 100644 Cask
 create mode 100644 benchmarks/stubs.el
 create mode 100644 scripts/install-deps.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]