[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode updated (246bcc6967 -> 3a09d15aa1)
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode updated (246bcc6967 -> 3a09d15aa1) |
Date: |
Wed, 23 Mar 2022 12:27:10 -0400 (EDT) |
cjohansson pushed a change to branch externals/phps-mode.
from 246bcc6967 Updated version and date
new d45658d99c Starting experimenting with using two threads for serial
commands
new d6323a5548 Moved imenu and bookkeeping to main thread
new fd61209f54 Got serial multi-threading working with 2 separate
threads instead of 1
new 2e249e5c24 Moved bookkeeping and imenu generation to separate thread
new b13cf27bf0 Removed unused variables
new e0389c235f Using separate error catching for imenu and bookkeeping
generation
new 9498a7ae53 Updated TODOs
new 3a09d15aa1 Updated version and changelog
Summary of changes:
TODO.md | 5 +-
phps-mode-ast-bookkeeping.el | 6 +-
phps-mode-ast-imenu.el | 9 ++-
phps-mode-lex-analyzer.el | 95 +++++++++++++++++-------
phps-mode-serial.el | 171 ++++++++++++++++++++++++++-----------------
phps-mode.el | 4 +-
6 files changed, 182 insertions(+), 108 deletions(-)
- [elpa] externals/phps-mode updated (246bcc6967 -> 3a09d15aa1),
Christian Johansson <=
- [elpa] externals/phps-mode 3a09d15aa1 8/8: Updated version and changelog, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode d45658d99c 1/8: Starting experimenting with using two threads for serial commands, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode 9498a7ae53 7/8: Updated TODOs, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode b13cf27bf0 5/8: Removed unused variables, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode fd61209f54 3/8: Got serial multi-threading working with 2 separate threads instead of 1, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode 2e249e5c24 4/8: Moved bookkeeping and imenu generation to separate thread, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode e0389c235f 6/8: Using separate error catching for imenu and bookkeeping generation, Christian Johansson, 2022/03/23
- [elpa] externals/phps-mode d6323a5548 2/8: Moved imenu and bookkeeping to main thread, Christian Johansson, 2022/03/23