Closed
Bug 759671
Opened 13 years ago
Closed 13 years ago
Extra semicolon at the end of SkMatrix::I() declaration breaks build on OpenBSD
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: gaston, Assigned: gaston)
References
Details
Attachments
(2 files)
2.53 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
936 bytes,
patch
|
Ms2ger
:
review+
dzbarsky
:
checkin+
|
Details | Diff | Splinter Review |
Patch in a few, see build failure at http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/407/steps/build/logs/stdio
build/gfx/skia/src/core/SkMatrix.cpp:1723: error: extra ';'
Assignee | ||
Comment 1•13 years ago
|
||
Patch i'm currently testing. Note that's a fallout from the main skia update.
Assignee: nobody → landry
Attachment #628252 -
Flags: review?(gwright)
Assignee | ||
Comment 2•13 years ago
|
||
To be more precise the patch effectively reverts http://hg.mozilla.org/mozilla-central/diff/5fb409f61b93/gfx/skia/src/core/SkMatrix.cpp from the update
Comment 4•13 years ago
|
||
Comment on attachment 628252 [details] [diff] [review]
remove extra semicolon
Review of attachment 628252 [details] [diff] [review]:
-----------------------------------------------------------------
I'll take it. Can you upstream the patch? (Along with fix-comma-end-enum-list.patch, preferably.)
::: gfx/skia/update.sh
@@ +115,5 @@
> # Bug 731384 - Fix compile errors on older versions of clang
> patch -p3 < SkPostConfig.patch
> # Bug 751814 - Various Skia fixes for ARM without EDSP and ARMv6+
> patch -p3 < arm-fixes.patch
> +# Bug 759671 - Fix extra simicolon at end of SkMatrix::I() declaration
semicolon
Attachment #628252 -
Flags: review?(gwright) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•13 years ago
|
||
Argh. I've realized that this was already fixed by fix-comma-end-enum-list.patch (see bug 722011, comment 1) so all that's needed is to reapply that chunk which was lost in https://hg.mozilla.org/mozilla-central/rev/04f6554beaa3, there's no need for a newer patch (or the corresponding chunk should be removed from.fix-comma-end-enum-list.patch)
Keywords: checkin-needed
Assignee | ||
Comment 6•13 years ago
|
||
Attachment #628260 -
Flags: review?(Ms2ger)
Assignee | ||
Updated•13 years ago
|
Attachment #628260 -
Attachment is patch: true
Comment 7•13 years ago
|
||
Comment on attachment 628260 [details] [diff] [review]
Onl apply missing chunk from 722011
Review of attachment 628260 [details] [diff] [review]:
-----------------------------------------------------------------
Er, yes, I checked the other patch and missed the fact that they were actually fixing the same semicolon >.>
Attachment #628260 -
Flags: review?(Ms2ger) → review+
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•13 years ago
|
Attachment #628260 -
Flags: checkin?(dzbarsky)
Updated•13 years ago
|
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Comment on attachment 628260 [details] [diff] [review]
Onl apply missing chunk from 722011
https://hg.mozilla.org/integration/mozilla-inbound/rev/ebafa3d97c19
Attachment #628260 -
Flags: checkin?(dzbarsky) → checkin+
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•