Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add compile time string interpolation for char/num/bool constants" #14155

Merged

Conversation

straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Jan 2, 2024

Reverts #12671 due to introducing a regression

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:semantic kind:regression Something that used to correctly work but no longer works labels Jan 2, 2024
@straight-shoota straight-shoota self-assigned this Jan 2, 2024
@straight-shoota straight-shoota added this to the 1.11.0 milestone Jan 2, 2024
@straight-shoota straight-shoota merged commit 8be53a4 into master Jan 3, 2024
112 checks passed
@straight-shoota straight-shoota deleted the revert-12671-string_interpolation_with_nums branch January 3, 2024 10:07
@straight-shoota straight-shoota removed this from the 1.11.0 milestone Jan 3, 2024
@straight-shoota straight-shoota added the status:reverted PR was reverted or reverts another one, and is not part of a milestone label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:regression Something that used to correctly work but no longer works status:reverted PR was reverted or reverts another one, and is not part of a milestone topic:compiler:semantic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enum in string interpolation uses integer value instead of name
2 participants