WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@xgopilot
Copy link
Contributor

@xgopilot xgopilot bot commented Oct 17, 2025

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 <[email protected]>
@codecov
Copy link

codecov bot commented Oct 17, 2025

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 lines Patch % Lines
cmd/llcppg/llcppg.go 0.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 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.

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

2 participants