Re: [Development] Infra problems - CI is up and running

2020-03-01 Thread Heikki Halmet
Hi, CI is now up and running again. During the weekend there was update done to our compellent which apparently caused these problems. CI team don't have all the details yet or the root cause why our servers went down. We are still waiting for the answers. Hopefully we can avoid these

Re: [Development] A modest proposal: disable lower-case keywords (emit, foreach, forever, signals, slots) by default

2020-03-01 Thread Jaroslaw Kobus
Allan Sandfeld Jensen (27 February 2020 23:03) replied: > That is how I see it too. It essentially violates Qt code guidelines. If it > was a normal method we would name it "emitEmptied()", so far we have just > lived with "emit emptied()" instead. The issue is that if you want to emit a signal,

Re: [Development] A modest proposal: disable lower-case keywords (emit, foreach, forever, signals, slots) by default

2020-03-01 Thread Allan Sandfeld Jensen
On Monday, 2 March 2020 08:45:29 CET Jaroslaw Kobus wrote: > Allan Sandfeld Jensen (27 February 2020 23:03) replied: > > That is how I see it too. It essentially violates Qt code guidelines. If > > it > > was a normal method we would name it "emitEmptied()", so far we have just > > lived with