GSoC/2017/StatusReports/MikhailIvchenko: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
Line 6: Line 6:
More information is available in my [https://docs.google.com/document/d/1jCTC5NlFfGmPvUqqrCEsB1xQEgGZVFwaYmELjZ2a-ZA/edit?usp=sharing proposal].
More information is available in my [https://docs.google.com/document/d/1jCTC5NlFfGmPvUqqrCEsB1xQEgGZVFwaYmELjZ2a-ZA/edit?usp=sharing proposal].


== Work report ==
== Work reports ==
* [https://phabricator.kde.org/diffusion/commit/query/76GeP9V4PxZg/ Commits]
 
* [http://ematirov.blogspot.ru/2017/06/gsoc-week-3.html Week 3 report]
* [http://ematirov.blogspot.ru/2017/06/gsoc-week-3.html Week 3 report]
* [http://ematirov.blogspot.ru/2017/06/go-support-in-kdevelop-gsoc-week-4-du.html Week 4 report]
* [http://ematirov.blogspot.ru/2017/06/go-support-in-kdevelop-gsoc-week-4-du.html Week 4 report]
Line 14: Line 16:
* [http://ematirov.blogspot.ru/2017/08/gsoc-week-9-10.html Week 9-10 report]
* [http://ematirov.blogspot.ru/2017/08/gsoc-week-9-10.html Week 9-10 report]
* [http://ematirov.blogspot.ru/2017/08/gsoc-week-11.html Week 11 report]
* [http://ematirov.blogspot.ru/2017/08/gsoc-week-11.html Week 11 report]
* [https://phabricator.kde.org/diffusion/commit/query/76GeP9V4PxZg/ Commits]

Revision as of 17:46, 20 August 2017

Go language support in KDevelop

I'm working on Go language support in KDevelop. KDevelop is a cross-platform IDE with awesome plugins support and possibility to implement support for various build systems and languages. The Go language is an cross-platform open-source compiled statically-typed language which tends to be simple and readable, and mainly targets console apps and network services.

My project aims on improving overall stability of Go support, making it to cover more specific scenarios and making user experience more pleasurable. That consist of providing building (via go build), launching, formatting (via go fmt) and linting (via gometalinter) support.

More information is available in my proposal.

Work reports