You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the json decoder decoded multiple json objects from a single
file, each object will be parsed separately, resulting in incorrect
file location.
Maintain a token.File for the entire file and correct the position
according to the offset of the object in the file.
Fixes#2444
Change-Id: Ib9b8bbacc0ad6aefe4fcad5b0cfafa9cfe734493
Signed-off-by: haoqixu <[email protected]>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1196332
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
0 commit comments