[phobos] [D-Programming-Language/phobos] 07d34c: Fix for BUG 4744, enum parsing will now test every...
GitHub
noreply at github.com
Mon May 7 20:38:27 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 07d34c1ae0b5283cf5bc22610d4401443549efaf
https://github.com/D-Programming-Language/phobos/commit/07d34c1ae0b5283cf5bc22610d4401443549efaf
Author: Francois Chabot <francois.chabot.dev at gmail.com>
Date: 2012-04-29 (Sun, 29 Apr 2012)
Changed paths:
M std/conv.d
Log Message:
-----------
Fix for BUG 4744, enum parsing will now test every member and select the one with the longest matching string
Commit: 36f5539e0a7315dee8e3613c540584857fc04008
https://github.com/D-Programming-Language/phobos/commit/36f5539e0a7315dee8e3613c540584857fc04008
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M std/conv.d
Log Message:
-----------
Merge pull request #557 from Chabsf/master
Issue 4744: std.conv: string->enum doesn't look for longer match
Compare: https://github.com/D-Programming-Language/phobos/compare/cc636be...36f5539
More information about the phobos
mailing list