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

refactor!: delete the i-cell collection structures #251

Merged
merged 7 commits into from
Dec 12, 2024

Conversation

imrn99
Copy link
Collaborator

@imrn99 imrn99 commented Dec 11, 2024

Description

Scope: core with side effects everywhere

Type of change: refactor

Content description:

Delete VertexCollection, EdgeCollection, FaceCollection & replace the fetch_<ICELL> return type to a lifetime'd iterator.

Additional information

  • Breaking change

@codecov-commenter
Copy link

codecov-commenter commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.93%. Comparing base (7bdd9e6) to head (b2c4259).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   78.97%   78.93%   -0.04%     
==========================================
  Files          52       51       -1     
  Lines        6834     6822      -12     
==========================================
- Hits         5397     5385      -12     
  Misses       1437     1437              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imrn99 imrn99 marked this pull request as ready for review December 11, 2024 08:30
@imrn99
Copy link
Collaborator Author

imrn99 commented Dec 11, 2024

should the fetch methods be renamed to iter_vertices and so on, to better reflect their new return type?

Copy link
Member

@cedricchevalier19 cedricchevalier19 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 it is a good idea.

@imrn99 imrn99 merged commit ad88129 into master Dec 12, 2024
13 checks passed
@imrn99 imrn99 deleted the del-icell-collections branch December 12, 2024 07:23
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