Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
upgrading curtsies version to include changes from PR 111 to fix typing bug#862
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
thanks for the merge,@sebastinas! what should I expect in terms of process to see this released? |
Unless some major issue affecting 0.20.1 pops up, we haven't planned any release until the beginning of 2021. But if we need to do a 0.20.2, it will be included. Otherwise it will be part of 0.21. |
when do you expect to release 0.21? this bug is blocking our adoption of mypy, and we need to either fix it or migrate off of bpython to unblock that effort. |
I'm not sure I'm following. The current requirments does not prevent upgrading curtsies to 0.3.3.@supakeen Any opinion on that? |
supakeen commentedNov 14, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I currently get curtsies 0.3.4 on a fresh install:
Can you tell me how you're receiving the older version of As a side-note, it'd be a great idea to add a |
bpython/curtsies#111 fixed an issue that causes a crash in mypy, but bpython isn't guaranteed to use a version of curtsies that includes this fix. this diff upgrades the bpython dependency on curtsies to 0.3.3, the latest release.
i couldn't find a contributing.md or similar to show how to build and test the diff, or with any other guidelines for contributors, so if there are additional steps i should take before this is shippable, please let me know!