-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
EuroPython 2018 sprint #567
Comments
In addition to the issues labeled "good first issues", #542 (cleaning up our exports) might make a good first issue in a sprint setting – it hasn't been broken down into concrete steps yet so I hesitate to add the label, but at a sprint with some more experienced folk to provide guidance it could work, since the actual changes are going to be very straightforward I think. Some of the things around the ecosystem that are on my mind:
|
@pquentin points out that one pretty self-contained thing that needs doing on the urllib3 branch, and that might be a good place for someone to start if they're motivated and familiar with python in general but need some time to get up to speed on that project, would be to split out the source-code transformation plugin. Currently it lives inside (Making it work on python 2 is fairly straightforward: the code uses the [Edit: Apparently it is also broken on 3.7, due to other tokenizer changes... in fact maybe the same changes to fix it on 2.7 will also fix it on 3.7 and vice-versa?] |
Thanks!
Imposible without your support.
And thanks to you folks for developing such and awesome framework!
El sáb., 28 jul. 2018 17:01, Davide Rizzo <[email protected]>
escribió:
… @monobot <https://github.com/monobot> contributed first merged PR! #574
<#574> 🎉 Thank you!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#567 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABXuWgrLfqWakmDflxPUJ2F8tM3D0x45ks5uLIrngaJpZM4VgYog>
.
|
I would like to extend a big thank you and welcome all contributors that took part in this sprint! The Trio world is enriched thanks to (in no particular order):
Not all above-mentioned work is complete, some is just a draft, a first proposal, or a successful experiment. All of it is a good amount of learning for everyone involved, and I think it gave great momentum to the project. If anything, it sparked a lot of enthusiasm in me! :) |
Thanks to all the participants, and especially the organizers, and especially especially @sorcio for writing this up! |
Some Trio contributors (myself included) will be at EuroPython 2018 during the sprints session (Jul 28-29). We want to propose a Trio sprint to work on Trio itself and related projects. This is a perfect chance to:
I'm opening this issue to track ideas and projects we will be working on. Also check open issues on the bug tracker, especially those labelled as "good first issue".
Feel free to comment and add ideas :)
Likely contributors:
Contributing guide to Trio and projects under the python-trio community: https://trio.readthedocs.io/en/latest/contributing.html
The text was updated successfully, but these errors were encountered: