Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 21, 2010 [Issue 4700] New: to!float("0") fails | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4700 Summary: to!float("0") fails Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: olaa81@gmail.com --- Comment #0 from Ola Østtveit <olaa81@gmail.com> 2010-08-21 01:32:34 PDT --- import std.conv; auto zero = to!double("0"); fails with core.exception.AssertError@f:\dmd2\windows\bin\..\..\src\phobos\std\array.d(362): Attempting to fetch the front of an empty array It doesn't matter if you convert to float, double or real. Converting ".0" and "0.0" works fine. It works fine on dmd-2.042. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 21, 2010 [Issue 4700] to!float("0") fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ola Østtveit | http://d.puremagic.com/issues/show_bug.cgi?id=4700 Stephan Dilly <spam@extrawurst.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spam@extrawurst.org Severity|normal |regression -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 22, 2010 [Issue 4700] to!float("0") fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ola Østtveit | http://d.puremagic.com/issues/show_bug.cgi?id=4700 David Simcha <dsimcha@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dsimcha@yahoo.com Resolution| |FIXED --- Comment #1 from David Simcha <dsimcha@yahoo.com> 2010-08-21 18:57:35 PDT --- http://dsource.org/projects/phobos/changeset/1914 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 08, 2010 [Issue 4700] to!float("0") fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ola Østtveit | http://d.puremagic.com/issues/show_bug.cgi?id=4700 Nick Sabalausky <cbkbbejeap@mailinator.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pelle.mansson@gmail.com --- Comment #2 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2010-09-08 02:50:37 PDT --- *** Issue 4840 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation