Skip to content

fix: lose global var function call#98

Merged
FGYFFFF merged 1 commit intomainfrom
fix/lose_global_var_func_call
Oct 9, 2025
Merged

fix: lose global var function call#98
FGYFFFF merged 1 commit intomainfrom
fix/lose_global_var_func_call

Conversation

@FGYFFFF
Copy link
Copy Markdown
Collaborator

@FGYFFFF FGYFFFF commented Sep 28, 2025

What type of PR is this?

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

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):

(Optional) Which issue(s) this PR fixes:

(optional) The PR that updates user documentation:

Comment thread lang/golang/parser/ctx.go Outdated
@FGYFFFF FGYFFFF force-pushed the fix/lose_global_var_func_call branch from 6690b4d to 5725ae4 Compare September 28, 2025 12:26
Comment thread lang/golang/parser/ctx.go
return "", errSysImport
}

// fileContext 中的 import 信息只有**当前文件的引用路径**,但是存在一种场景就是实际调用的节点在另外的一个Package,导致漏解析
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@AsterDY 看看这里,我直接改成在 module 里查找了。

@FGYFFFF FGYFFFF merged commit dd871c8 into main Oct 9, 2025
3 of 4 checks passed
@welkeyever welkeyever deleted the fix/lose_global_var_func_call branch January 16, 2026 09:05
simuleite pushed a commit to simuleite/abcoder that referenced this pull request Feb 28, 2026
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.

2 participants