Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread Scott Kostyshak
On Thu, Jun 26, 2025 at 05:28:19PM +0100, José Matos wrote: > On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: > > Currently, configure.py prints output to STDERR, even though they are > > not necessarily warnings or errors. > > I can understand why the logging default is stderr. :-) > >

Re: underbar

2025-06-26 Thread Scott Kostyshak
On Thu, Jun 26, 2025 at 09:50:09PM +0200, Enrico Forestieri wrote: > On Thu, Jun 26, 2025 at 10:42:56AM +0200, Scott Kostyshak wrote: > > On Wed, Jun 25, 2025 at 11:57:23PM +0200, Enrico Forestieri wrote: > > > On Sat, Jun 14, 2025 at 11:18:57PM +0200, Scott Kostyshak wrote: > > > > When I enter ma

Re: Thread sanitizer warnings

2025-06-26 Thread Scott Kostyshak
On Thu, Jun 26, 2025 at 10:33:28PM +0200, Scott Kostyshak wrote: > Can anyone make sense of the attached warnings about thread safety? > > I'd be particularly curious if you have any intuition to share for how > to figure out whether it's an issue due to Qt or LyX. > > Scott I wonder if there ar

Thread sanitizer warnings

2025-06-26 Thread Scott Kostyshak
Can anyone make sense of the attached warnings about thread safety? I'd be particularly curious if you have any intuition to share for how to figure out whether it's an issue due to Qt or LyX. Scott == WARNING: ThreadSanitizer: data race (pid=397551) Read of size 8 at 0x720c

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread Enrico Forestieri
On Thu, Jun 26, 2025 at 05:28:19PM +0100, José Matos wrote: On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: [...] python3 -tt /home/scott/lyxbuilds/master-master/repo/lib/configure.py > /dev/null Why, on Earth, are we still using -tt? :-) Because we love tradition and this is los

Re: underbar

2025-06-26 Thread Enrico Forestieri
On Thu, Jun 26, 2025 at 10:42:56AM +0200, Scott Kostyshak wrote: On Wed, Jun 25, 2025 at 11:57:23PM +0200, Enrico Forestieri wrote: On Sat, Jun 14, 2025 at 11:18:57PM +0200, Scott Kostyshak wrote: > When I enter math mode and type \underbar, the cursor is placed outside > of the box. I expected

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread José Matos
On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: > Currently, configure.py prints output to STDERR, even though they are > not necessarily warnings or errors. I can understand why the logging default is stderr. :-) > The attached patch changes it to print to STDOUT. OK by me. > Without

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-26 Thread Richard Kimberly Heck
On 6/25/25 7:02 PM, Jean-Marc Lasgouttes wrote: Le 25/06/2025 à 23:56, Pavel Sanda a écrit : Well, why we should keep it? We consistently cut feature after feature as the most interesting cases already landed in standard C++ libs. How many new uses we came up during last 10 years? I am all fo

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
On Thu, Jun 26, 2025 at 03:14:13PM +0200, Stephan Witt wrote: > > I think this is really not about lyx at the moment. > > For some reason when I install octave through homebrew, launching 'octave' > > on commandline launches command line version for me, while octave-gui for > > you. > > > > The

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Stephan Witt
Am 26.06.2025 um 14:48 schrieb Pavel Sanda : > > On Thu, Jun 26, 2025 at 02:08:49PM +0200, fcana...@gmail.com wrote: >> 2.4.4 downloaded from https://ftp.lip6.fr/pub/lyx/bin/2.4.4/ >> 2.5.0 downloaded from https://ftp.lip6.fr/pub/lyx/devel/lyx-2.5/ >> >> I don???t know whether homebrew compiles L

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
On Thu, Jun 26, 2025 at 02:08:49PM +0200, fcana...@gmail.com wrote: > 2.4.4 downloaded from https://ftp.lip6.fr/pub/lyx/bin/2.4.4/ > 2.5.0 downloaded from https://ftp.lip6.fr/pub/lyx/devel/lyx-2.5/ > > I don???t know whether homebrew compiles LyX differently or just copies from > the official web

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread fcanatay
>>> Fatihcan, did you do something specific in your configuration/install that >>> current lyx sees your octave in path? >>> >> >> On my Mac I have both Maxima and Octave installed through Homebrew. > > I can't reproduce the lag problem. I installed lyx 2.4.4 & octave from > homebrew on some

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 04:04:01PM +0200, fcana...@gmail.com wrote: > > Fatihcan, did you do something specific in your configuration/install that > > current lyx sees your octave in path? > > > > On my Mac I have both Maxima and Octave installed through Homebrew. I can't reproduce the lag pro

Re: \underbar

2025-06-26 Thread Scott Kostyshak
On Wed, Jun 25, 2025 at 11:57:23PM +0200, Enrico Forestieri wrote: > On Sat, Jun 14, 2025 at 11:18:57PM +0200, Scott Kostyshak wrote: > > When I enter math mode and type \underbar, the cursor is placed outside > > of the box. I expected for it to be placed inside. I'm guessing it has > > something