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

add kpm pkg include and exclude #316

Merged
merged 8 commits into from
May 11, 2024

Conversation

officialasishkumar
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

@officialasishkumar officialasishkumar marked this pull request as draft May 10, 2024 16:06
Copy link

github-actions bot commented May 10, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@officialasishkumar
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@officialasishkumar
Copy link
Contributor Author

Hey @Peefy,

In kpm/pkg/package/toml_test.go, I'm not able to unmarshal the array of strings. Can you please help me on why it's not working? I tried converting the include array to a string and it's working fine for it.

@Peefy
Copy link
Contributor

Peefy commented May 11, 2024

Hey @Peefy,

In kpm/pkg/package/toml_test.go, I'm not able to unmarshal the array of strings. Can you please help me on why it's not working? I tried converting the include array to a string and it's working fine for it.

cc @zong-zhe

Signed-off-by: Asish Kumar <[email protected]>
Peefy added a commit to kcl-lang/cla.db that referenced this pull request May 11, 2024
@officialasishkumar officialasishkumar marked this pull request as ready for review May 11, 2024 07:58
@officialasishkumar
Copy link
Contributor Author

@Peefy PTAL

pkg/package/toml_test.go Outdated Show resolved Hide resolved
pkg/utils/utils.go Outdated Show resolved Hide resolved
pkg/utils/utils.go Outdated Show resolved Hide resolved
pkg/utils/utils.go Outdated Show resolved Hide resolved
Signed-off-by: Asish Kumar <[email protected]>
pkg/package/toml_test.go Show resolved Hide resolved
pkg/utils/utils_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@Peefy Peefy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Peefy Peefy merged commit f60d5bd into kcl-lang:main May 11, 2024
2 of 6 checks passed
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.

Enhancement: kpm add command displaying optimization
2 participants