digitalmars.D.bugs - [Issue 10314] New: Add std.traits.signed
- d-bugmail puremagic.com (19/19) Jun 09 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10314
- d-bugmail puremagic.com (10/10) Jun 09 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10314
- d-bugmail puremagic.com (14/14) Jul 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10314
- d-bugmail puremagic.com (9/9) Jul 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10314
http://d.puremagic.com/issues/show_bug.cgi?id=10314 Summary: Add std.traits.signed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: jmdavisProg gmx.com PDT --- We have std.traits.signed which casts an integral value to the signed type of the same size, but for some reason we do not have std.traits.signed which does the same thing in the other direction. We should add it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 09 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10314 Jonathan M Davis <jmdavisProg gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull PDT --- https://github.com/D-Programming-Language/phobos/pull/1341 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 09 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10314 Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/378fe783523259849beebcc7553c0a9654d0c4f9 This moves std.traits.unsigned to std.conv and adds std.conv.signed, since for some reason, we have std.traits.unsigned but do not have std.traits.signed. https://github.com/D-Programming-Language/phobos/commit/1b230c39c516e762a18a3a88748c52d4bfdc907a -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 04 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10314 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 04 2013