** Changed in: qtbase-opensource-src (Ubuntu)
Assignee: Timo Jyrinki (timo-jyrinki) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620173
Title:
Qt5 5.6 regression: conversion f
Unfortunately fixing this would be causing true regressions in at least
ktexteditor and pyqt5:
https://requests.ci-
train.ubuntu.com/static/britney/landing-1920/yakkety/excuses.html
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-yakkety-ci-tr
Also https://codereview.qt-project.org/#/c/139057/ is needed. Next time,
full debdiff with working and rebased patches please :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620173
Title:
Qt5 5.6
Timo, yes sorry, you've got the proper link :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620173
Title:
Qt5 5.6 regression: conversion from QVariant to QString is broken
To manage notifications
The patches do not apply to 5.6 as is, although it doesn't look too
complicated failing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620173
Title:
Qt5 5.6 regression: conversion from QVariant to
I think you meant https://codereview.qt-project.org/#/c/104737/32/ for
patch 1 :D
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1620173
Title:
Qt5 5.6 regression: conversion from QVariant to QString
Thanks for the report and finding both of the commits!
** Changed in: qtbase-opensource-src (Ubuntu)
Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)
** Changed in: qtbase-opensource-src (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a m
Ok, while trying to create a debdiff (with the help of Simon Q on IRC,
thanks :) ), I realized the above is effectively part 2, and part 1 is
this commit:
Part 1: https://codereview.qt-project.org/#/c/127924/12//ALL,unified
Part 2: https://codereview.qt-project.org/#/c/127924/12//ALL,unified (same
** Description changed:
A regression was introduced in Qt5 5.5 - fixed in 5.7 - whereas
conversion from QVariant to QString is broken for double and float
values (you can see more details on this here:
https://bugreports.qt.io/browse/QTBUG-47192).
The patch fixing this issue is the fo