gfx/harfbuzz/src/hb-algs.hh:319:29: error: possible misuse of comma operator here [-Werror,-Wcomma]
Categories
(Core :: Graphics: Text, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox115 | --- | unaffected |
firefox116 | --- | unaffected |
firefox117 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(2 files)
Likely triggered by sccache-dist
as bug 1780461 and bug 1779200
Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1842425
:jfkthame, since you are the author of the regressor, bug 1842425, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 3•2 years ago
|
||
Could you file this upstream at https://github.com/harfbuzz/harfbuzz/issues, so that it gets fixed there? Thanks!
Assignee | ||
Comment 4•2 years ago
|
||
(In reply to Jonathan Kew [:jfkthame] from comment #3)
Could you file this upstream at https://github.com/harfbuzz/harfbuzz/issues, so that it gets fixed there? Thanks!
Of course, but can you give me your opinion on the WIP I have ?
Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
I'm not really clear why this would fix the warning; at least when -Wcomma
was created, it looks like compound assignments were supposed to be allowed on the LHS, so this usage ought to have been accepted as-is. But maybe the heuristics have been updated since the original implementation; I haven't looked further into it.
Anyhow, this looks similar to previous fixes for the same warning, so should be fine AFAICS.
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Not sure if upstream fixed the same way or picked my changes, but they just fixed it :)
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
Assignee | ||
Comment 9•1 years ago
|
||
With update to 8.0.1 this has regressed again with the same patch required
Assignee | ||
Comment 10•1 years ago
|
||
Comment 11•1 years ago
|
||
Updated•1 years ago
|
Comment 12•1 years ago
|
||
bugherder |
Description
•