Skip to content

Fixes escape sequence bug and enhancements in Presym scanning#6045

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:presym-escape.2
Sep 15, 2023
Merged

Fixes escape sequence bug and enhancements in Presym scanning#6045
matz merged 1 commit into
mruby:masterfrom
dearblue:presym-escape.2

Conversation

@dearblue
Copy link
Copy Markdown
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