www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7000] New: missing import of std.stdio in std.regex?

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7000

           Summary: missing import of std.stdio in std.regex?
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: webby beardmouse.org.uk



PST ---
When trying to compile some test code with the latest git versions of
DMD2/Phobos as of now, i get the error:

std\regex.d(2841): Error: undefined identifier writefln

adding a local import of std.stdio inside the dump() function (line 2838) seems
to fix it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 24 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7000




PST ---
https://github.com/D-Programming-Language/phobos/pull/329

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 24 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7000


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



https://github.com/D-Programming-Language/phobos/commit/cce4ad277b0556b4d30e75c4a96e23a4128b2a5b

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