Re: Many ctests failing due to a recent commit

2025-08-02 Thread Scott Kostyshak
On Sun, Aug 03, 2025 at 01:11:22AM +0200, Enrico Forestieri wrote: > On Sat, Aug 02, 2025 at 09:08:59PM +0200, Scott Kostyshak wrote: > > On Sat, Aug 02, 2025 at 06:19:29PM +0200, Enrico Forestieri wrote: > > > On Sat, Aug 02, 2025 at 04:12:04PM +0200, Scott Kostyshak wrote: > > > > A lot of ctests

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Scott Kostyshak
On Sun, Aug 03, 2025 at 01:18:52AM +0200, Enrico Forestieri wrote: > On Sat, Aug 02, 2025 at 09:12:24PM +0200, Scott Kostyshak wrote: > > > > On Sat, Aug 02, 2025 at 12:38:48PM +0200, Enrico Forestieri wrote: > > > > > By the way, for the next development cycle (2.6) we might add a "Local > > > S

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Enrico Forestieri
On Sat, Aug 02, 2025 at 09:12:24PM +0200, Scott Kostyshak wrote: On Sat, Aug 02, 2025 at 12:38:48PM +0200, Enrico Forestieri wrote: By the way, for the next development cycle (2.6) we might add a "Local Symbols" panel (similar to the "Local Layout" panel) to the document settings to add defini

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Enrico Forestieri
On Sat, Aug 02, 2025 at 01:35:39PM -0400, Richard Kimberly Heck wrote: On 8/2/25 6:38 AM, Enrico Forestieri wrote: On Sat, Aug 02, 2025 at 08:54:49AM +0200, Jürgen Spitzmüller wrote: Am Freitag, dem 01.08.2025 um 21:16 +0200 schrieb Enrico Forestieri: What about stable? Is it worth it? I ass

Re: Many ctests failing due to a recent commit

2025-08-02 Thread Enrico Forestieri
On Sat, Aug 02, 2025 at 09:08:59PM +0200, Scott Kostyshak wrote: On Sat, Aug 02, 2025 at 06:19:29PM +0200, Enrico Forestieri wrote: On Sat, Aug 02, 2025 at 04:12:04PM +0200, Scott Kostyshak wrote: > A lot of ctests are failing due to a recent commit. > > I tried with Welcome.lyx and I get: > >

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 05:03:02PM +0200, Kornel Benko wrote: > Am Sat, 2 Aug 2025 16:42:41 +0200 > schrieb Scott Kostyshak : > > > > should be > > > python3 "${LYX_GIT_REPO}lib/configure.py" && > > > > Thanks, I'll take a look at that. > > Missing '/', e.g. > python3 "${LYX_GIT_REPO}/

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 06:49:01PM +0200, Kornel Benko wrote: > Am Sat, 2 Aug 2025 17:03:02 +0200 > schrieb Kornel Benko : > > > Am Sat, 2 Aug 2025 16:42:41 +0200 > > schrieb Scott Kostyshak : > > > > > > should be > > > > python3 "${LYX_GIT_REPO}lib/configure.py" && > > > > > > Than

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 12:38:48PM +0200, Enrico Forestieri wrote: > By the way, for the next development cycle (2.6) we might add a "Local > Symbols" panel (similar to the "Local Layout" panel) to the document > settings to add definitions that would otherwise be placed in the symbols > file. Thi

Re: Many ctests failing due to a recent commit

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 06:19:29PM +0200, Enrico Forestieri wrote: > On Sat, Aug 02, 2025 at 04:12:04PM +0200, Scott Kostyshak wrote: > > A lot of ctests are failing due to a recent commit. > > > > I tried with Welcome.lyx and I get: > > > > ! LaTeX Error: File `LyX.sty' not found. > > Better n

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Richard Kimberly Heck
On 8/2/25 6:38 AM, Enrico Forestieri wrote: On Sat, Aug 02, 2025 at 08:54:49AM +0200, Jürgen Spitzmüller wrote: Am Freitag, dem 01.08.2025 um 21:16 +0200 schrieb Enrico Forestieri: What about stable? Is it worth it? I assume there will only be one further stable release, in parallel to 2.5.0.

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 17:03:02 +0200 schrieb Kornel Benko : > Am Sat, 2 Aug 2025 16:42:41 +0200 > schrieb Scott Kostyshak : > > > > should be > > > python3 "${LYX_GIT_REPO}lib/configure.py" && > > > > Thanks, I'll take a look at that. > > Missing '/', e.g. > python3 "${LYX_GIT_REPO}/

Re: Many ctests failing due to a recent commit

2025-08-02 Thread Enrico Forestieri
On Sat, Aug 02, 2025 at 04:12:04PM +0200, Scott Kostyshak wrote: A lot of ctests are failing due to a recent commit. I tried with Welcome.lyx and I get: ! LaTeX Error: File `LyX.sty' not found. Better now? -- Enrico -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mai

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 16:42:41 +0200 schrieb Scott Kostyshak : > > should be > > python3 "${LYX_GIT_REPO}lib/configure.py" && > > Thanks, I'll take a look at that. Missing '/', e.g. python3 "${LYX_GIT_REPO}/lib/configure.py" && > > Now I am trying to create a minimal script showing t

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 04:26:36PM +0200, Kornel Benko wrote: > Am Sat, 2 Aug 2025 15:53:55 +0200 > schrieb Scott Kostyshak : > > > On Sat, Aug 02, 2025 at 01:54:46PM +0200, Kornel Benko wrote: > > > Am Sat, 2 Aug 2025 13:31:41 +0200 > > > schrieb Kornel Benko : > > > > > > > Yes, your combinat

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 15:53:55 +0200 schrieb Scott Kostyshak : > On Sat, Aug 02, 2025 at 01:54:46PM +0200, Kornel Benko wrote: > > Am Sat, 2 Aug 2025 13:31:41 +0200 > > schrieb Kornel Benko : > > > > > Yes, your combination gives no warnings. I will check for the differences. > > > > > > > OK,

Many ctests failing due to a recent commit

2025-08-02 Thread Scott Kostyshak
A lot of ctests are failing due to a recent commit. I tried with Welcome.lyx and I get: ! LaTeX Error: File `LyX.sty' not found. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 01:54:46PM +0200, Kornel Benko wrote: > Am Sat, 2 Aug 2025 13:31:41 +0200 > schrieb Kornel Benko : > > > Yes, your combination gives no warnings. I will check for the differences. > > > > OK, here your build is in ",x1", mine in ',x2'. > The lists are sorted, best to see

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 13:31:41 +0200 schrieb Kornel Benko : > Yes, your combination gives no warnings. I will check for the differences. > OK, here your build is in ",x1", mine in ',x2'. The lists are sorted, best to see the differences is with 'kompare'. Kornel ,x1.extra.sorted Descript

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 12:34:03 +0200 schrieb Scott Kostyshak : > On Sat, Aug 02, 2025 at 11:35:10AM +0200, Kornel Benko wrote: > > Am Sat, 2 Aug 2025 11:13:06 +0200 > > schrieb Scott Kostyshak : > > > > > On Sat, Aug 02, 2025 at 11:00:48AM +0200, Kornel Benko wrote: > > > > Am Fri, 01 Aug 2025 1

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 12:38:48PM +0200, Enrico Forestieri wrote: > > By the way, for the next development cycle (2.6) we might add a "Local > Symbols" panel (similar to the "Local Layout" panel) to the document > settings to add definitions that would otherwise be placed in the symbols > file. T

Re: [LyX/master] Add plimsoll symbol, for Bernt

2025-08-02 Thread Enrico Forestieri
On Sat, Aug 02, 2025 at 08:54:49AM +0200, Jürgen Spitzmüller wrote: Am Freitag, dem 01.08.2025 um 21:16 +0200 schrieb Enrico Forestieri: What about stable? Is it worth it? I assume there will only be one further stable release, in parallel to 2.5.0. Probably not. It was just to avoid surpris

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 11:35:10AM +0200, Kornel Benko wrote: > Am Sat, 2 Aug 2025 11:13:06 +0200 > schrieb Scott Kostyshak : > > > On Sat, Aug 02, 2025 at 11:00:48AM +0200, Kornel Benko wrote: > > > Am Fri, 01 Aug 2025 14:30:47 + > > > schrieb Scott Kostyshak : > > > > > > > commit 6ee67ae

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Sat, 2 Aug 2025 11:13:06 +0200 schrieb Scott Kostyshak : > On Sat, Aug 02, 2025 at 11:00:48AM +0200, Kornel Benko wrote: > > Am Fri, 01 Aug 2025 14:30:47 + > > schrieb Scott Kostyshak : > > > > > commit 6ee67ae6823ded6e486fe9f8496e27e371308ac4 > > > Author: Scott Kostyshak > > > Date:

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Scott Kostyshak
On Sat, Aug 02, 2025 at 11:00:48AM +0200, Kornel Benko wrote: > Am Fri, 01 Aug 2025 14:30:47 + > schrieb Scott Kostyshak : > > > commit 6ee67ae6823ded6e486fe9f8496e27e371308ac4 > > Author: Scott Kostyshak > > Date: Fri Aug 1 16:29:41 2025 +0200 > > > > lyx-tester: turn on more GCC warn

Re: [LyX/master] lyx-tester: turn on more GCC warnings

2025-08-02 Thread Kornel Benko
Am Fri, 01 Aug 2025 14:30:47 + schrieb Scott Kostyshak : > commit 6ee67ae6823ded6e486fe9f8496e27e371308ac4 > Author: Scott Kostyshak > Date: Fri Aug 1 16:29:41 2025 +0200 > > lyx-tester: turn on more GCC warnings > > These do not currently report any instances. > --- > develo