Closed
Bug 459110
Opened 15 years ago
Closed 14 years ago
remove open, close, read and write from wince shunt
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blassey, Assigned: blassey)
Details
Attachments
(1 file, 1 obsolete file)
4.95 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
this patch is directly from mq, if you want more context, let me know
Attachment #343059 -
Flags: review?(doug.turner)
Comment 2•15 years ago
|
||
Comment on attachment 343059 [details] [diff] [review] removes broken impl of open, close, read and write from shunt what do you think about just removing code hidden in the REALLY_REALY_HACKY_FILE_IO define? lets just remove code in the #ifdef 0. version control helps us find what we removed if need be. +#ifdef REALLY_REALLY_HACKY_FILE_IO + +#ifdef REALLY_REALLY_HACKY_FILE_IO + +#ifdef REALLY_REALLY_HACKY_FILE_IO + +#ifdef REALLY_REALLY_HACKY_FILE_IO + 4? Lets get a seperate patch for dbm. We do not _use_ dbm in our windows mobile build, but it has to compile.
Attachment #343059 -
Flags: review?(doug.turner) → review-
Assignee | ||
Comment 3•15 years ago
|
||
again, directly from mq, let me know if you need more context
Attachment #343059 -
Attachment is obsolete: true
Attachment #343160 -
Flags: review?(doug.turner)
Comment 4•15 years ago
|
||
Comment on attachment 343160 [details] [diff] [review] just the shunt stuff now what is the flag string stuff used for?
Assignee | ||
Comment 5•15 years ago
|
||
its used in the patch of dbm converting from posix file access to ansii. Its actually a more correct implementation of flags2binstr in the same file. http://mxr.mozilla.org/mozilla-central/source/build/wince/shunt/stdio.cpp#215 But, I've got another patch to just stop us from building dbm on wince, so this might not actually be needed if we go that route.
Comment 6•15 years ago
|
||
so, i am happy to remove stuff from the shunt, but lets not add new stuff if we don't have to. 1) if we check this in, do things continue to build (assuming yes) a) what is the likelyhood that fixing DBM to use ansii is going to happen? 2) can we remove the flag to string stuff?
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6) > so, i am happy to remove stuff from the shunt, but lets not add new stuff if we > don't have to. > > 1) if we check this in, do things continue to build (assuming yes) > a) what is the likelyhood that fixing DBM to use ansii is going to happen? Everything builds except dbm, which we don't need to build. We can also switch to using ansii in dbm, but I think that's a harder hill to climb. > > 2) can we remove the flag to string stuff? Yea, its just needed to fix dbm. I'd suggest using the impl in flags2binstr though.
Comment 8•14 years ago
|
||
Comment on attachment 343160 [details] [diff] [review] just the shunt stuff now yes, lets remove open and friends. it isn't implemented correctly now.
Attachment #343160 -
Flags: review?(doug.turner) → review+
Comment 9•14 years ago
|
||
this patch appears to have been already pushed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•14 years ago
|
||
should this be landed on 1.9.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•