Skip to content

More prudent handling of static names for string literals#579

Merged
xavierleroy merged 1 commit intomasterfrom
stringlit
Apr 13, 2026
Merged

More prudent handling of static names for string literals#579
xavierleroy merged 1 commit intomasterfrom
stringlit

Conversation

@xavierleroy
Copy link
Copy Markdown
Contributor

  • Make sure the names are fresh and not already used.
  • Mark the names specially so that the special printing of initializers as strings applies only to those names.

Fixes: #577

- Make sure the names are fresh and not already used.
- Mark the names specially so that the special printing of initializers as strings applies only to those names.
@xavierleroy xavierleroy merged commit 0737ca9 into master Apr 13, 2026
7 checks passed
@xavierleroy xavierleroy deleted the stringlit branch April 18, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect printout of constant initializers in rare circumstances

1 participant