Skip to content

fix(fileref): skip Maven target outputs#4790

Open
cyq1017 wants to merge 2 commits into
esengine:main-v2from
cyq1017:codex/reasonix-4645-fileref-build-dirs
Open

fix(fileref): skip Maven target outputs#4790
cyq1017 wants to merge 2 commits into
esengine:main-v2from
cyq1017:codex/reasonix-4645-fileref-build-dirs

Conversation

@cyq1017

@cyq1017 cyq1017 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • skip Maven target/ build output during file-reference search
  • keep source matches such as src/main/java visible
  • add a regression test for target/classes noise

Closes #4645

Verification

  • GOTOOLCHAIN=local GOPROXY=off GOSUMDB=off go test ./internal/fileref -count=1
  • git diff --check HEAD~1..HEAD

@github-actions github-actions Bot added the v2 Go rewrite (1.x) — main-v2 branch, active development label Jun 18, 2026
@cyq1017 cyq1017 marked this pull request as ready for review June 18, 2026 07:42
@cyq1017 cyq1017 force-pushed the codex/reasonix-4645-fileref-build-dirs branch from 9b002fe to 8b5ee9c Compare June 22, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: @ 引用文件时支持过滤 target/ 等构建产物目录

1 participant