Skip to content
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

Remove unpackable decorator, use asdict() #233

Merged
merged 9 commits into from
Mar 8, 2023
Merged

Conversation

mdbenito
Copy link
Collaborator

Inspired by #232, this PR removes @unpackable and uses dataclasses.asdict() instead

@mdbenito mdbenito added the cleanup when code is ugly or unreadable and needs restyling label Dec 19, 2022
@mdbenito mdbenito self-assigned this Dec 19, 2022
@mdbenito mdbenito marked this pull request as draft December 19, 2022 14:39
@mdbenito mdbenito closed this Dec 19, 2022
@mdbenito mdbenito reopened this Dec 19, 2022
@mdbenito mdbenito removed the request for review from AnesBenmerzoug December 19, 2022 16:51
# Conflicts:
#	requirements-dev.txt
# Conflicts:
#	requirements-dev.txt
#	src/pydvl/utils/types.py
#	tests/utils/test_caching.py
@mdbenito mdbenito marked this pull request as ready for review March 8, 2023 16:06
@mdbenito mdbenito requested a review from AnesBenmerzoug March 8, 2023 18:15
Copy link
Collaborator

@AnesBenmerzoug AnesBenmerzoug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! it's just missing a changelog entry and merging the develop branch into it.

@mdbenito
Copy link
Collaborator Author

mdbenito commented Mar 8, 2023

Looks good to me! it's just missing a changelog entry and merging the develop branch into it.

How do you always "request changes"?? and how do I mark said changes as done? I have tried resolving the conversation about twine, but it does not affect the "Changes requested" 🤔🤔

Maybe it's the author of the comment who has to resolve it?

Copy link
Collaborator

@AnesBenmerzoug AnesBenmerzoug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I have to approve it in order for the review status to change.

@mdbenito mdbenito merged commit b1dad78 into develop Mar 8, 2023
@mdbenito mdbenito deleted the fix/remove-unpackable branch March 8, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup when code is ugly or unreadable and needs restyling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants