bugfix: optimization of complex constant string concatenations

This commit is contained in:
Araq
2012-02-17 02:16:33 +01:00
parent 88f9eff38f
commit 97366d4419
7 changed files with 43 additions and 16 deletions

View File

@@ -10,6 +10,9 @@ Version 0.8.XX has been released! Get it `here <download.html>`_.
Bugfixes
--------
- Fixed a bug where the compiler would "optimize away" valid constant parts of
a string concatenation.
Library Additions
-----------------