User Details
- User Since
- Apr 30 2016, 3:34 PM (468 w, 4 d)
- Availability
- Available
Apr 12 2021
Mar 28 2021
I've found that one of the disadvantages of std::expected is that it causes the error type to appear in your API meaning it's
I forgot about it during the discussion yesterday, but the COMPATIBLE_INTERFACE_STRING and INTERFACE_QT_MAJOR_VERSION property are designed to prevent the accidental mixing
Mar 27 2021
The proposal is to create unversioned KF:: targets in KF5 and in KF6 to be used for transition. The danger is that such targets get used permanently instead of just for transition. It might be better if such targets are created to use KFTransitional:: prefixed targets instead of KF::.
Jun 1 2017
May 28 2017
My preference would be to use the ClangConfig.cmake instead of introducing these new files.
Feb 12 2017
Is anything here actually a PEP 8 fix?
Feb 5 2017
Feb 4 2017
Jan 31 2017
Jan 29 2017
@arojas Is something comparable already done like that elsewhere in KDE? Like for documentation for example?
Jan 28 2017
@arojas Does that imply that 'make' alone should not build the bindings? I don't think that's generally desirable.
Jan 21 2017
Jan 18 2017
It's true that QFlags has a ctor taking a nullptr. The bindings-related problem was in our handling of enums by prepending a namespace, so we would end up with Qt::nullptr. I've fixed that in ECM, and also fixed handling of = {} for various types too.
Jan 16 2017
Jan 15 2017
@sitter FYI
Jan 13 2017
I added https://commits.kde.org/extra-cmake-modules/29b9db8d67c67d4d1303e8dd9804f698fbaefbe1 in an attempt to resolve the issue of multiple packages installing the same __init__.py file.
Update on the installation directory issue. Instead of using 'dist-packages', the default is now 'site-packages', and packagers can now customize the install location for a package by passing
Jan 11 2017
Update on bug https://bugs.kde.org/show_bug.cgi?id=374801 , myself and @arojas fixed it. Packagers may want to cherry-pick the 8aa6843404f9c6faef66cb9c76358158eafc1af1 commit in ECM, and ed1b9ce2bb2a2e51410e0a1754a72c110010a6a0 if you encounter other problems to diagnose.
Jan 10 2017
Jan 9 2017
If anyone else here can reproduce the issue in https://bugs.kde.org/show_bug.cgi?id=374801 I would appreciate if you could dig into it and figure out what the problem is.
@arojas I raised that issue in June: http://comments.gmane.org/gmane.comp.kde.distributions/92 and it came up in November: https://www.mail-archive.com/kde-frameworks-devel@kde.org/msg39376.html
Jan 5 2017
Jan 4 2017
Thanks for filing this.