You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Dylan 2024.1
...play-6efce37c1178/main.dylan:8.3-51: Serious warning - Invalid multi-line string literal: "each line must begin with the same whitespace that precedes the end delimiter (got "\")", want " ")"
------------------------------------------------
""";
------------------------------------------------
I think the multi-line string literal handling just needs to remove the shared whitespace prefix before handling escape codes.
The text was updated successfully, but these errors were encountered:
cgay
added a commit
to cgay/opendylan
that referenced
this issue
Dec 2, 2024
Fixes: #1624
This new split/join way of processing multi-line string literals
allocates more, but is far less complex. Since parsing multi-line string
literals is likely to be a very small part of overall compile time I
don't think we need to worry about it.
https://play.opendylan.org/shared/feae26a75c598856
I think the multi-line string literal handling just needs to remove the shared whitespace prefix before handling escape codes.
The text was updated successfully, but these errors were encountered: