Closed
Bug 1288924
Opened 8 years ago
Closed 8 years ago
Remove __func__ polyfill for VS2013
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
(deleted),
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Now that we've dropped support for VS2013 (bug 1186064), we can use VS2015's __func__ instead of our polyfill.
Attachment #8774071 -
Flags: review?(nfroyd)
Comment 1•8 years ago
|
||
Comment on attachment 8774071 [details] [diff] [review]
remove-__func__-polyfill.patch
Review of attachment 8774071 [details] [diff] [review]:
-----------------------------------------------------------------
Want to take care of http://dxr.mozilla.org/mozilla-central/source/media/libcubeb/tests/test_sanity.cpp#21 while you're at it?
Attachment #8774071 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Thanks for the speedy review, Nathan!
(In reply to Nathan Froyd [:froydnj] from comment #1)
> Want to take care of
> http://dxr.mozilla.org/mozilla-central/source/media/libcubeb/tests/
> test_sanity.cpp#21 while you're at it?
@ kinetik: mozilla-central no longer supports VS2013. Since you maintain cubeb as an external library, do you wish to maintain VS2013 support for other applications that may use cubeb?
https://github.com/kinetiknz/cubeb/blob/master/test/test_sanity.cpp#L21
Flags: needinfo?(kinetik)
Comment 3•8 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #2)
> @ kinetik: mozilla-central no longer supports VS2013. Since you maintain
> cubeb as an external library, do you wish to maintain VS2013 support for
> other applications that may use cubeb?
>
> https://github.com/kinetiknz/cubeb/blob/master/test/test_sanity.cpp#L21
Nope, so I've killed this upstream in https://github.com/kinetiknz/cubeb/commit/a966fafbf7f95c6d516b444f15eed1648c8e6dc8
Flags: needinfo?(kinetik)
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Matthew Gregan [:kinetik] from comment #3)
> Nope, so I've killed this upstream in
> https://github.com/kinetiknz/cubeb/commit/
> a966fafbf7f95c6d516b444f15eed1648c8e6dc8
Thanks!
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/19920a6cf0f8
Remove __func__ polyfill for VS2013. r=froydnj
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•