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

[struct_pack] refact marco #878

Merged
merged 4 commits into from
Jan 14, 2025
Merged

[struct_pack] refact marco #878

merged 4 commits into from
Jan 14, 2025

Conversation

poor-circle
Copy link
Collaborator

Why

What is changing

  1. Instead struct_pack macro regist code by ylt::refl.
  2. Add document

Example

breakchange:

struct_pack_friend_decl is removed. now we can regist macro instead of struct:

classs Hi {
   int a;
   std::string b;
   YLT_REFL(Hi,a,b)
};

@poor-circle poor-circle force-pushed the main branch 2 times, most recently from 4e43296 to 83d7057 Compare January 14, 2025 08:23
Copy link

for detail, goto summary download Artifacts base-ylt-cov-report(base commit coverage report) and ylt-cov-report(current pull request coverage report)

@poor-circle poor-circle merged commit 587bb90 into alibaba:main Jan 14, 2025
32 of 33 checks passed
Copy link

for detail, goto summary download Artifacts base-ylt-cov-report(base commit coverage report) and ylt-cov-report(current pull request coverage report)

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