D5188: [WIP] Basic support for building Go projects.

Aleix Pol Gonzalez noreply at phabricator.kde.org
Mon Mar 27 11:40:18 UTC 2017


apol added inline comments.

INLINE COMMENTS

> CMakeLists.txt:32
>  
> +add_subdirectory(go-buildsystem)
>  add_subdirectory(parser)

I'd call it "projectmanager" or "buildsystem". It's th go support, it's a given.

> gobuilder.cpp:39
> +    auto job = new KDevelop::OutputExecuteJob();
> +    (*job) << "/usr/bin/go" << action;
> +    job->setWorkingDirectory(buildDir.toUrl());

Just use "go" so it's looked up in PATH. Will fix it in special set ups.

REPOSITORY
  R59 KDevelop Go

REVISION DETAIL
  https://phabricator.kde.org/D5188

To: ematirov, #kdevelop
Cc: apol, kdevelop-devel, #kdevelop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170327/7d855997/attachment.html>


More information about the KDevelop-devel mailing list