[Issue 944] Updated file.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 20 00:49:31 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=944
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Comment #3 from bugzilla at digitalmars.com 2007-03-20 02:49 -------
The problems with the edits are, they are nearly all whitespace or reformatting
changes. It's hard to see if there are any substantive changes, as one must
manually (and very carefully) compare each different line, only to find that
they only differ by whitespace.
The other problem is that changing the return values from int to bool
introduces binary backwards incompatibility, which should only done if there
are catastrophic problems.
Since std.file is debugged and working, I am reluctant to do cosmetic changes
to it; such cosmetic changes should be deferred until the code is worked on for
more substantive reasons.
--
More information about the Digitalmars-d-bugs
mailing list