Thread overview
[Issue 795] New: Phobos build issue: std.regexp unittest
Jan 05, 2007
d-bugmail
Jan 05, 2007
d-bugmail
Jan 24, 2007
d-bugmail
January 05, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=795

           Summary: Phobos build issue: std.regexp unittest
           Product: D
           Version: 1.00
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: lio@lunesu.com


Inside the unittest of std/regexp.d "regexp.search" is used, which the compiler can't find. It should be "std.regexp.search". Patch follows.


-- 

January 05, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=795





------- Comment #1 from lio@lunesu.com  2007-01-05 06:04 -------
Created an attachment (id=89)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=89&action=view)
Using fully qualified name inside the unittest


-- 

January 24, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=795


lio@lunesu.com changed:

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




------- Comment #2 from lio@lunesu.com  2007-01-24 03:34 -------
solved in 1.001


--