[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

--- Comment #18 from Tor Lillqvist  ---
Ah! Indeed, now I can reproduce. So it is the infamous "software interpreter"
indeed. (And not OpenCL.) Sigh... Editing the bug title to match reality, there
is no such thing as an "OpenCL interpreter" in LibreOffice. "cell group
interpreter" would be more correct. But sure, let's just call it "software
interpreter".

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

--- Comment #17 from Tor Lillqvist  ---
Note that the "software interpreter" thing was VERY DIFFERENT back in early
2014 than what it is to-day. It is fairly useless to draw too many conclusions
about about thew current code-base from comments from 2014.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

Aron Budea  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #16 from Aron Budea  ---
The issue described in Comment 7 can be reproduced. See it described with
specific steps in duplicate report bug 99753, comments 17 and 21 (though the
steps described in Comment 7 here is equally adequate knowing it's related to
the Software Interpreter, which is implied in Comment 1).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

Tor Lillqvist  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #15 from Tor Lillqvist  ---
Can the original problem really be reproduced? (With more than 100 copies of
the rows.) If not, surely this should be resolved, instead of being kept open
without any clear description of what the actual bug is.

The intent has definitely been for quite some time that nothing using strings
should go through OpenCL at all any longer. The OpenCL implementation of string
stuff was indeed fairly broken, one thing indeed being that strings were
uppercased at some stage.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

Aron Budea  changed:

   What|Removed |Added

 CC||mzun...@mail.ru

--- Comment #14 from Aron Budea  ---
*** Bug 99854 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

--- Comment #13 from Aron Budea  ---
Kohei, the issue is in sc/source/core/data/column2.cxx.

I'd point to [1] in this case, but there are a couple of other
getDataIgnoreCase() in calls that might also be relevant.

[1] (*rColArray.mpStrArray)[nPos] = itData->getDataIgnoreCase();
http://opengrok.libreoffice.org/xref/core/sc/source/core/data/column2.cxx#2340

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||97391

--- Comment #12 from Aron Budea  ---
It seems that the setting described here is an addition since this bug report:
https://bugs.documentfoundation.org/show_bug.cgi?id=99753#c20

You have to have at least as many references as set as minimum data size for
OpenCL here: 'Tools -> Options... -> LibreOffice Calc -> Formula -> Detailed
Calculation Settings -> Custom -> OpenCL Settings -> Minimum data size for
OpenCL use' (100 by default)

If that's met, the bug still occurs in current master build.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97391
[Bug 97391] [META] Tracker bug for OpenCL issues in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2016-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

Aron Budea  changed:

   What|Removed |Added

 CC||cales...@scientia.net

--- Comment #11 from Aron Budea  ---
*** Bug 99753 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2015-07-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75387

--- Comment #10 from QA Administrators qa-ad...@libreoffice.org ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.1 or later): https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to inherited from OOo; 4b. If the bug was not
present in 3.3 - add regression to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-07-18

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2014-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75387

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

   Keywords|regression  |

--- Comment #9 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Let us remove the regression keyword as it is related to a new feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75387] String results become upcased when using OpenCL interpreter.

2014-05-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75387

Kohei Yoshida libreoff...@kohei.us changed:

   What|Removed |Added

Summary|#NULL when referencing text |String results become
   |cells and OpenCL is on  |upcased when using OpenCL
   ||interpreter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs