D23579: port ftp slave to new error reporting system

2019-10-11 Thread Harald Sitter
sitter retitled this revision from "WIP: port ftp slave to new error reporting system" to "port ftp slave to new error reporting system". sitter edited the summary of this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23579 To: sitter, dfaure Cc: anthonyfieroni,

D23579: port ftp slave to new error reporting system

2019-10-11 Thread Harald Sitter
sitter updated this revision to Diff 67697. sitter added a comment. move away from helper functions to redirect to q-> and instaed call via q-> directly REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23579?vs=67695&id=67697 BRANCH ftp REVISION DETAIL htt

D23579: port ftp slave to new error reporting system

2019-10-11 Thread Harald Sitter
sitter edited the summary of this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23579 To: sitter, dfaure Cc: anthonyfieroni, dfaure, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23579: port ftp slave to new error reporting system

2019-10-12 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Excellent work! INLINE COMMENTS > ftp.cpp:2635 > + > +#pragma message "was this useful? I have no clue where or how keepalive > would work with ftp" > +//authenticator->set

D23579: port ftp slave to new error reporting system

2019-10-14 Thread Harald Sitter
This revision was automatically updated to reflect the committed changes. sitter marked 3 inline comments as done. Closed by commit R241:c86eedf0f92d: port ftp slave to new error reporting system (authored by sitter). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D23579?vs=67697&id=67883#

D23579: port ftp slave to new error reporting system

2019-11-22 Thread David Faure
dfaure added a comment. @sitter The unittest just failed on CI, the test can't connect to the local FTP server, can you look into it? https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.13/211/testReport/junit/projectroot/autotests/kiocore_ftptest/ REPOSITORY R241 KIO

D23579: port ftp slave to new error reporting system

2019-11-25 Thread Harald Sitter
sitter added a comment. I'll see about adding some debug output for the daemon state. Hard to say why it's flakey with the info at hand. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23579 To: sitter, dfaure Cc: anthonyfieroni, dfaure, kde-frameworks-devel, LeGast00n,

D23579: port ftp slave to new error reporting system

2019-11-25 Thread David Faure
dfaure added a comment. Wait, nevermind, it was a regression in the mapConfig() related code, fixed meanwhile. KIO is green again on CI. Sorry for the false alert. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23579 To: sitter, dfaure Cc: anthonyfieroni, dfaure, kde-f