[frameworks-kio] [Bug 387634] Ftp::ftpOpenDir should not emit error unless it really failed

2018-01-04 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=387634 --- Comment #6 from Wei-Cheng Pan <legnale...@gmail.com> --- Sorry for late reply. Here is the review request: https://phabricator.kde.org/D9672 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 387634] Ftp::ftpOpenDir should not emit error unless it really failed

2017-12-12 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=387634 --- Comment #3 from Wei-Cheng Pan <legnale...@gmail.com> --- Debian Unstable, and the packaged version is 5.37.0. -- You are receiving this mail because: You are watching all bug changes.

[kio] [Bug 387634] Ftp::ftpOpenDir should not emit error unless it really failed

2017-12-05 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=387634 --- Comment #1 from Wei-Cheng Pan <legnale...@gmail.com> --- Created attachment 109222 --> https://bugs.kde.org/attachment.cgi?id=109222=edit do not emit error for "list -la" Proved to work on my machine. -- You are receiving thi

[kio] [Bug 387634] New: Ftp::ftpOpenDir should not emit error unless it really failed

2017-12-05 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=387634 Bug ID: 387634 Summary: Ftp::ftpOpenDir should not emit error unless it really failed Product: kio Version: unspecified Platform: Other OS: Linux

[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-06-02 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=379219 --- Comment #19 from Wei-Cheng Pan <legnale...@gmail.com> --- For what it's worth, `git status --porcelain` usually takes 0.3s for a clean work copy on my machine. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-05-26 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=379219 --- Comment #10 from Wei-Cheng Pan <legnale...@gmail.com> --- BTW, this is what I get in the log: kdevplatform.vcs: Execute dvcs command: "git status --porcelain -- /***/firefox/widget/windows/JumpListBuilder.cpp" kdevplatform.vcs: Exec

[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-05-24 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=379219 --- Comment #9 from Wei-Cheng Pan <legnale...@gmail.com> --- I think it's because `git status --porcelain`, it will do something like `open("/repo/.git/index.lock", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0666)`, according to strace. -- Y

[kdevelop] [Bug 379219] kdevelop interferes with the correct operation of git

2017-04-28 Thread Wei-Cheng Pan
https://bugs.kde.org/show_bug.cgi?id=379219 Wei-Cheng Pan <legnale...@gmail.com> changed: What|Removed |Added CC||legnale...@gma

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-10-18 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 --- Comment #7 from Wei-Cheng Pan <legnale...@gmail.com> --- It's KDevelop::BackgroundParser::parseComplete emitting the signal. We'll need to add a timer to update the progress bar, instead of notify the main thread in every single step. -

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-10-18 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 --- Comment #6 from Wei-Cheng Pan <legnale...@gmail.com> --- Created attachment 101637 --> https://bugs.kde.org/attachment.cgi?id=101637=edit another hotspot This report was measured after I commented out the line I mentioned before. L

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-10-18 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 --- Comment #4 from Wei-Cheng Pan <legnale...@gmail.com> --- I commented out this line: m_parser->updateProgressBar(); in KDevelop::BackgroundParserPrivate::parseDocumentsInternal and the GUI thread becomes idle and works normally. May

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-10-18 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 Wei-Cheng Pan <legnale...@gmail.com> changed: What|Removed |Added Attachment #101341|0 |1 is ob

[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-09-29 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 --- Comment #2 from Wei-Cheng Pan <legnale...@gmail.com> --- Created attachment 101341 --> https://bugs.kde.org/attachment.cgi?id=101341=edit perf result after it start parsing C++ files -- You are receiving this mail because: You are wat

[kdevelop] [Bug 369374] New: Background parser slows down the GUI thread for large projects

2016-09-26 Thread Wei-Cheng Pan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374 Bug ID: 369374 Summary: Background parser slows down the GUI thread for large projects Product: kdevelop Version: 5.0.1 Platform: Debian unstable OS: Linux