digitalmars.D.bugs - [Issue 5736] New: std.regex matches digits with when \w is used
- d-bugmail puremagic.com (22/22) Mar 14 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5736
- d-bugmail puremagic.com (11/11) Mar 14 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5736
- d-bugmail puremagic.com (11/11) Mar 15 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5736
- d-bugmail puremagic.com (11/11) Jan 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5736
- d-bugmail puremagic.com (10/10) Feb 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5736
- d-bugmail puremagic.com (10/10) Feb 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5736
http://d.puremagic.com/issues/show_bug.cgi?id=5736 Summary: std.regex matches digits with when \w is used Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: doob me.com --- Comment #0 from Jacob Carlborg <doob me.com> 2011-03-14 12:21:10 PDT --- The following assert fails due to \w matches digits. import std.regex; void main () { assert("1".match(regex(`\w`)).empty); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5736 kennytm gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennytm gmail.com --- Comment #1 from kennytm gmail.com 2011-03-14 16:36:43 PDT --- What? \w by definition does match digits. It is the same as (in the ASCII range) [0-9a-zA-Z_]. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5736 Jacob Carlborg <doob me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Jacob Carlborg <doob me.com> 2011-03-15 00:42:28 PDT --- Sorry, don't know what I was thinking. Closing as invalid. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 15 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5736 --- Comment #3 from github-bugzilla puremagic.com 2013-01-08 17:39:37 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/633d2d5a980b39adbc424936459bea126b314b10 Fixes Issue 5736 - Missing 'else' in 'static if' https://github.com/D-Programming-Language/phobos/commit/4014fe2110e839870d1283d475568126b79a06a6 Merge pull request #1061 from AndrejMitrovic/Fix5736 Issue 5736 - Missing 'else' in 'static if' in BaseClassesTuple -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 08 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5736 --- Comment #4 from github-bugzilla puremagic.com 2013-02-11 12:20:28 PST --- Commits pushed to staging at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/633d2d5a980b39adbc424936459bea126b314b10 Fixes Issue 5736 - Missing 'else' in 'static if' https://github.com/D-Programming-Language/phobos/commit/4014fe2110e839870d1283d475568126b79a06a6 Merge pull request #1061 from AndrejMitrovic/Fix5736 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 11 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5736 --- Comment #5 from github-bugzilla puremagic.com 2013-02-11 23:13:30 PST --- Commits pushed to https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/633d2d5a980b39adbc424936459bea126b314b10 Fixes Issue 5736 - Missing 'else' in 'static if' https://github.com/D-Programming-Language/phobos/commit/4014fe2110e839870d1283d475568126b79a06a6 Merge pull request #1061 from AndrejMitrovic/Fix5736 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 11 2013