Re: Review of kdev-python for move to extragear

2012-12-07 Thread Sven Brauch
Hi! Yeah, basic python3 support is there (syntax works) but not all the features are handled correctly, e.g. nonlocal is not implemented yet etc. As milian already said, for 1.5 there will probably be two versions, a python 2 and a python 3 one. Most of the development from now on will happen for

Review Request: QML Plasma Components - fix for bug in ScrollBar anchoring

2012-12-07 Thread Sebastian Gottfried
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107622/ --- Review request for KDE Runtime, Burkhard Lück and Marco Martin. Descriptio

Re: Review of kdev-python for move to extragear

2012-12-07 Thread Laszlo Papp
On Fri, Dec 7, 2012 at 12:09 PM, Milian Wolff wrote: > On Friday 07 December 2012 06:01:19 Laszlo Papp wrote: > > > Out of the curiosity: how much python3 is available? Thank you for your > > > work. > > > > python3 _support_ > > please read http://scummos.blogspot.de/2012/11/kdev-python-14-stabl

Re: Review of kdev-python for move to extragear

2012-12-07 Thread Milian Wolff
On Friday 07 December 2012 06:01:19 Laszlo Papp wrote: > > Out of the curiosity: how much python3 is available? Thank you for your > > work. > > python3 _support_ please read http://scummos.blogspot.de/2012/11/kdev-python-14-stable- released.html 1.5 will get python3 support -- Milian Wolff m..

Re: Review of kdev-python for move to extragear

2012-12-07 Thread Sven Brauch
Hello! Unfortunately, I don't think it's possible to use an external version of python. The official parser does not provide some of the information which is required for proper static analysis; upstream refused to accept my patches changing what would have been needed to make it work (see http://

Re: Review Request: Fix KIO listDir entries batching

2012-12-07 Thread Mark Gaiser
> On Dec. 6, 2012, 9:15 p.m., Mark Gaiser wrote: > > Do i also need to push this to the frameworks branch? If so, how? > > git checkout KDE/frameworks > > git pull > > git checkout > > git rebase KDE/frameworks > > git checkout KDE/frameworks > > git merge > > git push > > > > Just verifying i