KDevelop/KDev-Python Branches: Difference between revisions

From KDE Community Wiki
(Created page with "Since we have quite a lot of branches now, I want to list them here: As of 3/2014, there's basically two "unstable" branches: master is python2, and works with kdevplatform...")
 
No edit summary
Line 1: Line 1:
Since we have quite a lot of branches now, I want to list them here:
Since we have quite a lot of branches now, I want to list them here.


As of 3/2014, there's basically two "unstable" branches:
== KDevelop 5 ==
  master is python2, and works with kdevplatform master
The master branch and all stable branches are for Python 3. master builds against kdevplatform master, the 5.0, 5.1 etc branches build against kdevplatform of the same version.
  python3 is python3 (yes really) and works with kdevplatform master


There's also lots of stable branches with names like
== KDevelop 4 ==
There are lots of stable branches with names like
   1.3
   1.3
   1.4
   1.4
Line 12: Line 12:
Those are all python 2 and work with the kdevplatform version which matches the branch name.
Those are all python 2 and work with the kdevplatform version which matches the branch name.


New branches are starting to appear with names like
The
   1.6-py3
   1.6-py3
Those are python 3 and work with the kdevplatform version which matches the branch name.
  1.7-py3
branches are for python 3 and work with the kdevplatform version which matches the branch name.


Note that "1.6.40" or higher for example is *not* 1.6, but 1.7 alpha.
Note that "1.6.40" or higher for example is *not* 1.6, but 1.7 alpha.

Revision as of 11:14, 11 March 2016

Since we have quite a lot of branches now, I want to list them here.

KDevelop 5

The master branch and all stable branches are for Python 3. master builds against kdevplatform master, the 5.0, 5.1 etc branches build against kdevplatform of the same version.

KDevelop 4

There are lots of stable branches with names like

 1.3
 1.4
 1.5
 1.6

Those are all python 2 and work with the kdevplatform version which matches the branch name.

The

 1.6-py3
 1.7-py3

branches are for python 3 and work with the kdevplatform version which matches the branch name.

Note that "1.6.40" or higher for example is *not* 1.6, but 1.7 alpha.