https://bugs.kde.org/show_bug.cgi?id=429054

steveren <q....@rsn-tech.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |q....@rsn-tech.co.uk

--- Comment #1 from steveren <q....@rsn-tech.co.uk> ---
This is how somebody thought it would be a good idea to test for version >= 7
in the file kdevelop-5.6.0/plugins/gdb/debugsession.cpp

    QRegExp rx(QStringLiteral("([7-9]+)\\.([0-9]+)(\\.([0-9]+))?"));
    int idx = rx.indexIn(s.first());
    if (idx == -1)
       ...

Oh dear.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to