Thread overview
[Issue 7000] New: missing import of std.stdio in std.regex?
Nov 24, 2011
Richard Webb
Nov 24, 2011
Richard Webb
Dec 03, 2011
Kenji Hara
November 24, 2011
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


--- Comment #0 from Richard Webb <webby@beardmouse.org.uk> 2011-11-24 10:19:07 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: -------
November 24, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7000



--- Comment #1 from Richard Webb <webby@beardmouse.org.uk> 2011-11-24 10:34:54 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: -------
December 03, 2011
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


--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2011-12-03 06:54:25 PST ---
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: -------