Hi,
kdev-python has been moved to extragear.
https://projects.kde.org/projects/extragear/kdevelop/plugins/kdev-python
Thank you for your support.
Cheers,
Sven
2013/4/3 Albert Astals Cid :
> El Dimecres, 3 d'abril de 2013, a les 10:53:32, Sven Brauch va escriure:
>> Hi list,
>>
>> kdev-python ha
El Dimecres, 3 d'abril de 2013, a les 10:53:32, Sven Brauch va escriure:
> Hi list,
>
> kdev-python has been in kdereview for almost four months now, and
> still no decision has been reached. Since I'm the person asking for
> review, I can't decide anything.
> What's the policy for a reviewed appl
Hi,
I don't know whether there are rules for such cases, but I would say in such a
situation it should be decided by the relevant developer team - that is
kdevelop. I don't see how I as a workspace developer can properly judge the
situation.
Given the thread I see a clear "yes" from the kdevel
Hi,
I'd say it's ok for you to move it. If there are ideas on how to actually
fix the issues, we have plenty of channels to keep improving kdev-python,
starting from the kdevelop-devel mailing list and bugs.kde.org.
Aleix
On Wed, Apr 3, 2013 at 10:53 AM, Sven Brauch wrote:
> Hi list,
>
> kdev-p
Hi list,
kdev-python has been in kdereview for almost four months now, and
still no decision has been reached. Since I'm the person asking for
review, I can't decide anything.
What's the policy for a reviewed application when there's voices for
and against accepting it? If the application should b
On Wednesday 20 March 2013 20:20:19 Albert Astals Cid wrote:
> El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure:
> > Hi,
> >
> > my patch to python [1] was merged recently, so I could start working
> > on porting kdev-python away from the python fork. [2] is a branch
> > whi
On Wed, Mar 20, 2013 at 11:13 PM, Alexander Dymo wrote:
> I mean what can't be fixed, can't be fixed. At the end if Pino thinks the
>> python 2 fork is insecure he's always free to not package it in Debian.
>>
>
> If I was Sven, I'd drop Python2 support. But it's his call. I also think
> kdev-pyt
I mean what can't be fixed, can't be fixed. At the end if Pino thinks the
python 2 fork is insecure he's always free to not package it in Debian.
If I was Sven, I'd drop Python2 support. But it's his call. I also think
kdev-python should go forward.
On Wed, Mar 20, 2013 at 8:20 PM, Albert Astals Cid wrote:
> El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure:
> > Hi,
> >
> > my patch to python [1] was merged recently, so I could start working
> > on porting kdev-python away from the python fork. [2] is a branch
> > whic
El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure:
> Hi,
>
> my patch to python [1] was merged recently, so I could start working
> on porting kdev-python away from the python fork. [2] is a branch
> which is up-to-date with master and works without the fork, it just
> links
Hi,
my patch to python [1] was merged recently, so I could start working
on porting kdev-python away from the python fork. [2] is a branch
which is up-to-date with master and works without the fork, it just
links against the system's python 3.4. It's not perfect yet, but
neither was the old python
Hi,
>> And the rest of the Python library API, like the stuff in Python/* and
>> Object/*?
> Those aren't being used. Only the parser is used.
I'm sorry, I forgot that the AST stuff is in Python/ (it has been a
while). So, the ast-related stuff from Python/ is being used too.
Thus, diffing Parser
On Tue, Mar 12, 2013 at 10:57 AM, Pino Toscano wrote:
> Hi,
>
> Alle sabato 9 marzo 2013, Sven Brauch ha scritto:
> > considering kdev-python is only using the Parser part of python, this
> > is actually all that has changed in the two years between 2.7.1 and
> > 2.7.3:
> > http://paste.kde.org/6
On Tuesday 12 March 2013 10:57:57 Pino Toscano wrote:
> Hi,
>
> Alle sabato 9 marzo 2013, Sven Brauch ha scritto:
> > considering kdev-python is only using the Parser part of python, this
> > is actually all that has changed in the two years between 2.7.1 and
> > 2.7.3:
> > http://paste.kde.org/69
Hi,
Alle sabato 9 marzo 2013, Sven Brauch ha scritto:
> considering kdev-python is only using the Parser part of python, this
> is actually all that has changed in the two years between 2.7.1 and
> 2.7.3:
> http://paste.kde.org/691184/
> As far as I can see, there's not a single change which would
On Saturday 09 March 2013 12:13:08 Pino Toscano wrote:
> Hi,
>
> Alle sabato 16 febbraio 2013, Sven Brauch ha scritto:
> > A while ago, I asked for a review of kdev-python, in order for it to
> > be moved from playground to extragear. There was some (legitimate)
> > objection about the fork of the
Hi Pino,
considering kdev-python is only using the Parser part of python, this
is actually all that has changed in the two years between 2.7.1 and
2.7.3:
http://paste.kde.org/691184/
As far as I can see, there's not a single change which would affect
the behavior of kdev-python in any way. And I d
El Dissabte, 9 de març de 2013, a les 12:13:08, Pino Toscano va escriure:
> Hi,
>
> Alle sabato 16 febbraio 2013, Sven Brauch ha scritto:
> > A while ago, I asked for a review of kdev-python, in order for it to
> > be moved from playground to extragear. There was some (legitimate)
> > objection ab
Hi,
Alle sabato 16 febbraio 2013, Sven Brauch ha scritto:
> A while ago, I asked for a review of kdev-python, in order for it to
> be moved from playground to extragear. There was some (legitimate)
> objection about the fork of the python parser code the plugin
> contains, which is why the move ha
Hey,
this is still not resolved. If I'm not hearing any objection soon-ish,
then I'll assume you're okay with moving kdev-python to extragear, and
continue working on the python fork issue from there. Python 3.4 is
scheduled for early 2014, and I think the python people's idea of
merging my patch
Hello,
A while ago, I asked for a review of kdev-python, in order for it to
be moved from playground to extragear. There was some (legitimate)
objection about the fork of the python parser code the plugin
contains, which is why the move has not taken place yet, and
kdev-python is still residing in
21 matches
Mail list logo