Skip to content

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

Draft
juntyr wants to merge 7 commits into
mainfrom
no-specialisation-v2
Draft

Extract the type layout graph without using the unstable+nightly specialization feature#17
juntyr wants to merge 7 commits into
mainfrom
no-specialisation-v2

Conversation

@juntyr
Copy link
Copy Markdown
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
Copy Markdown

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

❌ 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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@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