-
Notifications
You must be signed in to change notification settings - Fork 763
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
Refactor pyproto internals #1117
Comments
@dvermd following up from your Gitter question: I had some experiments but no branch which is worth pushing. The main idea I was playing with is that we have an enum I was wondering if something like the following would be more flexible.
Happy to answer more questions if you're interested in working on this! |
All the firsts fields of this new struct (
Should this still be the case and the |
BTW, isn't it nice to first resolve #1206, where |
I think it can be done either way around - this refactoring makes it quite easy because
I think the link you give is for the return type - what the def needs is whether this trait has a return type at all (because there is |
I've got most of the function ported, the remaining ones are those in The other one is |
Awesome! I think the only special thing about If you want to open what you've got as a PR, it'd be easier for me to read through the changes and answer any todos / questions directly on that... |
Here is the PR. The question about |
Just a reminder of an idea to refactor pyproto internals.
See the idea in the comment from #1093 (review)
The text was updated successfully, but these errors were encountered: