[std] Unconventional `// error` comments
Open
Beginner friendly
Nobody has claimed this yet.
P2-Bug
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
Searching for the regex // .*error, yields 7 results currently, such as:
The convention is // error: (colon instead of comma), of which there are 584 occurrences.
All instances of // .*error, should be harmonized.
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 the regex // .*error, and inspect the reported instance in source/templates.tex near line 6742. Harmonize every matching comment to the stated // error: convention, then repeat the search to confirm no matches remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tex
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100