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

Add missing traits to actor state structs #701

Merged
merged 3 commits into from
Sep 22, 2022
Merged

Conversation

connormullett
Copy link
Contributor

Forest work involving statediffing requires debug and clone implementations on all actor state structs. Some of the actors had clone, debug, both, or neither. This PR verifies that all of the state structs have the missing implementations

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@d79f57a). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #701   +/-   ##
=========================================
  Coverage          ?   84.77%           
=========================================
  Files             ?       89           
  Lines             ?    18131           
  Branches          ?        0           
=========================================
  Hits              ?    15371           
  Misses            ?     2760           
  Partials          ?        0           

@anorth anorth enabled auto-merge (squash) September 22, 2022 19:35
@anorth anorth merged commit 2501329 into master Sep 22, 2022
@anorth anorth deleted the add-traits-to-actor-states branch September 22, 2022 19:47
shamb0 pushed a commit to shamb0/builtin-actors that referenced this pull request Jan 31, 2023
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.

3 participants