Harry

Results 9 comments of Harry

Is this still being worked on? I'd like to help contribute to this effort if there's still things to do.

Where would a PR be created, I see that the existing script is in the `bpo-tracker-python` repository. Should a PR be created there? I think getting all of the issue...

I've begun writing a script for this at https://github.com/Harry-Lees/RoundupSummary. I've been testing off the issues in this repository https://github.com/python/issues-test-demo-20220218/issues. There were a couple of questions I had about this that...

> We are going to migrate to GitHub this weekend. @Harry-Lees, what's the status on the summary script? Congratulations on the successful migration! I apologise for the slow progress, it's...

> You can find the source here Thanks, I'll take a look at that! > the author of the issue is visible even if it's a mannequin I did see...

> I might've spoken too soon, it does look like it may be possible (https://docs.github.com/en/graphql/reference/objects#mannequin). I managed to implement this functionality last night. I think the only thing left to...

I believe I have an acceptable implementation for dataclasses at the moment, the current implementation uses `dataclasses.fields` and `dataclasses.make_dataclass` to copy across fields. This includes some of the more complex...

> My thoughts on this type of type only changes. I think we should discourage this type of contributions. Instead we should allow / encourage this type of changes only...

I rebased the PR and fixed a couple of obvious errors, I'm sure the CI will have some failures as-well :D. I need to take a more detailed look at...