← Back to index
|
Original Bugzilla link
Bug 8558 – std.net.isemail doesn't compile without -d switch
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-08-18T04:40:00Z
Last change time
2012-08-18T08:19:42Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
zan77137
Comments
Comment #0
by zan77137 — 2012-08-18T04:40:52Z
This issue is caused by std.string.isNumber which is deprecated used in std.net.isemail. It's replaced std.uni.isNumeric now.
Comment #1
by github-bugzilla — 2012-08-18T04:48:57Z
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
Comment #2
by zan77137 — 2012-08-18T04:54:43Z
(In reply to comment #1) > 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.
Comment #3
by github-bugzilla — 2012-08-18T07:17:41Z
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
Merge pull request #752 from D-Programming-Language/fix8558 fix Issue 8558 - std.net.isemail doesn't compile without -d switch