Rework style-checking
ClosedPublic

Authored by brauch on Dec 26 2016, 12:59 AM.

Details

Reviewers
flherne
kfunk
Group Reviewers
KDevelop
Summary

The problem is described in https://bugs.kde.org/show_bug.cgi?id=373457.

I created a small script which reads input from stdin, runs the checker, and writes output to stdout. That avoids the startup time.

There are a few things missing still, e.g. passing on options -- I need to add that. Before I do, do you think this approach is sane?

Diff Detail

Repository
R53 KDevelop: Python Support
Lint
Lint Skipped
Unit
Unit Tests Skipped
brauch updated this revision to Diff 9361.Dec 26 2016, 12:59 AM
brauch retitled this revision from to Rework style-checking.
brauch updated this object.
brauch edited the test plan for this revision. (Show Details)
brauch added reviewers: KDevelop, flherne.
brauch set the repository for this revision to R53 KDevelop: Python Support.
Restricted Application added a subscriber: kdevelop-devel. ยท View Herald TranscriptDec 26 2016, 12:59 AM
kfunk accepted this revision.Dec 29 2016, 4:29 PM
kfunk added a reviewer: kfunk.
kfunk added a subscriber: kfunk.

This has been pushed if I understand correctly; as:

commit 088b022870a9608c7cebb72155cd6c3271cf827a
Author: Sven Brauch <mail@svenbrauch.de>
Date: Mon Dec 26 01:27:30 2016 +0100

Completely rework style-checking.
This revision is now accepted and ready to land.Dec 29 2016, 4:29 PM
kfunk closed this revision.Dec 29 2016, 4:29 PM