[Libreoffice-bugs] [Bug 143881] FORMULA: abs{x}^2 is formatted with unexpected operator precedence

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 23 13:42:09 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=143881

--- Comment #10 from dante19031999 at gmail.com ---
(In reply to Mike Kaganski from comment #9)
> (In reply to dante19031999 from comment #8)
> 
> There's no thread-safety problem, if each *formula* (with its own ODF
> settings) is managed by a single thread. The flag should be per-document
> (i.e., per *formula* document) setting.

It's not the flag itself what could not be thread safe, but the token parser
list.
It's defined here:
https://opengrok.libreoffice.org/xref/core/starmath/source/parse5.cxx?r=b3b1936e#38
It's common to all parsers.
And it could also have an impact on the element docking window performance.

> But your proposal about changing braces around auto-inserted text looks
> safer and easier.

That change would have this shape:
https://gerrit.libreoffice.org/c/core/+/120867

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210823/53f1947d/attachment.htm>


More information about the Libreoffice-bugs mailing list