-
Notifications
You must be signed in to change notification settings - Fork 683
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
[#1353, #1355] update python 3 #1394
Conversation
…JDK 14 source Task-Url: tazmaniax#5 * playframework#5: Updated Groovy to v3.0.6 Task-Url: tazmaniax#5 * 5: Replace LinkedList with Collection Task-Url: tazmaniax#5 * Remove old versions of groovy * Replace reflection based approach to adding compiler phase operation * Fix groovy template compilation test A change between Groovy 3.0.4 and 3.0.5 resulted in a change in the compiler output message * Updated a few dependencies Not strictly part of this change but while there is an opportunity :)
This reverts commit 31cc030.
This reverts commit b57b63c.
This reverts commit f302f74.
Thanks @xael-fry for your help on this. |
@tomparle The problem seem to be with the kill subprocess, the current kill function doesn't work as expected on windows as play is still running in backgroud |
@xael-fry Thanks for the insight. I recall having played with some other ways to kill the subprocess when migrating to Python 3, but it was not necessary to change at that time. |
4454c8f
to
e748cc0
Compare
675c9b6
to
c71f483
Compare
@tomparle it is fix :)... Yes!!! |
Yiepeeee ! |
Pull Request Checklist
Helpful things
Fixes
Fixes #xxxx
Purpose
What does this PR do?
Background Context
Why did you take this approach?
References
Are there any relevant issues / PRs / mailing lists discussions?