Skip to content

Conversation

@angrychow
Copy link
Collaborator

@angrychow angrychow commented Sep 15, 2025

What type of PR is this?

Fixes #61 , #66

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

fix issue:

  1. Go Parser: Helper function isSysPkg incorrectly identifies local packages as system packages
  2. go writer: bad output because of test packages. no output for non code files

(Optional) Translate the PR title into Chinese.

修复了:

  1. Go Parser: Helper function isSysPkg incorrectly identifies local packages as system packages
  2. go writer: bad output because of test packages. no output for non code files

@angrychow
Copy link
Collaborator Author

I have tested the build.Import function, this function is rely on file system, and having a cache would be useful if there are massive isSysPkg queries.

@AsterDY AsterDY merged commit e4ba257 into cloudwego:main Sep 16, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

go writer: bad output because of test packages. no output for non code files

3 participants