Creator doesn't "--keep-going"
-
Hi
You could insert --keep-going
in all the projects and sort of get that effect. -
That's what I do, and after upgrading from Creator 4.1.0 to 4.5.0 it no longer seems to work. Or the problem is unrelated to the version, and I just have a case where Creator stops for some other reason. But how do I find that out?
-
That's what I do, and after upgrading from Creator 4.1.0 to 4.5.0 it no longer seems to work. Or the problem is unrelated to the version, and I just have a case where Creator stops for some other reason. But how do I find that out?
@Asperamanca said in Creator doesn't "--keep-going":
Or the problem is unrelated to the version, and I just have a case where Creator stops for some other reason. But how do I find that out?
I guess Creator stops building once a make process exits with errorlevel != 0. I don't know if that was different in earlier releases, but in 4.5 I see "Dependencies" in the Project Settings (Project in the left bar). Maybe your problem is a result of this feature.
I could imagine another checkbox "no dependencies between projects" there to continue building even if one project fails.
-
@Asperamanca said in Creator doesn't "--keep-going":
Or the problem is unrelated to the version, and I just have a case where Creator stops for some other reason. But how do I find that out?
I guess Creator stops building once a make process exits with errorlevel != 0. I don't know if that was different in earlier releases, but in 4.5 I see "Dependencies" in the Project Settings (Project in the left bar). Maybe your problem is a result of this feature.
I could imagine another checkbox "no dependencies between projects" there to continue building even if one project fails.
@aha_1980
Thanks for pointing that out. However, the project that stops the build has no dependencies set. -
@aha_1980
Thanks for pointing that out. However, the project that stops the build has no dependencies set.Hi
if not too much hassle, it would be great to test with the
older Creator to know if it then works again or still broken. -
@Asperamanca said in Creator doesn't "--keep-going":
Thanks for pointing that out. However, the project that stops the build has no dependencies set.
Yes, but I guess Creator tracks the build success for each project to enable that function. As @mrjj said, please re-try with an older version.
Then you could file a suggestion on bugreports.qt.io - I simply guess you're the first one demanding this.
Edit: If you create a bugreport, then please provide a link here. Thanks
-
Well, the online installer is good at replacing the old Creator versions. But no matter, I can easily reproduce it using a couple of Qt samples, so I have raised it to Qt support. Thank you all for your inputs - makes me feel I haven't missed something too obvious, before writing a support ticket.
-
Here's the result: https://bugreports.qt.io/browse/QTCREATORBUG-19697
However, it's considered a suggestion, not a bug.