Re: tex2lyx tests failing on master

2024-02-25 Thread Scott Kostyshak
On Sun, Feb 25, 2024 at 07:04:18AM +0100, Jürgen Spitzmüller wrote: > Am Samstag, dem 24.02.2024 um 19:46 -0500 schrieb Scott Kostyshak: > > I do not know if there's a regression, or if the reference files just > > need to be updated. > > The latter. Done. Thanks, looks good here now. Scott si

Re: tex2lyx tests failing on master

2024-02-24 Thread Jürgen Spitzmüller
Am Samstag, dem 24.02.2024 um 19:46 -0500 schrieb Scott Kostyshak: > I do not know if there's a regression, or if the reference files just > need to be updated. The latter. Done. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@l

tex2lyx tests failing on master

2024-02-24 Thread Scott Kostyshak
The following tests fail for me on current master: tex2lyx/roundtrip/box-color-size-space-align.tex (Failed) tex2lyx/cmplyx/box-color-size-space-align.tex (Failed) tex2lyx/roundtrip/test-insets-basic.tex (Failed) tex2lyx/cmplyx/test-insets-basic.tex (Failed) tex2lyx/roundtrip/test-insets

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Wed, 02 Mar 2022 08:15:20 +0100 schrieb Jürgen Spitzmüller : > Am Mittwoch, dem 02.03.2022 um 08:04 +0100 schrieb Jürgen Spitzmüller: > > The real culprit is 4cab1a77d20d3db8. > > > > You now exit fromLaTeXCommand() in the "easy" cases, without properly > > setting needsTermination. If this bo

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Mittwoch, dem 02.03.2022 um 08:04 +0100 schrieb Jürgen Spitzmüller: > The real culprit is 4cab1a77d20d3db8. > > You now exit fromLaTeXCommand() in the "easy" cases, without properly > setting needsTermination. If this boolean is correctly set (see the > logic in the method below), the problem i

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Mittwoch, dem 02.03.2022 um 02:08 +0100 schrieb Thibaut Cuvelier: > I'm still unable to reproduce locally. My Git directory is quite > clean: The real culprit is 4cab1a77d20d3db8. You now exit fromLaTeXCommand() in the "easy" cases, without properly setting needsTermination. If this boolean is

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Wed, 2 Mar 2022 02:08:11 +0100 schrieb Thibaut Cuvelier : > 41: 'py' is not recognized as an internal or external command, ... > 41: -- Error output of D:/LyX/lyx-unstable/src/tex2lyx/test/runtests.py = 0 > > 100% tests passed, 0 tests failed out of 36 > > Label Time Summary: > cmplyx:tex2lyx

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 13:41:05 -0500 schrieb Scott Kostyshak : > On Tue, Mar 01, 2022 at 06:37:38PM +0100, Kornel Benko wrote: > > Am Tue, 1 Mar 2022 18:05:08 +0100 > > schrieb Jürgen Spitzmüller : > > > > > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller > > > : > > > Am Di., 1. Mär

Re: tex2lyx tests failing on current master

2022-03-01 Thread Scott Kostyshak
On Tue, Mar 01, 2022 at 06:37:38PM +0100, Kornel Benko wrote: > Am Tue, 1 Mar 2022 18:05:08 +0100 > schrieb Jürgen Spitzmüller : > > > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller > > : > > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier > > : > > > I tested only for t

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 18:05:08 +0100 schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier > : > > I tested only for test.ltx, but I can reproduce the error at commit > > df59649a (before > > any of

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier < > tcuvel...@lyx.org>: > >> I tested only for test.ltx, but I can reproduce the error at commit >> df59649a (before any of my Unicode changes). >> > > Interestingly, I can't

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier < tcuvel...@lyx.org>: > I tested only for test.ltx, but I can reproduce the error at commit > df59649a (before any of my Unicode changes). > Interestingly, I can't. With "make updatetests" in src/tex2lyx (which runs the tex2lyx tests), I

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 03:48:26 +0100 schrieb Thibaut Cuvelier : > On Sun, 27 Feb 2022 at 16:12, Jürgen Spitzmüller wrote: > > > Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > > > The more serious issue is perhaps that the produced file seems to > > > differ. But I am not su

Re: tex2lyx tests failing on current master

2022-02-28 Thread Thibaut Cuvelier
On Sun, 27 Feb 2022 at 16:12, Jürgen Spitzmüller wrote: > Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > > The more serious issue is perhaps that the produced file seems to > > differ. But I am not sure how to read those tests. > > These problems begin with > > [fec498d66

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > The more serious issue is perhaps that the produced file seems to > differ. But I am not sure how to read those tests. These problems begin with [fec498d6617d9] unicodesymbols: add several synonyms. Attached is a diff from t

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 15:05:43 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 27.02.2022 um 12:38 +0100 schrieb Kornel Benko: > > b'Overwriting existing > > file /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local- > > gcc8.4.0/src/tex2lyx/test/test.lyx\nFloating.cpp > > (72): Unrecognised float type:

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 12:38 +0100 schrieb Kornel Benko: > b'Overwriting existing > file /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local- > gcc8.4.0/src/tex2lyx/test/test.lyx\nFloating.cpp > (72): Unrecognised float type: endnote\nFloating.cpp (72): > Unrecognised float type: > endnote\nFloating.

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 10:59:28 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 27.02.2022 um 10:25 +0100 schrieb Kornel Benko: > > Here it is (72% tests passed, 10 tests failed out of 36) > > > > The following tests FAILED: > > 10 - tex2lyx/roundtrip/test.ltx (Failed) > > 11 - tex2ly

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 10:25 +0100 schrieb Kornel Benko: > Here it is (72% tests passed, 10 tests failed out of 36) > > The following tests FAILED: >10 - tex2lyx/roundtrip/test.ltx (Failed) >11 - tex2lyx/cmplyx/test.ltx (Failed) >14 - tex2lyx/roundtrip/beamer.tex (Fa

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 09:42:03 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 26.02.2022 um 23:23 -0500 schrieb Scott Kostyshak: > > There are some tex2lyx tests failing on current master. > > Can you be a bit more precise? > > Jürgen > Here it is (72% tests pas

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Samstag, dem 26.02.2022 um 23:23 -0500 schrieb Scott Kostyshak: > There are some tex2lyx tests failing on current master. Can you be a bit more precise? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org h

tex2lyx tests failing on current master

2022-02-26 Thread Scott Kostyshak
There are some tex2lyx tests failing on current master. Can anyone reproduce? Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: tex2lyx tests failing on master

2021-01-06 Thread Scott Kostyshak
On Wed, Jan 06, 2021 at 01:58:48AM -0500, Richard Kimberly Heck wrote: > On 1/6/21 1:06 AM, Scott Kostyshak wrote: > > I think it's because of the format update. > > Sorry, updated. Thanks, they pass now. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists

Re: tex2lyx tests failing on master

2021-01-05 Thread Richard Kimberly Heck
On 1/6/21 1:06 AM, Scott Kostyshak wrote: > I think it's because of the format update. Sorry, updated. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

tex2lyx tests failing on master

2021-01-05 Thread Scott Kostyshak
I think it's because of the format update. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: tex2lyx tests failing on master

2020-08-12 Thread Kornel Benko
Am Wed, 12 Aug 2020 13:14:26 +0200 schrieb Jürgen Spitzmüller : > Am Mittwoch, den 12.08.2020, 12:41 +0200 schrieb Jürgen Spitzmüller: > > > Yes, the differences in expected vs created by tex2lyx are like > > this: > > > > OK, so only the test cases need to be updated. Yes, seems so. > Done

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.08.2020, 12:41 +0200 schrieb Jürgen Spitzmüller: > > Yes, the differences in expected vs created by tex2lyx are like > this: > > OK, so only the test cases need to be updated. Done. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mail

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.08.2020, 11:31 +0200 schrieb Kornel Benko: > Yes, the differences in expected vs created by tex2lyx are like this: OK, so only the test cases need to be updated. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@li

Re: tex2lyx tests failing on master

2020-08-12 Thread Kornel Benko
Am Wed, 12 Aug 2020 11:08:32 +0200 schrieb Jürgen Spitzmüller : > Am Dienstag, den 11.08.2020, 11:10 -0400 schrieb Scott Kostyshak: > > The following tests FAILED: > > Does it also tell you what exactly failed? > > Jürgen Yes, the differences in expected vs created by tex2lyx are like this: +

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Dienstag, den 11.08.2020, 11:10 -0400 schrieb Scott Kostyshak: > The following tests FAILED: Does it also tell you what exactly failed? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/li

tex2lyx tests failing on master

2020-08-11 Thread Scott Kostyshak
I get the following output: The following tests FAILED: 6 - tex2lyx/roundtrip/test.ltx (Failed) 8 - tex2lyx/roundtrip/algo2e.tex (Failed) 10 - tex2lyx/roundtrip/beamer.tex (Failed) 12 - tex2lyx/roundtrip/box-color-size-space-align.tex (Failed) 14 - te

Re: tex2lyx tests failing on master

2020-03-15 Thread Scott Kostyshak
On Sun, Mar 15, 2020 at 05:19:58PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, den 15.03.2020, 11:56 -0400 schrieb Scott Kostyshak: > > The tex2lyx tests are failing on master. > > I forgot to update the tests. > > Better now? Yes, thanks for the quick fix. Scott signature.asc Description:

Re: tex2lyx tests failing on master

2020-03-15 Thread Jürgen Spitzmüller
Am Sonntag, den 15.03.2020, 11:56 -0400 schrieb Scott Kostyshak: > The tex2lyx tests are failing on master. I forgot to update the tests. Better now? Jürgen > > Scott signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://

tex2lyx tests failing on master

2020-03-15 Thread Scott Kostyshak
The tex2lyx tests are failing on master. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: tex2lyx tests failing

2019-03-20 Thread Jürgen Spitzmüller
Am Mittwoch, den 20.03.2019, 00:33 -0400 schrieb Scott Kostyshak: > I currently get the following: > > The following tests FAILED: > 24 - tex2lyx/roundtrip/test-insets-basic.tex (Failed) > 25 - tex2lyx/cmplyx/test-insets-basic.tex (Failed) > 26 - tex2lyx/roundtrip/test-i

tex2lyx tests failing

2019-03-19 Thread Scott Kostyshak
I currently get the following: The following tests FAILED: 24 - tex2lyx/roundtrip/test-insets-basic.tex (Failed) 25 - tex2lyx/cmplyx/test-insets-basic.tex (Failed) 26 - tex2lyx/roundtrip/test-insets.tex (Failed) 27 - tex2lyx/cmplyx/test-insets.tex (Failed) I tr

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 13:26:13, schrieb Guenter Milde > On 2017-05-12, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: --] > > > The tex2lyx tests have been failing on recent master. > > There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, > maybe thi

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Guenter Milde
On 2017-05-12, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: --] > The tex2lyx tests have been failing on recent master. There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, maybe this led to the tex2lyx fails... Tests pass here with a LyX compilated with the

tex2lyx tests failing on recent master

2017-05-12 Thread Scott Kostyshak
The tex2lyx tests have been failing on recent master. Scott signature.asc Description: PGP signature

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Georg Baum
Guenter Milde wrote: > I committed the patches for bug #9764, so now the macron below vs. minus > sign below problem should be fixed. > http://www.lyx.org/trac/changeset/7e716a26a5e/lyxgit > > tex2lyx test pass again here. Here as well. The new errors are due to ce933b1e14f. > Please give it a

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Scott Kostyshak
On Mon, Oct 19, 2015 at 07:22:56PM +0200, Kornel Benko wrote: > Am Montag, 19. Oktober 2015 um 17:00:34, schrieb Guenter Milde > > > On 2015-10-19, Guenter Milde wrote: > > > On 2015-10-19, Jean-Marc Lasgouttes wrote: > > > > >> Guenter, you should now be able to post to lyx-cvs. You are not >

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Kornel Benko
Am Montag, 19. Oktober 2015 um 17:00:34, schrieb Guenter Milde > On 2015-10-19, Guenter Milde wrote: > > On 2015-10-19, Jean-Marc Lasgouttes wrote: > > >> Guenter, you should now be able to post to lyx-cvs. You are not > >> subscribed to this list, but just whitelisted. > > >> I am working out

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Guenter Milde
On 2015-10-19, Guenter Milde wrote: > On 2015-10-19, Jean-Marc Lasgouttes wrote: >> Guenter, you should now be able to post to lyx-cvs. You are not >> subscribed to this list, but just whitelisted. >> I am working out a better solution with Máté right now. > Thank you very much, Jean-Marc, I c

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Guenter Milde
On 2015-10-19, Jean-Marc Lasgouttes wrote: > Guenter, you should now be able to post to lyx-cvs. You are not > subscribed to this list, but just whitelisted. > I am working out a better solution with Máté right now. Thank you very much, Jean-Marc, Günter

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-19 Thread Jean-Marc Lasgouttes
Le 17/10/15 17:02, Guenter Milde a écrit : Dear LyX developers, On 2015-10-16, Guillaume Munch wrote: Le 16/10/2015 18:10, Guenter Milde a écrit : Georg wrote: We are talking about a one time effort of at most half an hour for one person only. ... Please relate this effort to the time whi

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-18 Thread Georg Baum
Guenter Milde wrote: > Unfortunately, there is also no agreement on the way out, as the proper > fix requires changing unicodesymbols, tex2lyx, and test-files (bugs in > the expected test outcome). I thought we agreed on a solution? You explained how the inconsistency in unicodesymbols needs to

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-17 Thread Guillaume Munch
Le 17/10/2015 16:02, Guenter Milde a écrit : I see it rather as a one-time effort to get the lyx-cvs permissions right. The additional loop ("... and, btw., you need to subscribe to this list if you really want to commit") after finally getting commit rights set up and working will hit other fut

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-17 Thread Guenter Milde
Dear LyX developers, On 2015-10-16, Guillaume Munch wrote: > Le 16/10/2015 18:10, Guenter Milde a écrit : >> Georg wrote: >>> We are talking about a one time effort of at most half an hour for >>> one person only. ... >>> Please relate this effort to the time which is wasted by requiring >>> oth

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-16 Thread Georg Baum
Guenter Milde wrote: > On 2015-10-14, Georg Baum wrote: >> Scott Kostyshak wrote: > >>> On Tue, Oct 13, 2015 at 06:31:04PM +, Guenter Milde wrote: > Therefore, I don'tg want to waste time in trying to find out how I can subscribe to a list and set up a spam filter to reliably kill

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-16 Thread Guillaume Munch
Le 16/10/2015 18:10, Guenter Milde a écrit : We are talking about a one time effort of at most half an hour for one person only. Subscribing to lyx-cvs with lyx.org addresses works in general (one could ask Guillaume how he did it if it is unclear how it works), and setting up a filter in the g

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-16 Thread Scott Kostyshak
On Fri, Oct 16, 2015 at 05:10:07PM +, Guenter Milde wrote: > On 2015-10-14, Georg Baum wrote: > > Scott Kostyshak wrote: > > >> On Tue, Oct 13, 2015 at 06:31:04PM +, Guenter Milde wrote: > >>> On 2015-10-12, Jean-Marc Lasgouttes wrote: > > ... > > >>> I believe that any commit message sh

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-16 Thread Guenter Milde
On 2015-10-14, Georg Baum wrote: > Scott Kostyshak wrote: >> On Tue, Oct 13, 2015 at 06:31:04PM +, Guenter Milde wrote: >>> On 2015-10-12, Jean-Marc Lasgouttes wrote: ... >>> I believe that any commit message should go to lyx-cvs, just check for >>> some sign that this is an auto-generated m

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-14 Thread Georg Baum
Scott Kostyshak wrote: > On Tue, Oct 13, 2015 at 06:31:04PM +, Guenter Milde wrote: >> On 2015-10-12, Jean-Marc Lasgouttes wrote: >> >> > We can live with a few missing messages on lyx-cvs, as long as this >> > gets sorted out eventually. >> >> > I propose that you commit your patches yourse

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-13 Thread Scott Kostyshak
On Tue, Oct 13, 2015 at 06:31:04PM +, Guenter Milde wrote: > On 2015-10-12, Jean-Marc Lasgouttes wrote: > > Le 12/10/2015 18:02, Guenter Milde a écrit : > >> Either the "soft release lock" is lifted somehow or somone else needs to > >> apply it... > > > I do not think that any lock has been pu

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-13 Thread Guenter Milde
On 2015-10-12, Jean-Marc Lasgouttes wrote: > Le 12/10/2015 18:02, Guenter Milde a écrit : >> Either the "soft release lock" is lifted somehow or somone else needs to >> apply it... > I do not think that any lock has been put on you (yet? :p). I was asked not to commit anything until the issue is

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-12 Thread Jean-Marc Lasgouttes
Le 12/10/2015 18:02, Guenter Milde a écrit : Either the "soft release lock" is lifted somehow or somone else needs to apply it... I do not think that any lock has been put on you (yet? :p). We can live with a few missing messages on lyx-cvs, as long as this gets sorted out eventually. I pro

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-12 Thread Guenter Milde
On 2015-10-12, Scott Kostyshak wrote: > On Mon, Sep 14, 2015 at 09:45:05AM +, Guenter Milde wrote: >> ... >> > 2) Unit test does not pass, investigation shows that the unit test is not >> > correct here and needs to be changed => code change + unit test change can >> > be submitted >> 2a)

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-10-11 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 09:45:05AM +, Guenter Milde wrote: > Dear Georg, > > thank you for looking into this. > > On 2015-09-13, Georg Baum wrote: > > Guenter Milde wrote: > > ... > > > ... One thing I have learned during many years of software development > > is that source code and unit t

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-14 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 04:24:48PM +0200, Kornel Benko wrote: > Am Montag, 14. September 2015 um 09:41:41, schrieb Scott Kostyshak > > > > > # if instead you use CMake, do > > cmake /path/to/lyxsource/configure > > make > > Ahm .. should be "cmake /path/to/lyxsource" Oops thanks. Scott

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-14 Thread Kornel Benko
Am Montag, 14. September 2015 um 09:41:41, schrieb Scott Kostyshak > > # if instead you use CMake, do > cmake /path/to/lyxsource/configure > make Ahm .. should be "cmake /path/to/lyxsource" Kornel signature.asc Description: This is a digitally signed message part.

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-14 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 09:45:05AM +, Guenter Milde wrote: > Is there a pointer somewhere how to compile to a build dir? > I currently just run "make" in the repository base dir (as suggested in > lyx/INSTALL). First make an empty directory outside of the source directory. Let's call it /tmp/l

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-14 Thread Guenter Milde
Dear Georg, thank you for looking into this. On 2015-09-13, Georg Baum wrote: > Guenter Milde wrote: ... > ... One thing I have learned during many years of software development > is that source code and unit tests should always be changed at the same > time (in some projects this is even enfor

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-13 Thread Georg Baum
Guenter Milde wrote: > I propose a different approach: > > Motivation: > > Commit 268bd00 introduced an ambiguity because the "before" state had a > wrong mapping for the "MINUS BELOW". > The patch from #9764 removes the ambiguity (\b as representation of two > Unicode points). > > Both, commit

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-10 Thread Guenter Milde
small disambiguation: On 2015-09-10, Guenter Milde wrote: ... > \textsubplus{e} > \=*{e} > \b{e} > \"{e} > In addition to the IPA accent "minus below", there is also the standard > TeX accent "macron below" (which is not an IPA character/command and > actually does not bel

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-10 Thread Guenter Milde
Dear Georg, On 2015-09-09, Georg Baum wrote: > Guenter Milde wrote: ... >> I am pretty sure the unicodesymbols fix is correct, I am not sure whether >> the round-trip result is as it should be. > Both are correct. Since the patch in http://www.lyx.org/trac/ticket/9764 > does not revert the int

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-09 Thread Georg Baum
Guenter Milde wrote: > I see. > Interestingly, despite the "tests passed" message, git reports changed > files: > > diff --git a/src/tex2lyx/test/test-insets-basic.lyx.lyx > b/src/tex2lyx/test/test-insets-basic.lyx.lyx index 34c2ddc..3679ac5 100644 > --- a/src/tex2lyx/test/test-insets-basic.lyx.l

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-09 Thread Guenter Milde
On 2015-09-09, Kornel Benko wrote: > Am Mittwoch, 9. September 2015 um 09:37:01, schrieb Guenter Milde > >> I tried `make alltests` here (with fixed lib/unicodesymbols) and got >> the message: >> tex2lyx tests passed. > They still do not pass with cmake build. > The following tests FAILED: >

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-09 Thread Kornel Benko
Am Mittwoch, 9. September 2015 um 09:37:01, schrieb Guenter Milde > On 2015-09-09, Guenter Milde wrote: > > > The full and updated analysis, as well as a patch is now at > > http://www.lyx.org/trac/ticket/9764 > ... > > I was asked not to commit changes until the no-posts-to-cvs-list-allowed > >

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-09 Thread Guenter Milde
On 2015-09-09, Guenter Milde wrote: > The full and updated analysis, as well as a patch is now at > http://www.lyx.org/trac/ticket/9764 ... > I was asked not to commit changes until the no-posts-to-cvs-list-allowed > problem is solved, so I hope a kind developer will sponsor me > and apply the pat

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-09 Thread Guenter Milde
On 2015-09-08, Georg Baum wrote: > Guenter Milde wrote: >>> Looking further at change 268bd00, I see that both 0x0320 and 0x0331 do >>> now map to \b in lib/unicodesymbols. Which one is correct? ... The full and updated analysis, as well as a patch is now at http://www.lyx.org/trac/ticket/9764

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-08 Thread Georg Baum
Guenter Milde wrote: > I added the mapping for the "macron below" after research into combining > diacritical characters in connection with the comma below fix. > >> Looking further at change 268bd00, I see that both 0x0320 and 0x0331 do >> now map to \b in lib/unicodesymbols. Which one is correc

macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-05 Thread Guenter Milde
On 2015-09-04, Georg Baum wrote: > Kornel Benko wrote: >> Am Donnerstag, 3. September 2015 um 17:20:30, schrieb Scott Kostyshak >> >>> These tests are failing on master: >>> 16:tex2lyx/roundtrip/test-insets-basic.tex >>> 17:tex2lyx/cmplyx/test-insets-basic.tex >>> 18:tex2lyx/roundtrip/test-insets

Re: tex2lyx tests failing on master

2015-09-04 Thread Georg Baum
Kornel Benko wrote: > Am Donnerstag, 3. September 2015 um 17:20:30, schrieb Scott Kostyshak > >> These tests are failing on master: >> >> 16:tex2lyx/roundtrip/test-insets-basic.tex >> 17:tex2lyx/cmplyx/test-insets-basic.tex >> 18:tex2lyx/roundtrip/test-insets.tex >> 19:tex2lyx/cmplyx/test-insets

Re: tex2lyx tests failing on master

2015-09-04 Thread Kornel Benko
Am Donnerstag, 3. September 2015 um 17:20:30, schrieb Scott Kostyshak > These tests are failing on master: > > 16:tex2lyx/roundtrip/test-insets-basic.tex > 17:tex2lyx/cmplyx/test-insets-basic.tex > 18:tex2lyx/roundtrip/test-insets.tex > 19:tex2lyx/cmplyx/test-insets.tex They all show only differ

tex2lyx tests failing on master

2015-09-03 Thread Scott Kostyshak
These tests are failing on master: 16:tex2lyx/roundtrip/test-insets-basic.tex 17:tex2lyx/cmplyx/test-insets-basic.tex 18:tex2lyx/roundtrip/test-insets.tex 19:tex2lyx/cmplyx/test-insets.tex Let me know if it would be helpful if I bisected. Scott

Re: Two tex2lyx tests failing for me on master

2013-07-19 Thread Kornel Benko
Am Donnerstag, 18. Juli 2013 um 19:47:04, schrieb Scott Kostyshak > On Thu, Jul 18, 2013 at 1:35 AM, Kornel Benko wrote: > > Am Mittwoch, 17. Juli 2013 um 23:09:14, schrieb Scott Kostyshak > > > > > >> > Scott, could you please debug on ubuntu13? > > > >> > > > > >> > > > >> Georg's recent comm

Re: Two tex2lyx tests failing for me on master

2013-07-18 Thread Scott Kostyshak
On Thu, Jul 18, 2013 at 1:35 AM, Kornel Benko wrote: > Am Mittwoch, 17. Juli 2013 um 23:09:14, schrieb Scott Kostyshak > > >> > Scott, could you please debug on ubuntu13? > >> > > >> > >> Georg's recent commit fixed it for me. Do the tests pass for you now? > >> Is there still something that I sh

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Kornel Benko
Am Mittwoch, 17. Juli 2013 um 23:09:14, schrieb Scott Kostyshak > > Scott, could you please debug on ubuntu13? > > > > Georg's recent commit fixed it for me. Do the tests pass for you now? > Is there still something that I should debug? > > Scott No, it passes here too now. But now I wonder wh

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Scott Kostyshak
On Wed, Jul 17, 2013 at 1:17 PM, Kornel Benko wrote: > Am Mittwoch, 17. Juli 2013 um 11:36:22, schrieb Kornel Benko > > >> Am Sonntag, 14. Juli 2013 um 14:45:09, schrieb Scott Kostyshak >> > >> > > >> > Installing Gnumeric did fix one of the tests for me on Ubuntu 13.04. > >> > However, after Ko

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Stephan Witt
Am 14.07.2013 um 20:45 schrieb Scott Kostyshak : > On Sun, Jul 14, 2013 at 12:10 PM, Kornel Benko wrote: >> Am Sonntag, 14. Juli 2013 um 18:05:08, schrieb Georg Baum >> >> >>> Kornel Benko wrote: I for one have gnumeric installed, still this test fails. >> Which converter do you have

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Georg Baum
Kornel Benko wrote: > With this change the test-insets.tex-test works for me. > > Not sure, how to handle this. Georg? See http://www.lyx.org/trac/changeset/c7cdac6561c440af205628f92ecbebef6d6a21da/lyxgit/. This is a different problem than the one you saw before. Georg

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Kornel Benko
Am Mittwoch, 17. Juli 2013 um 11:36:22, schrieb Kornel Benko > Am Sonntag, 14. Juli 2013 um 14:45:09, schrieb Scott Kostyshak > > > > > Installing Gnumeric did fix one of the tests for me on Ubuntu 13.04. > > However, after Kornel's report of failure, I tested also on a > > different machine wi

Re: Two tex2lyx tests failing for me on master

2013-07-17 Thread Kornel Benko
Am Sonntag, 14. Juli 2013 um 14:45:09, schrieb Scott Kostyshak > > Installing Gnumeric did fix one of the tests for me on Ubuntu 13.04. > However, after Kornel's report of failure, I tested also on a > different machine with Ubuntu 12.04 and with Gnumeric installed and it > failed (that is, both

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Scott Kostyshak
On Sun, Jul 14, 2013 at 12:10 PM, Kornel Benko wrote: > Am Sonntag, 14. Juli 2013 um 18:05:08, schrieb Georg Baum > > >> Kornel Benko wrote: > >> > >> > I for one have gnumeric installed, still this test fails. > >> > > >> > Which converter do you have in mind? > >> > (here: Gnumeric -> Latex, "s

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Kornel Benko
Am Sonntag, 14. Juli 2013 um 18:05:08, schrieb Georg Baum > Kornel Benko wrote: > > > I for one have gnumeric installed, still this test fails. > > > > Which converter do you have in mind? > > (here: Gnumeric -> Latex, "ssconvert --export-type=Gnumeric_html:latex $$i > > $$o") > > Yes. Which v

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Georg Baum
Kornel Benko wrote: > I for one have gnumeric installed, still this test fails. > > Which converter do you have in mind? > (here: Gnumeric -> Latex, "ssconvert --export-type=Gnumeric_html:latex $$i > $$o") Yes. Which version? Mine is 1.10.17. Georg

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Kornel Benko
Am Sonntag, 14. Juli 2013 um 16:02:26, schrieb Georg Baum > Stephan Witt wrote: > > > Am 14.07.2013 um 11:11 schrieb Kornel Benko : > > > >> Am Samstag, 13. Juli 2013 um 17:21:42, schrieb Scott Kostyshak > >> > >> > This might be an issue on my end. Do they all pass for everyone else? > >> > M

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Georg Baum
Stephan Witt wrote: > Am 14.07.2013 um 11:11 schrieb Kornel Benko : > >> Am Samstag, 13. Juli 2013 um 17:21:42, schrieb Scott Kostyshak >> >> > This might be an issue on my end. Do they all pass for everyone else? >> > My HEAD is at f4bc3919. >> > >> > The following tests FAILED: >> > 12 - tex2

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Stephan Witt
Am 14.07.2013 um 11:11 schrieb Kornel Benko : > Am Samstag, 13. Juli 2013 um 17:21:42, schrieb Scott Kostyshak > > > This might be an issue on my end. Do they all pass for everyone else? > > My HEAD is at f4bc3919. > > > > The following tests FAILED: > > 12 - tex2lyx/roundtrip/test-insets.tex (

Re: Two tex2lyx tests failing for me on master

2013-07-14 Thread Kornel Benko
Am Samstag, 13. Juli 2013 um 17:21:42, schrieb Scott Kostyshak > This might be an issue on my end. Do they all pass for everyone else? > My HEAD is at f4bc3919. > > The following tests FAILED: > 12 - tex2lyx/roundtrip/test-insets.tex (Failed) > 13 - tex2lyx2lyx/roundtrip/test-insets.tex (Failed)

Two tex2lyx tests failing for me on master

2013-07-13 Thread Scott Kostyshak
This might be an issue on my end. Do they all pass for everyone else? My HEAD is at f4bc3919. The following tests FAILED: 12 - tex2lyx/roundtrip/test-insets.tex (Failed) 13 - tex2lyx2lyx/roundtrip/test-insets.tex (Failed) Below is the relevant part from LastTest.log: 12/1663 Testing: tex2lyx/rou