mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 09:31:38 +00:00
bugfix: optimization of complex constant string concatenations
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user