Rename `llcppg.symb.json` to `llcppg.sym.json`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 33
- Forks
- 11
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 51
Description
Currently, the symbol info file is named llcppg.symb.json, but the common and widely accepted abbreviation for symbol is sym, not symb.
-
symis the standard short form used in most compilers and linkers (e.g., nm, objdump, LLVM symbol tables). -
Improves consistency and readability.
-
Reduces naming confusion for new contributors.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for references to llcppg.symb.json and inspect how the symbol info file is generated or consumed. Rename it to llcppg.sym.json, update every reference, and verify that generation and consumption still use the new name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100