Re: RFC: Running clang-format across all Plasma (and more?) repos

2019-07-11 Thread alcinos
Hi, Just to mention that we have a .clang-format in Kdenlive as well ( https://invent.kde.org/kde/kdenlive/blob/master/.clang-format) I designed it so that it would be consistent but match rather closely the dominant style in the code-base at the time I wrote it. Unfortunately, we don't currently

Re: lgtm integration (automated detection of bugs and problems for programming languages)

2019-03-22 Thread alcinos
Le ven. 22 mars 2019 à 14:40, Tomaz Canabrava a écrit : > On Fri, Mar 22, 2019 at 2:31 PM alcinos > wrote: > > > > Is there a way to somehow configure the build process? Their automatic > dependency pulling is getting an outdated version of Melt, and it breaks > the

Re: lgtm integration (automated detection of bugs and problems for programming languages)

2019-03-22 Thread alcinos
Is there a way to somehow configure the build process? Their automatic dependency pulling is getting an outdated version of Melt, and it breaks the build for us in Kdenlive... Le ven. 22 mars 2019 à 07:43, Tomaz Canabrava a écrit : > On Thu, Mar 21, 2019 at 9:27 PM Albert Astals Cid wrote: > >

Re: Fuzzing KDE software

2019-03-06 Thread alcinos
Le mer. 6 mars 2019 à 20:36, Albert Astals Cid a écrit : > El dimecres, 6 de març de 2019, a les 20:20:03 CET, alcinos va escriure: > > Hello, > > > > As some of you might have heard, we have been rewriting significantly > some > > key components of Kdenlive ove

Fuzzing KDE software

2019-03-06 Thread alcinos
Hello, As some of you might have heard, we have been rewriting significantly some key components of Kdenlive over the past couple years, in an effort to improve stability, testability, and separation of concerns between the view and the model. As part of this effort, on top of traditional unit-te