diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-25 13:44:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 13:44:06 +0100 |
| commit | 7255b4d73cccb995b72560b365eb0af62327e64c (patch) | |
| tree | e6fcd8356b1b1e780c30b2449f5f47f58683723a /TODO.txt | |
| parent | e161babbd49840de2ae7a5e358e59f52d66c1f0a (diff) | |
| download | smarty-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.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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? |
