Closed
Bug 473453
Opened 17 years ago
Closed 17 years ago
Make codebase compliant to stricter compilers
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
INCOMPLETE
People
(Reporter: rishah, Unassigned)
References
Details
Attachments
(1 file)
|
29.35 KB,
patch
|
stejohns
:
review+
treilly
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier:
Existing code does not compile with more sticter compilers such as RVCT and ADS.
Reproducible: Always
| Reporter | ||
Comment 1•17 years ago
|
||
Includes variable macro removal changes as well. All other code changes have been reviewed.
Attachment #356827 -
Flags: review?(stejohns)
| Reporter | ||
Updated•17 years ago
|
Attachment #356827 -
Flags: review?(treilly)
Updated•17 years ago
|
Attachment #356827 -
Flags: review?(stejohns) → review+
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Created an attachment (id=356827) [details]
> Patch for making code compile with ADS/RVCT [v1]
>
> Includes variable macro removal changes as well. All other code changes have
> been reviewed.
IMO this should be rejected, it does too many things at once. Patches ought to
be targeted at specific problems so that we can track the effects of each patch
individually (and others can merge them individually to work or product
branches as necessary).
Comment 3•17 years ago
|
||
+1
hg branches and mqext are both tools for managing stacks of patches, and its not very hard manually, either. the time saved by the team is worth the extra work on the submitter.
Updated•17 years ago
|
Attachment #356827 -
Flags: review?(treilly) → review+
Comment 4•17 years ago
|
||
I believe this has been split into other bugs, reviewed, approved, applied, and committed, so this one is obsolete.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•