summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-03-25 13:44:06 +0100
committerGitHub <noreply@github.com>2024-03-25 13:44:06 +0100
commit7255b4d73cccb995b72560b365eb0af62327e64c (patch)
treee6fcd8356b1b1e780c30b2449f5f47f58683723a /TODO.txt
parente161babbd49840de2ae7a5e358e59f52d66c1f0a (diff)
downloadsmarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.gz
smarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.bz2
smarty-7255b4d73cccb995b72560b365eb0af62327e64c.zip
Internal compiler classes always return a string (#918)
* Internal compiler classes always return a string (the internal has_code flag has been removed for simplicity) * Add :string method signature to compile method everywhere.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 9cde6dc5..aabbf654 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -29,5 +29,4 @@
## Unrelated / other
- review (and avoid) use of 'clone' keyword
-- compiler->has_code seems silly. Why not have proper return values?
- what is 'user literal support', why are unit tests skipped?