Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Jean-Marc Lasgouttes
Le 05/07/2024 à 18:46, Scott Kostyshak a écrit : On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote: On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote: Can InsetInfo run an occasional pref2pref? Possible but unlikely. As far as I remember all layout files are updated and

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Scott Kostyshak
On Fri, Jul 05, 2024 at 12:52:07PM GMT, Richard Kimberly Heck wrote: > On 7/5/24 12:46 PM, Scott Kostyshak wrote: > > On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote: > > > On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote: > > > > Can InsetInfo run an occasional pref2pref? >

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Richard Kimberly Heck
On 7/5/24 12:46 PM, Scott Kostyshak wrote: On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote: On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote: Can InsetInfo run an occasional pref2pref? Possible but unlikely. As far as I remember all layout files are updated and thus

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Scott Kostyshak
On Fri, Jul 05, 2024 at 05:33:39PM GMT, José Matos wrote: > On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote: > > Can InsetInfo run an occasional pref2pref? > > Possible but unlikely. > > As far as I remember all layout files are updated and thus > layout2layout it is not used. Is

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread José Matos
On Fri, 2024-07-05 at 16:27 +0200, Jean-Marc Lasgouttes wrote: > No, I have no debug enabled. I am not sure what can trigger a python > run when previews are off (graphics are enabled, though). The only place where we call this directly is in lyx2lyx, and that is done unconditionally in the sense

Re: [LyX/master] Fix display of page references when language is not specified

2024-07-05 Thread Richard Kimberly Heck
On 7/5/24 10:25 AM, Jean-Marc Lasgouttes wrote: Le 05/07/2024 à 16:18, Jean-Marc Lasgouttes a écrit : commit 6f6d9b631d110fb71fcd99351b4f40d58451700a Author: Jean-Marc Lasgouttes Date:   Fri Jul 5 16:10:17 2024 +0200 Fix display of page references when language is not specified Riki,

Re: [LyX/master] Cut excessively long author lists before parsing them for the GUI

2024-07-05 Thread Richard Kimberly Heck
On 7/5/24 11:22 AM, Juergen Spitzmueller wrote: commit 7d2d26132b6bb285e96d65da5ca8269061af8d6c Author: Juergen Spitzmueller Date: Fri Jul 5 17:19:24 2024 +0200 Cut excessively long author lists before parsing them for the GUI as they will be truncated anyway.

Re: 2.4.1

2024-07-05 Thread Richard Kimberly Heck
On 7/5/24 11:23 AM, Jürgen Spitzmüller wrote: Am Donnerstag, dem 04.07.2024 um 00:01 +0200 schrieb Jean-Marc Lasgouttes: I guess we should just limit the number of authors that we parse. Done that as well in master now (7d2d26132b6bb28). This helps a lot with the remaining performance

Re: 2.4.1

2024-07-05 Thread Jürgen Spitzmüller
Am Donnerstag, dem 04.07.2024 um 00:01 +0200 schrieb Jean-Marc Lasgouttes: > I guess we should just limit the number of authors that we parse. Done that as well in master now (7d2d26132b6bb28). This helps a lot with the remaining performance problems of that particular file. Possible candidate

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Jean-Marc Lasgouttes
Le 05/07/2024 à 15:59, José Matos a écrit : On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote: While scrolling text in stable (preview if off), I get messages like: Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'> José, this looks like python stuff, over

Re: [LyX/master] Fix display of page references when language is not specified

2024-07-05 Thread Jean-Marc Lasgouttes
Le 05/07/2024 à 16:18, Jean-Marc Lasgouttes a écrit : commit 6f6d9b631d110fb71fcd99351b4f40d58451700a Author: Jean-Marc Lasgouttes Date: Fri Jul 5 16:10:17 2024 +0200 Fix display of page references when language is not specified Riki, this is candidate for branch. A pretty minor

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread José Matos
On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote: > While scrolling text in stable (preview if off), I get messages like: > Exception ignored in: <_io.TextIOWrapper name='' mode='w' > encoding='utf-8'> > > José, this looks like python stuff, over to you :) > > JMarc I suspect that

Re: Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread José Matos
On Fri, 2024-07-05 at 14:33 +0200, Jean-Marc Lasgouttes wrote: > While scrolling text in stable (preview if off), I get messages like: > Exception ignored in: <_io.TextIOWrapper name='' mode='w' > encoding='utf-8'> > > José, this looks like python stuff, over to you :) > > JMarc Thank you.

Exception ignored in: _io.TextIOWrapper

2024-07-05 Thread Jean-Marc Lasgouttes
While scrolling text in stable (preview if off), I get messages like: Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'> José, this looks like python stuff, over to you :) JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: 2.4.1

2024-07-05 Thread Jean-Marc Lasgouttes
Le 05/07/2024 à 14:10, Jürgen Spitzmüller a écrit : Am Donnerstag, dem 04.07.2024 um 17:12 +0200 schrieb Jean-Marc Lasgouttes: From what I understand, it exhausts the memory of the computer by allocating memory somewhere in the regex machinery (see the backtrace in the report). So the problem

Re: 2.4.1

2024-07-05 Thread Jürgen Spitzmüller
Am Donnerstag, dem 04.07.2024 um 17:12 +0200 schrieb Jean-Marc Lasgouttes: > From what I understand, it exhausts the memory of the computer by > allocating memory somewhere in the regex machinery (see the backtrace > in the report). So the problem is not just about caching. Regex indeed was the

Re: LyX 2.4.1 Released

2024-07-05 Thread José Matos
On Fri, 2024-07-05 at 00:13 -0400, Richard Kimberly Heck wrote: > We are proud to announce the release LyX 2.4.1, the first maintenance > release in the 2.4.x series. Updates created for Fedora: F41: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7b7b5065ec F40:

2.4.1 crashes too on the command line on Silicon Mac

2024-07-05 Thread Dr Eberhard Lisse
Thanks for all your work. I ran it from the command line and it crashes too. el -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: 2.4.1 OT

2024-07-05 Thread Dr Eberhard Lisse
On 2024/07/04 20:57, José Matos wrote: > On Thu, 2024-07-04 at 20:28 +0200, Eberhard W Lisse wrote: >> The quality of papers is usually inversely proportionate to the >> number of authors. > > Tell that to particle physicists. :-D Put they don't have to add every particle to the author list