[Issue 3136] Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3136 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 3136] Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3136 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3136] Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3136 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3136] Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3136 --- Comment #1 from Marcello Gnani marcellogn...@gmail.com 2009-07-08 12:06:26 PDT --- I had the time to investigate further; the problem is related to an incorrect optimization performed by Phobos on the optional prefix. The constructor