Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTS/master differences? #1962

Open
akx opened this issue Jan 14, 2019 · 1 comment
Open

LTS/master differences? #1962

akx opened this issue Jan 14, 2019 · 1 comment

Comments

@akx
Copy link
Contributor

akx commented Jan 14, 2019

We're using the PyPI distribution of uWSGI in production, and I just realized that it's missing functionality added even three years ago (namely #944 piqued my attention).

It seems the merge-base between master and 2.0.17.1 is 42d42d9 (5 years ago) and turns out there's quite a bit that's happened meanwhile:

$ git diff --stat 2.0.17.1 origin/master
[...]
 396 files changed, 13044 insertions(+), 4321 deletions(-)

(Most of that diff seems to come from lua_plugin though.)

I understand the PyPI distribution is the one considered stable/LTS – is there something blocking merging changes from master into the stable/LTS "branch"?

@unbit
Copy link
Owner

unbit commented Jan 15, 2019

Hi, the main problem is the lack of a proper unit test suite. The 2.0 branch gets only bugfixes and is generally pretty solid but 2.1 contains lot of barely tested (or totally untested) features. There are various proposal for fixing this problem, but still not a deadline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants