Closed
Bug 1349002
Opened 8 years ago
Closed 8 years ago
Build DMD with unified sources
Categories
(Core :: DMD, enhancement)
Core
DMD
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(1 file)
1.23 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
DMD can be built with unified sources, additionally it doesn't need NSPR's
strcpy to build properly.
MozReview-Commit-ID: 9hZFlpWdt7
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8849311 -
Flags: review?(n.nethercote)
![]() |
||
Comment 2•8 years ago
|
||
Comment on attachment 8849311 [details] [diff] [review]
Build DMD with unified sources
Review of attachment 8849311 [details] [diff] [review]:
-----------------------------------------------------------------
r=me if it builds!
The strcpy.c seems to go all the way back to bug 717853 comment 59. Seems like it was necessary for B2G.
Attachment #8849311 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2f6d3cbedd12a40a8f18a48b32c381f54f429884
Bug 1349002 - Build DMD with unified sources. r=njn
Backed out for build bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=85188555&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/97308c501627
Flags: needinfo?(erahm)
Assignee | ||
Comment 5•8 years ago
|
||
Assignee | ||
Comment 6•8 years ago
|
||
We were #including <pthread.h> inside our namespace in DMD.cpp which caused issues when compiling in unified mode on mac.
Flags: needinfo?(erahm)
Assignee | ||
Comment 7•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0c3915509f06dfed6756c23ed7f7b040c30f0789
Bug 1349002 - Build DMD with unified sources. r=njn
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•