[std.regex] Fix issue 17458 - add messages to asserts#5660
[std.regex] Fix issue 17458 - add messages to asserts#5660dlang-bot merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @DmitryOlshansky! Bugzilla references
|
|
Thanks! BTW, nitpicking but generally exception messages are capitalized (like a sentence, but without trailing punctuation). |
I just followed what I had in this module. I'm not opposed to wholesale change of asserts in std.regex |
I found just one existing instance ( Line 600 in f8ca347
Feel free to, or to not :) It might be better to wait for #5578 , then it should be easier to find and fix the remaining message-less asserts, and update the messages on the other ones along the way. |
No description provided.