← Back to team overview

ubuntu-phone team mailing list archive

Re: split() method failure with Qt5.3

 

We tried with the PPA linked to the upstream bug, and with that it was
failing. AFAIK the PPA has RC1 in it - Timo, correct me if I'm wrong.

The split() fails only if the regexp used provides a match. Otherwise not.
If we use match() instead of split() it works. We tried to create a
RegExp() object separately, and use that as parameter in split(), it
crashed same way, in split(). The RegExp() was successfully created.

Zsombor


On Mon, May 26, 2014 at 11:24 AM, Albert Astals Cid <
albert.astals@xxxxxxxxxxxxx> wrote:

> On Sunday 25 May 2014 13:36:56 Zoltán Balogh wrote:
> > Hi,
> >
> > During the Qt5.3 migration work we  realized that the split() methods
> > terminates the process it is used in when the separator is a regular
> > expression.
>
> Hi, I just tried the attached main.qml in qmlscene and it's working fine
> under
> 5.3 beta2 ppa packages. Is that because i didn't understand the problem or
> did
> the issue get fixed meanwhile?
>
> Cheers,
>   Albert
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>

References