Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #279

2017-07-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/279/-- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace [WS-CLEANUP]

Re: Copying translations from 2.2.x to master?

2017-07-06 Thread Jean-Pierre Chrétien
Le 05/07/2017 à 10:14, Jean-Pierre Chrétien a écrit : If I follow your usual way, I should now copy these changes in the French, German, Japanese and Spanish docs. As the subject says, I guess I should first load the foreign 2.2.x doc files in 2.3.0dev and push them in master as 2.3 doc

Re: [LyX/master] Fix trailing whitespace in cpp files.

2017-07-06 Thread Christian Ridderström
On 3 July 2017 at 21:42, Scott Kostyshak wrote: > On Mon, Jul 03, 2017 at 07:53:56PM +0200, Richard Heck wrote: > > commit 75bfed55079cab6b73fbea6ce4ae3f10d1af3b91 > > Author: Richard Heck > > Date: Mon Jul 3 13:53:14 2017 -0400 > > > > Fix trailing

Re: fonts provided by lyx

2017-07-06 Thread Jean-Marc Lasgouttes
Le 04/07/2017 à 17:39, Cor Blom a écrit : Hi, According to "ReadmeBaKoMa4LyX.txt" and "BaKoMaFontLicense.txt" in the lib/fonts directory the included fonts are meant for Windows. Does this mean they are not necessary for linux They are sometimes packaged separately on Linux:

Re: Cleanup before 2.3.0?

2017-07-06 Thread Christian Ridderström
On 3 July 2017 at 11:26, Jean-Marc Lasgouttes wrote: > Since we are approaching major release, I think it is a good time to do > some mechanical clean-ups. The idea is that it is better to do it now > instead of at the beginning of a cycle in order to ease backporting of >

Re: Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #296

2017-07-06 Thread Christian Ridderström
The failure (below) was due to the CI worker (lyx-linux1) running out of disk space. This CI worker only has 20 GB on the attached disk for building, and it's on the small side - the other CI workers have 40 GB. I've now deleted old workspaces and it should be fine again. Cheers, Christian On 5

Re: Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #279

2017-07-06 Thread Christian Ridderström
The failure (below) was due to the CI worker (lyx-linux1) running out of disk space. This CI worker only has 20 GB on the attached disk for building, and it's on the small side - the other CI workers have 40 GB. I've now deleted old workspaces and it should be fine again. Cheers, Christian On 6

Jenkins build is back to normal : Build branch "master" » ubuntu-latest-qt5-cmake #280

2017-07-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/280/

Re: Cleanup before 2.3.0?

2017-07-06 Thread Scott Kostyshak
On Thu, Jul 06, 2017 at 08:23:24PM +0200, Christian Ridderström wrote: > - Now (before release) would be a good time to start using clang-format Why? One reason is that it might make it easier to backport fixes from master to 2.3.x. A reason against such a change is that the benefit is more

Re: Can shell-escape take advantage of needauth framework?

2017-07-06 Thread Scott Kostyshak
On Thu, Jul 06, 2017 at 04:03:11PM +0200, Enrico Forestieri wrote: > On Wed, Jul 05, 2017 at 12:54:20AM -0400, Scott Kostyshak wrote: > > > On Tue, Jun 27, 2017 at 09:26:30PM +0200, Enrico Forestieri wrote: > > > > > I don't think that reverting is in discussion here > > > > It is as long as

Re: Can shell-escape take advantage of needauth framework?

2017-07-06 Thread Enrico Forestieri
On Thu, Jul 06, 2017 at 04:20:43PM -0400, Scott Kostyshak wrote: > On Thu, Jul 06, 2017 at 04:03:11PM +0200, Enrico Forestieri wrote: > > > Trying to separate these issues is hypocritical and discriminatory. > > I do not think it necessarily has to be hypocritical or discriminatory. >

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools-extended #297

2017-07-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/297/

Re: Cleanup before 2.3.0?

2017-07-06 Thread Christian Ridderström
Hi Scott, On 6 July 2017 at 22:20, Scott Kostyshak wrote: > > - Now (before release) would be a good time to start using clang-format > > Why? One reason is that it might make it easier to backport fixes from > master to 2.3.x. This was my reason, as comparison of code

Re: Can shell-escape take advantage of needauth framework?

2017-07-06 Thread Scott Kostyshak
On Thu, Jul 06, 2017 at 11:39:50PM +0200, Enrico Forestieri wrote: > Then, I fear that whatever I say is ineffective. > http://fablesofaesop.com/the-wolf-and-the-lamb.html I'm really sorry you feel that way (I know this sounds insincere and cliché, but this is how I feel). Scott signature.asc

Re: [LyX/master] Fix uninitialized members outfd and infd

2017-07-06 Thread Jean-Marc Lasgouttes
Le 06/07/2017 à 14:52, Jean-Marc Lasgouttes a écrit : commit 02c9d2e67c16400588dfb103df284121520912a0 Author: Jean-Marc Lasgouttes Date: Thu Jul 6 14:46:03 2017 +0200 Fix uninitialized members outfd and infd Also move initialization of some variables to

Re: Can shell-escape take advantage of needauth framework?

2017-07-06 Thread Enrico Forestieri
On Wed, Jul 05, 2017 at 12:54:20AM -0400, Scott Kostyshak wrote: > On Tue, Jun 27, 2017 at 09:26:30PM +0200, Enrico Forestieri wrote: > > > I don't think that reverting is in discussion here > > It is as long as even one LyX developer proposes it. Ok. Then, I find it unfair not discussing the

Re: Cleanup before 2.3.0?

2017-07-06 Thread Scott Kostyshak
On Fri, Jul 07, 2017 at 12:03:50AM +0200, Christian Ridderström wrote: > - We can compare the built executable before and after running clang-format, > the executables should be identical. I don't know why I had never considered that approach before (although it is obvious now), and I like