View mode: basic / threaded / horizontal-split · Log in · Help
May 21, 2012
[phobos] [D-Programming-Language/phobos] 52462b: fix Issue 7909 - to!(enum)(string) and to!(string)...
Branch: refs/heads/master
 Home:   https://github.com/D-Programming-Language/phobos
 Commit: 52462bec6ea846f30e8dac309d63ccb4101e8f0c
     https://github.com/D-Programming-Language/phobos/commit/52462bec6ea846f30e8dac309d63ccb4101e8f0c
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M changelog.dd
   M std/conv.d
   M std/traits.d

 Log Message:
 -----------
 fix Issue 7909 - to!(enum)(string) and to!(string)(enum) break when enum is integral


 Commit: 038daa5b03263e327f3f9e93446c616a75fb6d4d
     https://github.com/D-Programming-Language/phobos/commit/038daa5b03263e327f3f9e93446c616a75fb6d4d
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M std/format.d
   M std/stdio.d

 Log Message:
 -----------
 Remove redundant constraints


 Commit: cce4aec10e9153cf5ed83065c73c1c719f72eb03
     https://github.com/D-Programming-Language/phobos/commit/cce4aec10e9153cf5ed83065c73c1c719f72eb03
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M std/conv.d

 Log Message:
 -----------
 Add test for the conversion from enum to string

string based enum to string conversion should return member name, instead of base value.


 Commit: b3c079c040dc90612cc4012679079c4ff61cc4b0
     https://github.com/D-Programming-Language/phobos/commit/b3c079c040dc90612cc4012679079c4ff61cc4b0
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M std/conv.d

 Log Message:
 -----------
 Add test for the conversion from string to enum


 Commit: 64d983edaa9c53c0e417b74560942a567b4c2a6a
     https://github.com/D-Programming-Language/phobos/commit/64d983edaa9c53c0e417b74560942a567b4c2a6a
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M std/conv.d

 Log Message:
 -----------
 Bit cleaner constraints


 Commit: 5edac8f10efa6fae0e0732b4fcefb144372ebaa3
     https://github.com/D-Programming-Language/phobos/commit/5edac8f10efa6fae0e0732b4fcefb144372ebaa3
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-12 (Sat, 12 May 2012)

 Changed paths:
   M std/conv.d

 Log Message:
 -----------
 Remove meaningless comment


 Commit: 618a3b72f32723b739c8d6b0d337830d9fd7c5c7
     https://github.com/D-Programming-Language/phobos/commit/618a3b72f32723b739c8d6b0d337830d9fd7c5c7
 Author: k-hara <k.hara.pg@gmail.com>
 Date:   2012-05-13 (Sun, 13 May 2012)

 Changed paths:
   M std/conv.d

 Log Message:
 -----------
 Add enum base types


 Commit: ac143b63fd435299434478a4ce72317685b80f47
     https://github.com/D-Programming-Language/phobos/commit/ac143b63fd435299434478a4ce72317685b80f47
 Author: Walter Bright <walter@walterbright.com>
 Date:   2012-05-21 (Mon, 21 May 2012)

 Changed paths:
   M changelog.dd
   M std/conv.d
   M std/format.d
   M std/stdio.d
   M std/traits.d

 Log Message:
 -----------
 Merge pull request #537 from 9rnsr/fix7909

Issue 7909 - to!enum(string) and to!string(enum) break when enum is integral 


Compare: https://github.com/D-Programming-Language/phobos/compare/28bca62...ac143b6
Top | Discussion index | About this forum | D home