dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 0 forks source link

StringCodeGenerator is broken when a string is added to itself #246

Closed dplassgit closed 1 year ago

dplassgit commented 1 year ago

E.g., sb=sb+'a': it allocates a new string of the new (correct) size, and then assigns it to sb, but then it needs to read from the old sb.