View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037836 | FPC | FCL | public | 2020-09-29 12:41 | 2020-11-08 18:10 |
Reporter | Benito van der Zander | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | amd64 | OS | linux | ||
Product Version | 3.3.1 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0037836: json parser line numbers | ||||
Description | The line numbering of the json parser has been changed recently. It used to say "Error at line 1"... when there was an error in the first line, but now it says "Error at line 0"..., which is not good | ||||
Steps To Reproduce | program Project1; {$mode objfpc}{$H+} uses fpjson,jsonparser { you can add units after this }; begin GetJSON('[{""x"": 123},"||||"{d}]'); end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 47344 | ||||
FPCOldBugId | |||||
FPCTarget | 3.2.2 | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-09-29 12:41 | Benito van der Zander | New Issue | |
2020-09-29 15:39 | Michael Van Canneyt | Assigned To | => Michael Van Canneyt |
2020-09-29 15:39 | Michael Van Canneyt | Status | new => assigned |
2020-11-08 18:10 | Michael Van Canneyt | Status | assigned => resolved |
2020-11-08 18:10 | Michael Van Canneyt | Resolution | open => fixed |
2020-11-08 18:10 | Michael Van Canneyt | Fixed in Version | => 3.3.1 |
2020-11-08 18:10 | Michael Van Canneyt | Fixed in Revision | => 47344 |
2020-11-08 18:10 | Michael Van Canneyt | FPCTarget | => 3.2.2 |
2020-11-08 18:10 | Michael Van Canneyt | Note Added: 0126800 |