https://d.puremagic.com/issues/show_bug.cgi?id=12394


Dmitry Olshansky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Dmitry Olshansky <[email protected]> 2014-03-18 
01:39:26 PDT ---
I bet CTFE puts pressure on RAM and that Mac machine doesn't have that much.

Looking at fresh unittests below, try changing:

// bugzilla 12076
...

auto RE = ctRegex!(r"(?<!x\w+)\s(\w+)");

To 

auto RE =  ctRegex!(r"(?<!x[a-z]+)\s([a-z]+)");

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to