[Issue 7928] Regex regression - out of memory.

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7928 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7928] Regex regression - out of memory.

2012-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7928 --- Comment #4 from Vincent 2012-04-17 00:49:18 PDT --- (In reply to comment #3) > Aha, I think I know what it is! Give me the prize ;) > Don't you have globals defined like this? Yep, OF COURSE I made 'em global! Take your prize: (*)(*) (tits

[Issue 7928] Regex regression - out of memory.

2012-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7928 --- Comment #3 from Dmitry Olshansky 2012-04-17 00:20:35 PDT --- Aha, I think I know what it is! Give me the prize ;) Don't you have globals defined like this? auto httpReqRegex = regex(`^(\w+)\s+((\w+)://([^/]+)(\S+))\s*(.*)`); then it tri

[Issue 7928] Regex regression - out of memory.

2012-04-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7928 --- Comment #2 from Vincent 2012-04-17 00:16:55 PDT --- > It might be the case that you use ctRegex... Function 'regex' returns Regex object, not ctRegex. BUT my feeling is that long compiling of my small program caused by 'compile time Regex'

[Issue 7928] Regex regression - out of memory.

2012-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7928 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #