KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 800 - Still Unstable!

2021-05-19 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/800/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 20 May 2021 01:13:36 +
 Build duration:
9 min 54 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 55 test(s), Skipped: 0 test(s), Total: 56 test(s)Failed: projectroot.autotests.applicationlauncherjob_servicetestName: projectroot.autotests Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)Name: projectroot.src.ioslaves.trash Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.kpasswdserver Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks » kservice » kf5-qt5 FreeBSDQt5.15 - Build # 132 - Fixed!

2021-05-19 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks/job/kservice/job/kf5-qt5%20FreeBSDQt5.15/132/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 19 May 2021 14:02:16 +
 Build duration:
1 min 26 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)Name: projectroot.tests Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

T14471: Make Qt 5.15.0 to 5.15.2 for frameworks

2021-05-19 Thread Ahmad Samir
ahmadsamir added a comment.


  Anything other than the methods that were added for "portability at the 
expense of performance", should be OK, famous last words™. :)
  
  I've been bitten twice by the QStringView API in Qt5, it has too many 
surprises, basically because upstream decided to make "code" portable any which 
way... but I digress.
  
  Since QStringRef is in a Qt6 compat module, I think QStringView should wait 
until we branch KF6; we also get QStrinTokenizer Qt6 (yes, it means we might 
scramble a bit between when we branch KF6 and the first release to fix affected 
public API's, but I think that's safer).

TASK DETAIL
  https://phabricator.kde.org/T14471

To: ahmadsamir
Cc: ahmadsamir, nicolasfella, kde-frameworks-devel, usta, LeGast00n, cblack, 
michaelh, ngraham, bruns


T14471: Make Qt 5.15.0 to 5.15.2 for frameworks

2021-05-19 Thread Ömer Fadıl Usta
usta added a subscriber: ahmadsamir.
usta added a comment.


  @ahmadsamir

TASK DETAIL
  https://phabricator.kde.org/T14471

To: usta
Cc: ahmadsamir, nicolasfella, kde-frameworks-devel, usta, LeGast00n, cblack, 
michaelh, ngraham, bruns


T14471: Make Qt 5.15.0 to 5.15.2 for frameworks

2021-05-19 Thread Nicolas Fella
nicolasfella added a comment.


  Do we actually *want* to use the API that has been introduced in production?
  
  From QStringView:: toInt:
  
Note: This method has been added in 5.15.2 to simplify writing code that is 
portable between Qt 5.15 and Qt 6. The implementation is not tuned for 
performance in Qt 5.

TASK DETAIL
  https://phabricator.kde.org/T14471

To: nicolasfella
Cc: nicolasfella, kde-frameworks-devel, usta, LeGast00n, cblack, michaelh, 
ngraham, bruns