After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585277 - In ODF "^" is left-associative, not right-associative
In ODF "^" is left-associative, not right-associative
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other All
: Normal minor
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-06-09 17:25 UTC by Andreas J. Guelzow
Modified: 2009-06-11 04:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2009-06-09 17:25:20 UTC
When we import 2^3^2 from ODF we have to make sure that it ia interpreted as left associative.
Comment 1 Morten Welinder 2009-06-10 12:41:21 UTC
Why do they do these things to us?
Comment 2 Andreas J. Guelzow 2009-06-10 15:54:08 UTC
The openformula draft claims that Excel 2000 also has this as left-associative. True?
Comment 3 Morten Welinder 2009-06-10 18:16:26 UTC
True.

Code has been added to the parser to add ()s, thus making it clear how
it got parsed.  That way we will at least stop writing files for which
one could be in doubt.
Comment 4 Morten Welinder 2009-06-11 01:47:33 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 5 Andreas J. Guelzow 2009-06-11 04:14:12 UTC
I can confirm that everything related to this works great now! Thank you!