Re: KDevelop can't load project: "too large document"?
Matthew Woehlke <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
On 2017-12-06 15:12, René J.V. Bertin wrote: > On Wednesday December 06 2017 14:52:24 Matthew Woehlke wrote: >> What confuses me is that code in cmakemanager.cpp makes me think that >> *any* response from the job triggers a failure and falling back on the >> "old" code. > > Unless I've been missing something the old code is only used when the > cmake server job fails to *start*. That would happen if you don't > have cmake, or if it returns an error immediately (that's what I'm > exploiting to avoid using cmake server mode). I'll have another look, > but didn't see anything suggesting that such a fallback exists after > the server job has started successfully. Ah, okay, I see; I was mixing up the server and the job. So... yeah, it does seem like your patch would also help. -- Matthew