PokiPoki in KDEReview

2020-08-26 Thread Carson Black
Hi y'all! I'd like to see PokiPoki go through KDEReview and eventually end up releasing as an extragear library. PokiPoki is a framework that aims to make persistent objects as trivial to use as possible and provides other sugar functionality on top of simply persisting objects, such as an undo/r

Re: Git merge workflow: reverse it?

2020-08-26 Thread Boudewijn Rempt
On Wednesday, 26 August 2020 10:32:24 CEST Ingo Klöcker wrote: > Boud, please don't look with your Krita glasses on other projects. Well, this goes two ways, and when people argue for a certain workflow as the KDE workflow, then I'll have to note that that workflow only is fine for repositorie

Re: Git merge workflow: reverse it?

2020-08-26 Thread Ingo Klöcker
On Mittwoch, 26. August 2020 09:59:16 CEST Boudewijn Rempt wrote: > On Tuesday, 25 August 2020 23:44:02 CEST you wrote: > > Or you can merge stable to master and be sure you won't forget anything. > > Of course if master changed a lot you can't (easily) do that. But we > > have a lot of repos that

Re: Git merge workflow: reverse it?

2020-08-26 Thread Boudewijn Rempt
On Tuesday, 25 August 2020 23:16:52 CEST Elvis Angelaccio wrote: > Now: > * Test the fix on stable > * Push to stable > * Merge stable to master > > After: > * Test the fix on master > * Push to master > * Test the fix on stable > * Cherry-pick to stable > > In the second model I need to test tw

Re: Git merge workflow: reverse it?

2020-08-26 Thread Boudewijn Rempt
On Tuesday, 25 August 2020 23:44:02 CEST you wrote: > Or you can merge stable to master and be sure you won't forget anything. > Of course if master changed a lot you can't (easily) do that. But we > have a lot of repos that don't change very often and merging stable to > master works very well wi