Line position reporting is bad/weak
Open
bug
documentation
enhancement
good first issue
help wanted
- Dominant language
- C++
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
In the jsonlinter,
Line/column reporting is almost always -1,-1
You pass src around but never actually compute real positions in lintRec.
Current code only sets real line/col for infinity/nan — all other warnings stay at -1,-1.
An improvement here would be to at least store start position during parsing, but this is a much bigger change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.