-
-
Notifications
You must be signed in to change notification settings - Fork 743
Fix some issues of std.regex, enabling all ECMAv3 standard (?...) syntax. #22
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
Conversation
debug(regex) - >debug(std_regex)
Done, oddly enough I can't get single char printed with %c (std.format.FormatError: std.format integral), so I used the universal %s instead. |
Also fixing the bug the size of an elephant (issue 5857).
Apparently it also fixes 5019 along the way. |
I made one more pass and added a few minor nits. |
OK, I think I've got the style: braces on it's own line, space after if, space after comma. |
I addressed all of the points. |
Fix some issues of std.regex, enabling all ECMAv3 standard (?...) syntax.
AArch64 ieeeFlag fixes
Fixes for issues 5805, 1394 (but for std.regex not std.regexp), 5169, 5511, 5673.
Enables more proper unittesting.