D5584: Introduction of runtimes
Milian Wolff
noreply at phabricator.kde.org
Wed May 3 22:04:55 UTC 2017
mwolff added a comment.
first of all, sorry for the long delay Aleix. I haven't yet had time to look at the code, just watched your videos which look pretty neat. some high-level questions:
- would one need to build from scratch every time, or do you support some way to do partial rebuilds inside the container?
- did you actually manage to integrate the container environment into our language system? i.e. at work I'm working on one project inside a docker container that contains important thirdparty dependencies that are unavailable on my host system. in kdevelop, that leads to tons of "file not found" errors and so forth - how do you deal with that?
- you mention GDB, so we can build/run/debug transparently from kdev within a container with this patch?
INLINE COMMENTS
> anthonyfieroni wrote in dockerplugin.cpp:94
> Better use !!qobject_cast<> because you get a pointer not a bool.
no need. we don't use this javascript style elsewhere in our codebase
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D5584
To: apol, #kdevelop
Cc: mwolff, anthonyfieroni, kossebau, geetamc, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170503/7c83ca9c/attachment.html>
More information about the KDevelop-devel
mailing list