gbowne1 / gbowne1/jsonify

Line position reporting is bad/weak

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.