[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode 7e9a744775 24/29: Added todo items
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode 7e9a744775 24/29: Added todo items |
Date: |
Thu, 15 Feb 2024 03:14:38 -0500 (EST) |
branch: externals/phps-mode
commit 7e9a744775cb570f42a08a12eaaae1c23f25480b
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>
Added todo items
---
TODO.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/TODO.md b/TODO.md
index 7929711626..d229472dab 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,8 @@
# TODO
+* Perform buffer changes in the middle of a token will make cache reuse lex
over point and this will distort the lex at point but not at points further down
+* *PHPs Parser* buffer are not closed
+
## Indentation
'language' =>
- [elpa] externals/phps-mode f481c6708b 09/29: Improved debugging, (continued)
- [elpa] externals/phps-mode f481c6708b 09/29: Improved debugging, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode d3a3c28f48 02/29: Passing first parse test for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 2cdeaf00e3 07/29: Added new parser unit tests for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 2f9ba6792c 08/29: Started on integrating new parser with major-mode, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode c51076e329 12/29: Passing unit tests for AST, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode fe91b2a9f3 11/29: Passing more tests for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode f9e5d6233f 19/29: Incremental lexer working somewhat again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode f3ad4ab698 15/29: Started on refactor of parser-lexer relationship, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode cf399d7697 17/29: Fixed some byte compilation issues, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 23ce2baf9e 16/29: Passing all unit tests again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 7e9a744775 24/29: Added todo items,
Christian Johansson <=
- [elpa] externals/phps-mode e7e23cce60 26/29: Fix for incremental syntax coloring issue, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 673a801311 25/29: Resolved issue of parser buffer not closing, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 676cfe11e6 28/29: Updated version and change-log, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode e7e5cdacf0 29/29: Fixed bye-compilation warning and missing error declaration, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode ad00c6eac5 27/29: Updated parser generator information and cleaned up code, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 0262e707ca 05/29: Passing more parsing tests, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 396397b97d 06/29: Passing all old unit tests for parser, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode c2716544f4 10/29: Started on SDT for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode aa2a23c296 18/29: Started on incremental lexer support again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 34d34330a2 13/29: Passing unit tests for indentation, Christian Johansson, 2024/02/15