www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8558] New: std.net.isemail doesn't compile without -d switch

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

           Summary: std.net.isemail doesn't compile without -d switch
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: zan77137 nifty.com



This issue is caused by std.string.isNumber which is deprecated used in
std.net.isemail.
It's replaced std.uni.isNumeric now.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 18 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8558




Commit pushed to fix8558 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/ede978cb395c34c0ee36ef18ffb291f03ea872ec
Fix for issue 8558

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 18 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8558





 Commit pushed to fix8558 at https://github.com/D-Programming-Language/phobos
 
 https://github.com/D-Programming-Language/phobos/commit/ede978cb395c34c0ee36ef18ffb291f03ea872ec
 Fix for issue 8558
Oops... Sorry, I missed that have pushed it directly. Please revert it if it has problems. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 18 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8558




Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/ede978cb395c34c0ee36ef18ffb291f03ea872ec
Fix for issue 8558

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


fix Issue 8558 - std.net.isemail doesn't compile without -d switch

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 18 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8558


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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