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

[Bug] the result of the kpm.KclPackage.GetAllSchemaTypeMapping API returns empty filename and pkgpath in the KclType #191

Closed
amyXia1994 opened this issue Sep 14, 2023 · 1 comment
Assignees

Comments

@amyXia1994
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

pkg, _ := kpm.GetKclPackage("a valid kcl package path")
pkgMapping, err := pkg.GetAllSchemaTypeMapping()

2. What did you expect to see? (Required)

valid filename and pkgpath

3. What did you see instead (Required)

empty filename and pkgpath

4. What is your KCL components version? (Required)

[email protected]

@amyXia1994
Copy link
Author

This issue could not be reproduced in kcl-go CI pipeline, so it's an environment-related problem. I'll just close the issue

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

No branches or pull requests

2 participants