← Back to index
|
Original Bugzilla link
Bug 12608 – Dead assignment in UUIDParsingException
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-04-21T22:04:00Z
Last change time
2014-04-22T13:56:50Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
briancschott
Comments
Comment #0
by briancschott — 2014-04-21T22:04:46Z
https://github.com/D-Programming-Language/phobos/blob/master/std/uuid.d#L1541
I believe this line should be this.input = input;
Comment #1
by github-bugzilla — 2014-04-22T13:56:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/8a187376f7f99d679ccff2dbb1a510aaeeac9832
Fix Issue 12608 - Avoid dead assignments.
https://github.com/D-Programming-Language/phobos/commit/50ce08b9a60a94e3ab7fc7f323f384f240d130d7
Merge pull request #2096 from AndrejMitrovic/Fix12608 [Trivial] Issue 12608 - Avoid dead assignments.