-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: Introduce kraft lib rm
#631
feat: Introduce kraft lib rm
#631
Conversation
50c53ea
to
37c8409
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.
Some comments from my side 😅
kraft pkg rm
kraft pkg rm
kraft pkg rm
37c8409
to
f997028
Compare
f997028
to
2419d82
Compare
a5d9ec9
to
eb43e8d
Compare
8f7d4e2
to
417d0d1
Compare
96ef9d1
to
b0eaeb1
Compare
kraft pkg rm
kraft pkg rm
b0eaeb1
to
b6e6213
Compare
For whatever reason, tests failed, it seems to be a compilation issue related to |
b6e6213
to
b2f1c6b
Compare
f27f7f6
to
eeb3bcb
Compare
eeb3bcb
to
6ec2ddf
Compare
kraft pkg rm
kraft lib rm
db0c64f
to
00eca2b
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.
Hey @MdSahil-oss
Some comments from my side.
Most important one is about preserving the order of the kraft yaml. I think that is mandatory for having this in.
Other than those comments, this works just fine and I'm ready to merge it once they are resolved
00eca2b
to
d563d03
Compare
d563d03
to
e2ce6ee
Compare
Signed-off-by: Md Sahil <mohdssahil1@gmail.com>
e2ce6ee
to
f52e9f0
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.
All good here. Thanks!
Reviewed-by: Cezar Craciunoiu cezar.craciunoiu@unikraft.io
Approved-by: Cezar Craciunoiu cezar.craciunoiu@unikraft.io
Prerequisite checklist
make fmt
on your commit series before opening this PR;Description of changes
The command
kraft pkg remove
removes library from the project directory and updateskraftfile
(Opposite ofkraft pkg add
)