Skip to content

refactor: rename llcppg.symb.json to llcppg.sym.json - #580

Open
fennoai[bot] wants to merge 1 commit into
mainfrom
xgopilot/claude/issue-579-1760683830
Open

refactor: rename llcppg.symb.json to llcppg.sym.json#580
fennoai[bot] wants to merge 1 commit into
mainfrom
xgopilot/claude/issue-579-1760683830

Conversation

@fennoai

@fennoaifennoaiBot commented Oct 17, 2025

Copy link
Copy Markdown
Contributor

Summary

Renames the symbol info file from llcppg.symb.json to llcppg.sym.json to align with industry-standard abbreviation conventions.

  • Uses sym (standard in compilers/linkers like nm, objdump, LLVM) instead of symb
  • Improves consistency and readability
  • Reduces naming confusion for new contributors

Changes

  • ✅ Renamed 20 test data files from llcppg.symb.json to llcppg.sym.json
  • ✅ Updated constant LLCPPG_SYMB in config/config.go
  • ✅ Updated all code references in 6 source files
  • ✅ Updated documentation in CLAUDE.md and doc/en/dev/llcppg.md
  • ✅ All unit tests passing
  • ✅ Build successful
  • ✅ Code formatted and vetted

Test Plan

  • Build project: go build -v ./...
  • Run unit tests: go test -v ./config ./internal/name ./internal/arg ./internal/unmarshal
  • Run go fmt and go vet
  • Verified all references updated

Closes#579

🤖 Generated with codeagent

Use standard 'sym' abbreviation instead of 'symb' for better consistency with industry standards (nm, objdump, LLVM). This improves readability and reduces naming confusion for contributors.
Changes:
- Renamed all llcppg.symb.json files to llcppg.sym.json
- Updated constant LLCPPG_SYMB in config/config.go
- Updated all code references and comments
- Updated documentation in CLAUDE.md and doc/en/dev/llcppg.md
🤖 Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <luoliwoshang@users.noreply.github.com>
@codecov

codecovBot commented Oct 17, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 84.19%. Comparing base (7955d98) to head (0a2c844).

Files with missing linesPatch %Lines
cmd/llcppg/llcppg.go0.00%1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #580 +/- ##
=======================================
Coverage 84.19% 84.19% =======================================
Files 27 27 Lines 2746 2746 =======================================
Hits 2312 2312 Misses 391 391 Partials 43 43 

☔ 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.

Sign up for freeto 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.

Rename llcppg.symb.json to llcppg.sym.json

1 participant

@xgopilot