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

Extract the type layout graph without using the unstable+nightly specialization feature #17

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

juntyr
Copy link
Owner

@juntyr juntyr commented Nov 25, 2024

  • clean up the code and add type aliases to reduce the &'static [&'static TypeLayoutInfo<'static>] clutter
  • add documentation
  • decide if we want to keep the hlist![...] naming
  • decide what to expose in the graph module
  • check if we can replace the remaining pub macro with macro_rules

@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 163 lines in your changes missing coverage. Please review.

Project coverage is 15.36%. Comparing base (d22f76d) to head (e759138).

Files with missing lines Patch % Lines
src/graph.rs 0.00% 161 Missing ⚠️
src/lib.rs 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   21.81%   15.36%   -6.45%     
==========================================
  Files           3        4       +1     
  Lines         353      501     +148     
==========================================
  Hits           77       77              
- Misses        276      424     +148     

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

@juntyr juntyr changed the title No specialisation v2 Extract the type layout graph without using the unstable+nightly specialization feature Nov 25, 2024
@juntyr juntyr mentioned this pull request Nov 26, 2024
14 tasks
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