Skip to content

Conversation

DmitryOlshansky
Copy link
Member

Fixes for issues 5805, 1394 (but for std.regex not std.regexp), 5169, 5511, 5673.
Enables more proper unittesting.

@DmitryOlshansky
Copy link
Member Author

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.

@DmitryOlshansky
Copy link
Member Author

Apparently it also fixes 5019 along the way.

@andralex
Copy link
Member

I made one more pass and added a few minor nits.

@DmitryOlshansky
Copy link
Member Author

OK, I think I've got the style: braces on it's own line, space after if, space after comma.
I'll make appropriate fixes.

@DmitryOlshansky
Copy link
Member Author

I addressed all of the points.
There still discrepancy on whether code starts right after the brace or on the next line, even in the original source.

andralex added a commit that referenced this pull request May 1, 2011
Fix some issues of std.regex, enabling all ECMAv3 standard (?...) syntax.
@andralex andralex merged commit 91b16f6 into dlang:master May 1, 2011
redstar added a commit to redstar/phobos that referenced this pull request Feb 7, 2016
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.

2 participants