Re: The base template for std::char_traits is deprecated in Xcode 16.4 (after being too hastily removed in 16.3)

2025-05-18 Thread Stephan Bergmann
On 5/19/25 07:36, Mike Kaganski wrote: Note that these would only be non-standard, if any of charT, T, sal_Unicode would happen to be not among "char, wchar_t, char8_t, char16_t, char32_t or a custom character type for which you specialized std::char_traits". For our code, they are always stand

Re: The base template for std::char_traits is deprecated in Xcode 16.4 (after being too hastily removed in 16.3)

2025-05-18 Thread Mike Kaganski
On 5/19/2025 10:28 AM, Ilmari Lauhakangas wrote: Included at the end of this post are the non-standard uses I found in our code base. ... include/o3tl/string_view.hxx:128:template traits = std::char_traits> include/o3tl/string_view.hxx:167:template traits = std::char_traits> include/o3tl/strin

Re: Build with Cygwin fails

2025-05-18 Thread Michael Weghorn
Hi Regina, On 2025-05-18 23:34, Regina Henschel wrote: Does https://gerrit.libreoffice.org/c/core/+/185473 ("win: Fix --disable-skia Windows build") fix your --disable-skia build? (It does helps with mine using master from a few days ago.) Yes, it fixes the above reported build failure. Tha

core.git: vcl/win

2025-05-18 Thread Michael Weghorn (via logerrit)
vcl/win/gdi/salnativewidgets-luna.cxx |4 1 file changed, 4 insertions(+) New commits: commit a5239bd4a8ceba49996df84d31400e573dd9cfa1 Author: Michael Weghorn AuthorDate: Sun May 18 21:34:55 2025 +0100 Commit: Michael Weghorn CommitDate: Mon May 19 07:33:38 2025 +0200 win:

The base template for std::char_traits is deprecated in Xcode 16.4 (after being too hastily removed in 16.3)

2025-05-18 Thread Ilmari Lauhakangas
https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes#Deprecations https://developer.apple.com/documentation/xcode-release-notes/xcode-16_4-release-notes#Resolved-Issues "Fixed: The base template for std::char_traits is restored after being removed in Xcode 16.3;

Re: Truncated Responses

2025-05-18 Thread Ilmari Lauhakangas
On 5/18/25 21:42, fester225 wrote: I posted a question to ask.LibreOffice.org ask.LibreOffice.org> (https://ask.libreoffice.org/t/creating-a-short- circular-logic-down-counter/122068 ) and got a response from th

Re: XML parsing errors in tests

2025-05-18 Thread Ilmari Lauhakangas
On 5/15/25 10:36, Caolán McNamara wrote: On Sun, 2025-05-11 at 08:45 +0300, Ilmari Lauhakangas wrote: I have reports from two devs on Windows and Linux about XML parsing errors while running tests. On Windows: C:/cygwin/home/user/lode/dev/core/sfx2/source/doc/objmisc.cxx:1822" while loading

core.git: Branch 'feature/cib_contract49d' - translations

2025-05-18 Thread Thorsten Behrens (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91a801273ed5c657b57ee6456dd590ff4ab32566 Author: Thorsten Behrens AuthorDate: Mon May 19 00:39:37 2025 +0200 Commit: Gerrit Code Review CommitDate: Mon May 19 00:39:37 2025 +0200 Update git su

translations.git: Branch 'feature/cib_contract49d' - source/de

2025-05-18 Thread Thorsten Behrens (via logerrit)
source/de/sw/messages.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit dfe9511495e21059f324e674bfec6d24b7594d06 Author: Thorsten Behrens AuthorDate: Mon May 19 00:38:38 2025 +0200 Commit: Thorsten Behrens CommitDate: Mon May 19 00:38:38 2025 +0

Re: Build with Cygwin fails

2025-05-18 Thread Regina Henschel
Michael Weghorn schrieb am 18.05.2025 um 22:42: Hi Regina, On 2025-05-18 01:41, Regina Henschel wrote: But now it breaks with C:\BuildLO2\core\vcl\inc\skia/utils.hxx(34): fatal error C1083: Cannot open include file: 'SkRegion.h': No such file or directory make[1]: *** [C:/BuildLO2/core/solenv/

Infra call on Tue, May 20 at *15:30* UTC

2025-05-18 Thread Guilhem Moulin
Hi there, The next infra call will take place at `date -d "Tue, 20 May 2025 15:30 UTC"` (17:30 Berlin time) i.e., exceptionally 1h earlier than the usual schedule. We'll meet at https://jitsi.documentfoundation.org/infra and write the minutes to https://pad.documentfoundation.org/p/infra . Agend

New Defects reported by Coverity Scan for LibreOffice

2025-05-18 Thread scan-admin
Hi, Coverity Scan has identified new defect(s) in the project LibreOffice. Defect Summary: New Defects Found: 1 Defects Fixed: 2 Defects Displayed: Showing 1 of 1 To view the full list of defects and take action, click the button below: Vie

Re: Build with Cygwin fails

2025-05-18 Thread Michael Weghorn
Hi Regina, On 2025-05-18 01:41, Regina Henschel wrote: But now it breaks with C:\BuildLO2\core\vcl\inc\skia/utils.hxx(34): fatal error C1083: Cannot open include file: 'SkRegion.h': No such file or directory make[1]: *** [C:/BuildLO2/core/solenv/gbuild/LinkTarget.mk:338: C:/ buildLO2/core/work

Re: Build with Cygwin fails

2025-05-18 Thread Michael Weghorn
Hi Regina, On 2025-05-16 23:33, Regina Henschel wrote: with current master and clean build I get a lot of accessibility related warnings and finally a make: *** [Makefile:301: build] Error 2 Can you please share more of the build output (either here or a link to it pasted to some pastebin se

Truncated Responses

2025-05-18 Thread fester225
I posted a question to ask.LibreOffice.org (https://ask.libreoffice.org/t/creating-a-short-circular-logic-down-counter/122068) and got a response from the AI. The AI’s answer was longer than could fit in the display box, so it was cut off. How do I get the remainde

core.git: chart2/source compilerplugins/clang dbaccess/source extensions/source include/vcl sdext/source solenv/clang-format svtools/source sw/source vcl/inc vcl/Library_vcl.mk vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
chart2/source/controller/inc/dlg_CreationWizard.hxx |2 compilerplugins/clang/unusedenumconstants.writeonly.results | 10 dbaccess/source/ui/inc/WCopyTable.hxx |2 dbaccess/source/ui/inc/dbwizsetup.hxx |2 extensions/source/abpi

core.git: extensions/source include/vcl vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
extensions/source/abpilot/abspilot.hxx |2 +- include/vcl/roadmapwizard.hxx |2 +- vcl/source/control/wizardmachine.cxx |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 7c6dd50c96a312932b332db95935c5f66d501e0c Author: Michael Weghorn Author

core.git: 2 commits - extensions/source include/vcl vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
extensions/source/abpilot/abspilot.cxx | 10 +- extensions/source/abpilot/abspilot.hxx |5 ++--- include/vcl/wizardmachine.hxx |3 --- vcl/source/control/roadmapwizard.cxx |2 ++ 4 files changed, 9 insertions(+), 11 deletions(-) New commits: commit 339f9a79f93f4bb

core.git: 2 commits - vcl/inc vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
vcl/inc/wizdlg.hxx | 51 - vcl/source/control/wizardmachine.cxx |2 - vcl/source/control/wizimpldata.hxx | 53 +++ 3 files changed, 55 insertions(+), 51 deletions(-) New commits: commit 2a56b12245e2596dae3

core.git: 2 commits - include/vcl vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
include/vcl/wizardmachine.hxx|5 vcl/source/control/roadmapwizard.cxx | 710 ++ vcl/source/control/wizardmachine.cxx | 713 --- vcl/source/control/wizimpldata.hxx |3 4 files changed, 714 insertions(+), 717 delet

core.git: 2 commits - vcl/inc vcl/source

2025-05-18 Thread Michael Weghorn (via logerrit)
vcl/inc/wizdlg.hxx |7 ++- vcl/source/control/roadmapwizard.cxx |1 - vcl/source/control/wizimpldata.hxx |7 --- 3 files changed, 6 insertions(+), 9 deletions(-) New commits: commit 6ca73a2ba232e4ba003fed5d14334f4827a967ad Author: Michael Weghorn Autho

core.git: sw/qa sw/source

2025-05-18 Thread Mike Kaganski (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport25.cxx | 57 +++ sw/qa/extras/rtfexport/rtfexport5.cxx|2 sw/qa/extras/rtfexport/rtfexport8.cxx| 56 ++ sw/qa/extras/ww8export/ww8export4.cxx| 56 +++