Closed
Bug 800703
Opened 13 years ago
Closed 13 years ago
Rename the existing, Valgrind-based DMD as "DMDV"
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
85.96 KB,
patch
|
khuey
:
review+
justin.lebar+bug
:
approval-mozilla-b2g18+
|
Details | Diff | Splinter Review |
I have a version of DMD that doesn't require Valgrind in the works (bug
717853). My plan is for it to eventually obsolete the Valgrind-based one.
However, there will be a period of overlap where both tools are in use. So
the point of this bug is to rename the Valgrind-based DMD as "DMDV".
| Assignee | ||
Comment 1•13 years ago
|
||
This patch renames DMD as DMDV. Non-trivial aspects:
- It adds a new directory, tools/dmdv. Careful checking of the Makefile.in
and toolkit/* changes will be appreciated.
- It moves the existing dmd.h file from xpcom/base/ to tools/dmdv/dmdv.h, a
much better place for it. It also removes some trailing whitespace from
that file.
- It adds tools/dmdv/dmdv.patch, which is the patch from bug 676724.
Because I'm not planning to develop DMDV further, having it as a patch in
the tree seems pretty reasonable.
Attachment #670692 -
Flags: review?(khuey)
Comment on attachment 670692 [details] [diff] [review]
Rename the existing, Valgrind-based DMD as "DMDV".
Review of attachment 670692 [details] [diff] [review]:
-----------------------------------------------------------------
I didn't look at this too closely, just assumed you knew what you were doing.
Attachment #670692 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
You mean you didn't read dmdv.patch line by line? I'm shocked :P
More seriously, hopefully you looked at the Makfile.in and toolkit/* changes at least a little bit.
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 6•13 years ago
|
||
Comment on attachment 670692 [details] [diff] [review]
Rename the existing, Valgrind-based DMD as "DMDV".
[Triage Comment]
Needed for bug 717853, npotb, and anyway just a renaming.
Attachment #670692 -
Flags: approval-mozilla-b2g18+
Comment 7•13 years ago
|
||
status-b2g18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•