Skip to content

Fixes escape sequence bug and enhancements in Presym scanning #6045

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

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

dearblue
Copy link
Contributor

@dearblue dearblue commented Sep 8, 2023

In #6011, a hexadecimal escape sequence followed by a hexadecimal character would cause a compile error. Also, avoid using "Numbered Parameter" which older Ruby does not have (e.g. AppVeyor).

ref. #6044


In the verification with conf.enable_debug in the build by MSVC:

Fixed #6044

In mruby#6011, a hexadecimal escape sequence followed by a hexadecimal character would cause a compile error.
Also, avoid using "Numbered Parameter" which older Ruby does not have (e.g. AppVeyor).

ref. mruby#6044
@dearblue dearblue requested a review from matz as a code owner September 8, 2023 14:24
@github-actions github-actions bot added the build label Sep 8, 2023
@matz matz merged commit e1c96b7 into mruby:master Sep 15, 2023
@dearblue dearblue deleted the presym-escape.2 branch September 18, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated presym/table.h contains invalid characters
2 participants