refactor: rename llcppg.symb.json to llcppg.sym.json#580
Open
xgopilot[bot] wants to merge 1 commit intomainfrom
Open
refactor: rename llcppg.symb.json to llcppg.sym.json#580xgopilot[bot] wants to merge 1 commit intomainfrom
xgopilot[bot] wants to merge 1 commit intomainfrom
Conversation
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 Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the symbol info file from
llcppg.symb.jsontollcppg.sym.jsonto align with industry-standard abbreviation conventions.sym(standard in compilers/linkers like nm, objdump, LLVM) instead ofsymbChanges
llcppg.symb.jsontollcppg.sym.jsonLLCPPG_SYMBinconfig/config.goCLAUDE.mdanddoc/en/dev/llcppg.mdTest Plan
go build -v ./...go test -v ./config ./internal/name ./internal/arg ./internal/unmarshalCloses #579
🤖 Generated with codeagent