-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add subcmd add
#914
Add subcmd add
#914
Conversation
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.
Thanks for your time to work on this! I put several comments for performance and style consistency.
213f43c
to
2d3f608
Compare
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.
Thank you for your time again! Just a few things. Can you please also deal with the clang-tidy error?
All fixed including the clang-tidy error |
@SunPodder Sorry, there are more clang-tidy errors. Could you please address them? (After that, LGTM) |
f6573ac
to
a06df02
Compare
Allows users to add project dependencies to poac.toml from the commandline
No worries! Which version of clang-tidy are you using? |
clang-tidy-15 |
It seems that clang-tidy-17 fixed the problem, just fyi: llvm/llvm-project#46097. |
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.
Thank you for your contribution!
@SunPodder Can you also update README.md for this command? |
Sure |
No description provided.