Incorrect output for complex gcc commands
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14.2k
- Forks
- 851
- PR merge metrics
- No merged PRs in 30d
Description
when I enter the following command (a complex gcc compilation command) into explainshell it cause it to behave very weirdly and it generate very bad (partially wrong) explanation.
command :
gcc -xc++-header -I"../t4/thirdparty/md5" -I"../../PDFViewer/RMSDK/xml/uft/public" a.c
I will try and look into the source and try to analyse its cause and submit a pull request if I am able to fix it.
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
Start by reproducing the command from issue #194 or its linked explainshell URL and inspect the command-parsing and explanation entry points. Done means the complex gcc command receives an accurate, complete explanation rather than the partially wrong output described in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100