-
Notifications
You must be signed in to change notification settings - Fork 76
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: move command related data structures #469
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #469 +/- ##
==========================================
+ Coverage 63.36% 63.41% +0.04%
==========================================
Files 101 102 +1
Lines 18540 18540
Branches 18540 18540
==========================================
+ Hits 11748 11757 +9
+ Misses 6061 6051 -10
- Partials 731 732 +1 ☔ View full report in Codecov by Sentry. |
8729d64
to
e3d2e2c
Compare
This commit simply do a move, it does not modify any existing code Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
Some common data structures used by both
xline
andxline-client
needed to be move toxlineapi
to simplify dependency relations.what changes does this pull request make?
This PR moves some data structures from
xline
toxlineapi
and makes necessary changes such as visibility and module path, it does not modify the original code.are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)