https://bugs.kde.org/show_bug.cgi?id=374801
Stephen Kelly <steve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/ext |https://commits.kde.org/ext |ra-cmake-modules/8aa6843404 |ra-cmake-modules/ed1b9ce2bb |f9c6faef66cb9c76358158eafc1 |2a2e51410e0a1754a72c110010a |af1 |6a0 --- Comment #14 from Stephen Kelly <steve...@gmail.com> --- Git commit ed1b9ce2bb2a2e51410e0a1754a72c110010a6a0 by Stephen Kelly. Committed on 11/01/2017 at 21:27. Pushed by skelly into branch 'master'. Bindings: Fix logging output severity for parsing messages The Python logging module uses logging severities with numerical values which form a sequence in steps of 10. The Clang cindex.Diagnostic numerical values use a step size of 1, so the two are incompatible. Introduce a mapping function so that appropriate errors get issued when attempting to build the bindings. The logging module has one surplus diagnostic level, but we simply never use it. M +29 -1 find-modules/sip_generator.py https://commits.kde.org/extra-cmake-modules/ed1b9ce2bb2a2e51410e0a1754a72c110010a6a0 -- You are receiving this mail because: You are watching all bug changes.