-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enhancement: When using push
, check the necessary fields in the kcl.mod
, such as name
or version
#508
Comments
Hi @zong-zhe, I’d like to contribute an enhancement to the kpm project by validating the name and version fields in the kcl.mod file during the push command. My approach involves adding a validateKclPkgFields function to ensure these fields are non-empty, improving package integrity before pushing to the OCI registry. |
Hi @ravjot07 Thanks very much, and we can move forward with this part of the work as planned. You can complete some necessary preparations through the paperwork solution. You can add some paperwork solution PRs to this directory: https://github.com/kcl-lang/kpm/tree/main/research/design-doc. |
Sure @zong-zhe I will add paperwork solution for this issue as well...... |
Signed-off-by: Ravjot Singh <[email protected]>
hey @zong-zhe , Can You review this Paperwork solution PR.... |
This sounds very interesting, I will also be submitting a Paperwork solution for this! So much to learn here! |
Hey @zong-zhe , do you mind taking a look at my proposed solution as well? |
Enhancement
The text was updated successfully, but these errors were encountered: