[Issue 7794] New: Sea of errors when calling regex() after compile error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 29 09:17:15 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7794
Summary: Sea of errors when calling regex() after compile error
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: kekeniro2 at yahoo.co.jp
--- Comment #0 from kekeniro2 at yahoo.co.jp 2012-03-29 09:17:42 PDT ---
I am working on D2059 head.
Building the following code, I get 60+ lines of error message.
D2058 outputs only one error.
---------------------------------------
import std.regex;
void main()
{
0; // to cause the _first_ compile error
regex("a");
}
---------------------------------------
I believe that it relates to the issue 7557.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list