[Issue 8839] MmFile do not use Range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 30 16:13:15 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8839



--- Comment #8 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-30 16:13:14 PDT ---
If you need to cast the slice to ubyte[], then cast it to ubyte[]. Given that
it's operating on memory, it's probably better that it use void[] rather than
ubyte[]. Regardless, given the increased resistance from Walter and Andrei to
any kind of breaking changes, breaking changes are going to need a very good
reason (and if anything, minor ones are more likely to be rejected, because you
get code breakage whether the change is large or small, and you generally get
less benefit from minor changes).

Given the chance, I'd definitely like to adjust a few things in MmFile, but I'm
not sure that we can at this point, and while some minor adjustments would be
nice, as far as I know, there's nothing seriously wrong with MmFile, so as nice
as some changes might be, they're not really needed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list