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

Fix switch with Object-wrapped values #2542

Merged
merged 1 commit into from
Jun 8, 2023
Merged

Fix switch with Object-wrapped values #2542

merged 1 commit into from
Jun 8, 2023

Conversation

hmdne
Copy link
Member

@hmdne hmdne commented Jun 2, 2023

This manifested itself by parser (if compiled with Opal) dropping a minus sign on integers if there is encoding set (eg. by adding some UTF-8 characters to input).

This fixes #2539

This manifested itself by parser dropping a minus sign on integers
if there is encoding set (eg. by adding some UTF-8 characters to
input).

This fixes #2539
@hmdne hmdne marked this pull request as ready for review June 2, 2023 05:33
@hmdne hmdne added this to the v1.8 milestone Jun 8, 2023
@hmdne hmdne merged commit 2e911ca into master Jun 8, 2023
21 checks passed
@hmdne hmdne deleted the hmdne/fix-2539 branch June 8, 2023 08:23
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.

Bug: Minus signs of number literals missing (e.g. -1 => 1) if comment contains umlaut (e.g. "ü")
2 participants