[Libreoffice-bugs] [Bug 98705] Reduce starting time on Windows by removing GetCaseCorrectPathName usage

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 6 11:54:58 UTC 2020


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

--- Comment #28 from Mike Kaganski <mikekaganski at hotmail.com> ---
This "easy hack" is not that easy. Anyone who would attempt to fix this, should
not expect one's task to be limited to replacement of uses of the function with
its Win32 counterpart API. These two actually have differences in behaviour,
and we in fact depend on the specifics of GetCaseCorrectPathName (which makes
the brute-force attempts replacing one with the other to fail in unit tests).
The debugging of the unit tests failure cause, understanding the differences,
documenting them (here), and investigating if dependencies on those differences
might be fixed in the code is the minimum to hack on this.

-- 
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/20200406/e206c41e/attachment.htm>


More information about the Libreoffice-bugs mailing list