goplus / goplus/llcppg

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

Open
#579 2 comments 0 reactions 0 assignees View on GitHub

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.

  • sym is 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.