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

Composition design review #63

Merged
merged 5 commits into from
Nov 16, 2022
Merged

Conversation

FabianHofmann
Copy link
Collaborator

@FabianHofmann FabianHofmann commented Nov 13, 2022

Most changes are targeting back-wards compatibility.

@codecov
Copy link

codecov bot commented Nov 13, 2022

Codecov Report

❗ No coverage uploaded for pull request base (composition-design@cc58dd1). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             composition-design      #63   +/-   ##
=====================================================
  Coverage                      ?   86.04%           
=====================================================
  Files                         ?       11           
  Lines                         ?     2107           
  Branches                      ?      330           
=====================================================
  Hits                          ?     1813           
  Misses                        ?      222           
  Partials                      ?       72           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@FabianHofmann FabianHofmann requested a review from coroa November 13, 2022 16:08
adjust rename function
@FabianHofmann
Copy link
Collaborator Author

@coroa I don't know if you even have time to review this. Otherwise I'd just merge this. The only thing that I was wondering about: was there any reason for not defining LinearExpression as a dataclass?

@FabianHofmann FabianHofmann merged commit 705c970 into composition-design Nov 16, 2022
@coroa
Copy link
Member

coroa commented Nov 16, 2022

@coroa I don't know if you even have time to review this. Otherwise I'd just merge this. The only thing that I was wondering about: was there any reason for not defining LinearExpression as a dataclass?

Agreed, I had quite some time issues the last week. Not much better this week though :).

I didn't dataclass some of the things because, i had intended to write actual __init__ functions as well as __repr__, so that there is not much benefit to dataclasses left. But it was all just on a whim.

@coroa coroa deleted the composition-design-fh branch December 14, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants