[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-23 Thread Jacek Szafarkiewicz
https://bugs.kde.org/show_bug.cgi?id=438206 Jacek Szafarkiewicz changed: What|Removed |Added CC|sza...@linux.pl | -- You are receiving this mail

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-22 Thread Thomas Bettler
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #19 from Thomas Bettler --- great to know - THX a lot for all your work -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-22 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #18 from Sven Brauch --- Master now also supports Python 3.11, where "supports" means "builds and runs without crashing". It's too late to get into Applications 22.12, but it will be in the next release. -- You are receiving this mail

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-20 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #17 from Sven Brauch --- Not just like that, but it shouldn't be a large effort to support it now. I should be able to look into that sometime in the next few weeks, I think. -- You are receiving this mail because: You are watching all

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-20 Thread Thomas Bettler
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #16 from Thomas Bettler --- @Sven do you know whether python 3.11 would work and could be enabled as well? -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-11-06 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 Sven Brauch changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-07-30 Thread Alexander Kernozhitsky
https://bugs.kde.org/show_bug.cgi?id=438206 Alexander Kernozhitsky changed: What|Removed |Added CC||sh200...@mail.ru -- You are

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-05-04 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=438206 Andrew Shark changed: What|Removed |Added CC||ash...@linuxcomp.ru -- You are receiving this

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-21 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #14 from Sven Brauch --- Let's move any discussion on this topic to https://invent.kde.org/kdevelop/kdev-python/-/merge_requests/16. -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-13 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #13 from Sven Brauch --- Hi, I've drafted a possible way forward in the "python310" branch in the kdev-python repo. The AST is written to an XML stream from a tiny Python program and read using QXmlStreamReader in C++. So far, only Module,

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-03 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=438206 Vladimir Yerilov changed: What|Removed |Added CC||openmind...@gmail.com -- You are receiving

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-02 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #12 from Sven Brauch --- Any help is certainly very welcome. I am not very active on IRC currently, but I definitely read and answer kdevelop-de...@kde.org. In principle, the task is simple: in parser/ast.h we have our own data structure

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-02 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #11 from Francis Herne --- To address the development comments: It's great that you're interested in contributing to kdev-python. As you can see it's kind of needed at the moment. Consider dropping by #kdevelop on Libera IRC if you want to

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-02 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #10 from Francis Herne --- My own thinking is that it's probably easier to fork (or, so far as possible, vendor in the most recent version of) CPython's parser code. The amount of code involved is relatively small - see

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-02 Thread Øystein S . Haaland
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #9 from Øystein S. Haaland --- (In reply to Sven Brauch from comment #7) > Unfortunately Python completely removed the Parser module we were using from > their public API, so there is no easy fix for this issue. > > The most realistic

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-01 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #8 from Sven Brauch --- >From an end-user perspective, you can use the KDevelop AppImage from our website, which we can build against Python 3.9 until this issue is resolved somehow. It will of course not support Python 3.10 syntax, so if

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-01 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=438206 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de --- Comment #7 from Sven

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-03-01 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=438206 Francis Herne changed: What|Removed |Added CC||pierre.bour...@free.fr --- Comment #6 from

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2022-02-16 Thread Jacek Szafarkiewicz
https://bugs.kde.org/show_bug.cgi?id=438206 Jacek Szafarkiewicz changed: What|Removed |Added CC||sza...@linux.pl -- You are receiving

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-12-21 Thread Øystein S . Haaland
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #5 from Øystein S. Haaland --- (In reply to Luke Horwell from comment #4) > (In reply to Øystein S. Haaland from comment #3) > > I use kdevelop for python development in my day-to-day job. It seem now that > > kdev-python has stopped

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-12-21 Thread Luke Horwell
https://bugs.kde.org/show_bug.cgi?id=438206 --- Comment #4 from Luke Horwell --- (In reply to Øystein S. Haaland from comment #3) > I use kdevelop for python development in my day-to-day job. It seem now that > kdev-python has stopped working on arch, which I am currently using. I use KDevelop

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-12-20 Thread Øystein S . Haaland
https://bugs.kde.org/show_bug.cgi?id=438206 Øystein S. Haaland changed: What|Removed |Added CC||oystein.s.haal...@gmail.com --- Comment

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-12-14 Thread Luke Horwell
https://bugs.kde.org/show_bug.cgi?id=438206 Luke Horwell changed: What|Removed |Added CC||c...@horwell.me --- Comment #2 from Luke

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-12-11 Thread Thomas Bettler
https://bugs.kde.org/show_bug.cgi?id=438206 Thomas Bettler changed: What|Removed |Added CC||thomas.bett...@gmail.com -- You are

[kdev-python] [Bug 438206] Fails to build against Python 3.10

2021-09-07 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=438206 Francis Herne changed: What|Removed |Added Assignee|m...@svenbrauch.de |m...@flherne.uk Ever confirmed|0