What is the list of languages that will definitely have long-term support in the Meson build system? #12476
-
Is Meson build planning on keeping support for Cython? I'm looking into adding new templates for the Meson build generator. In addition to this question, what is the list of languages that will definitely have long-term support in the Meson build system? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
In general, dropping a language would require first deprecating it and then waiting until a new major release (e.g. waiting until meson 2.0). We'd also have to have a good reason why we no longer consider it tenable to support that language and want to drop it. Cython is very important to us, since we have major stakeholders using it that are maintaining an affiliated @mesonbuild repository (meson-python). Even if we weren't interested in actively maintaining cython support, they would be more than willing to personally keep it working. In short, Cython is here to stay. |
Beta Was this translation helpful? Give feedback.
In general, dropping a language would require first deprecating it and then waiting until a new major release (e.g. waiting until meson 2.0). We'd also have to have a good reason why we no longer consider it tenable to support that language and want to drop it.
Cython is very important to us, since we have major stakeholders using it that are maintaining an affiliated @mesonbuild repository (meson-python). Even if we weren't interested in actively maintaining cython support, they would be more than willing to personally keep it working.
In short, Cython is here to stay.