Skip to content

internal/parser:ast.Object with filepath.Clean#481

Merged
MeteorsLiu merged 5 commits into
xgo-dev:mainfrom
luoliwoshang:llcppsigfetch/astloc
Jun 30, 2025
Merged

internal/parser:ast.Object with filepath.Clean#481
MeteorsLiu merged 5 commits into
xgo-dev:mainfrom
luoliwoshang:llcppsigfetch/astloc

Conversation

@luoliwoshang
Copy link
Copy Markdown
Contributor

@luoliwoshang luoliwoshang commented Jun 30, 2025

fix #479

beacause the file in ast.Object use this style /Users/xxx/lvgl/src/core/../lv_conf_internal.h,and in compare's path is this style /Users/xxx/lvgl/src/lv_conf_internal.h.so when check path ,will got error.

  • fetch the ast.Object with filepath.Clean

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.35%. Comparing base (cab94cc) to head (8092599).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #481   +/-   ##
=======================================
  Coverage   84.35%   84.35%           
=======================================
  Files          27       27           
  Lines        2723     2723           
=======================================
  Hits         2297     2297           
  Misses        385      385           
  Partials       41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@luoliwoshang luoliwoshang force-pushed the llcppsigfetch/astloc branch from ae07224 to 9ee8c9f Compare June 30, 2025 03:33
@luoliwoshang luoliwoshang requested a review from MeteorsLiu June 30, 2025 03:40
Comment thread _xtool/internal/parser/parser_test.go Outdated
@MeteorsLiu MeteorsLiu merged commit 8441393 into xgo-dev:main Jun 30, 2025
15 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.

Unexpected path comparison

2 participants