Discussion:
LyX 2.1.1, Again
Richard Heck
2014-06-16 15:26:07 UTC
Permalink
OK. It seems to me we are ready to freeze strings for 2.1.1. Any
objection or comment?

Richard
Jean-Marc Lasgouttes
2014-06-16 15:56:39 UTC
Permalink
Post by Richard Heck
OK. It seems to me we are ready to freeze strings for 2.1.1. Any
objection or comment?
I think the time is right.

JMarc
Peter Kümmel
2014-06-17 07:01:53 UTC
Permalink
Post by Jean-Marc Lasgouttes
Post by Richard Heck
OK. It seems to me we are ready to freeze strings for 2.1.1. Any
objection or comment?
I think the time is right.
JMarc
Could someone define LYX_CALLSTACK_PRINTING in support when LyX
is compiled with automake on Linux and with with GCC?
Then we get a backtrace in the crash dialog. Would help us a lot
in localizing the "the mystery crash".

Peter
Pavel Sanda
2014-06-17 17:02:50 UTC
Permalink
OK. It seems to me we are ready to freeze strings for 2.1.1. Any objection
or comment?
This paragraph seems to be out of context now. P
Richard Heck
2014-06-17 20:04:46 UTC
Permalink
Post by Pavel Sanda
OK. It seems to me we are ready to freeze strings for 2.1.1. Any objection
or comment?
This paragraph seems to be out of context now. P
I'll restructure it a bit.

rh
Uwe Stöhr
2014-06-25 22:07:35 UTC
Permalink
Post by Richard Heck
OK. It seems to me we are ready to freeze strings for 2.1.1. Any
objection or comment?
I get this warning when compiling current LyX 2.1.x branch:

"D:\LyXGit\Master\compile-result\src\LyX.vcxproj" (Standard target) (3) ->
(ClCompile target) ->
..\..\src\Paragraph.cpp(3855): warning C4018: '<': conflict between
'signed' and 'unsigned' [D:\LyXGit\Master\compile-resul\src\LyX.vcxproj]

Maybe this can be fixed before LyX 2.1.1 is released?

regards Uwe
Georg Baum
2014-06-26 18:22:18 UTC
Permalink
Post by Uwe Stöhr
"D:\LyXGit\Master\compile-result\src\LyX.vcxproj" (Standard target) (3) ->
(ClCompile target) ->
..\..\src\Paragraph.cpp(3855): warning C4018: '<': conflict between
'signed' and 'unsigned' [D:\LyXGit\Master\compile-resul\src\LyX.vcxproj]
Maybe this can be fixed before LyX 2.1.1 is released?
Not needed. Line 3855 contains only a closing brace '}' in 2.1 branch. The
warning makes sense if you look at master. There you have

if (pos < from + lyxrc.completion_minlength)

which is indeed a comparison between signed and unsigned values. I'll fix
that, but nothing needs to be done for 2.1.1.


Georg
Uwe Stöhr
2014-06-26 23:03:18 UTC
Permalink
Post by Georg Baum
Not needed. Line 3855 contains only a closing brace '}' in 2.1 branch. The
warning makes sense if you look at master. There you have
if (pos < from + lyxrc.completion_minlength)
which is indeed a comparison between signed and unsigned values. I'll fix
that, but nothing needs to be done for 2.1.1.
Hi Georg,

thanks for fixing this. I could have sworn that I got the warning also
in branch, but after that many compilation attempts maybe lost track.

regards Uwe

Loading...