coala / projects

A website that showcases interesting projects, using Angular JS.
https://projects.coala.io/
GNU Affero General Public License v3.0
116 stars 223 forks source link

Project Proposal: Improve and fix coala support for latest python versions #783

Open abhishalya opened 3 years ago

abhishalya commented 3 years ago

This project focuses on improving coala support for some of the latest python versions.

Currently, coala only supports python version 3.6 which is too old at the moment. Improving the support is not a trivial task and will involve a lot of research work. To help improve this process, we will drop support for some of the bears which are incompatible with the newer versions. As a part of the project CI builds should be green for both coala and coala-bears repositories with checks on python 3.6 to 3.9 (possibly).

Siddhant-K-code commented 3 years ago

What changes we would have to make it to the project so that it works fine with Python 3.9?

abhishalya commented 3 years ago

@Siddhant-K-code This is something the student has to decide and create a proposal around that. This project also kind of assumes that the student has a very clear understanding of coala and how it works.