Hitalo Souza
|
aeebb4f118
|
json2: small refactor (#16913)
|
2023-06-27 20:07:44 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Swastik Baranwal
|
da68b2d369
|
checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872)
|
2023-01-05 15:41:18 +02:00 |
|
Hitalo Souza
|
5288c613ef
|
json2: decode refactor/fix (#16588)
|
2022-12-05 16:58:44 +02:00 |
|
Delyan Angelov
|
6b0743bb07
|
x.json2: add support for i8, i16, u8, u16, u32 (fix #16484)
|
2022-11-19 12:03:04 +02:00 |
|
Hitalo Souza
|
74613bd636
|
x.json2: generic-based encoder (finish PR#15137) (#16464)
|
2022-11-18 11:09:24 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
Alexander Medvednikov
|
c6158e4519
|
all: remove unnecessary IError() casts
|
2022-10-28 19:08:30 +03:00 |
|
yuyi
|
f6844e9766
|
all: change optional to result of io (#16075)
|
2022-10-16 09:28:57 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
Ned
|
0e5ae7126f
|
x/json2: fix decoder errors (#13655)
* x/json2: fix decoder errors, refactoring
* x/json2: add error-catching tests
* x/json2: add missing docs
* x/json2: fmt
|
2022-03-05 13:02:43 +02:00 |
|
Tim Basel
|
9d0a5942ac
|
builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041)
|
2022-02-11 15:52:33 +02:00 |
|
playX
|
c07ce3ff15
|
cgen,json2: improve -nofloat support (#13117)
|
2022-01-10 12:42:41 +02:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
|
Delyan Angelov
|
1913de0187
|
x.json2: fix compilation with -autofree
|
2021-11-28 18:32:04 +02:00 |
|
Enzo
|
c8471528ce
|
fmt: format long sum-types with a line for each type (#11461)
|
2021-09-10 20:56:55 +03:00 |
|
Ned Palacios
|
003f60fc1a
|
x.json2: fix nest level check (#10584)
|
2021-06-28 14:05:27 +03:00 |
|
Delyan Angelov
|
c939e4df97
|
x.json2: fix direct sum type init notices
|
2021-04-11 11:28:52 +03:00 |
|
Atakan Yenel
|
28018c6fc9
|
x.json2: add custom errors (#9523)
|
2021-03-30 15:29:17 +03:00 |
|
Ned Palacios
|
c5302bfcf5
|
x.json2: skip whitespace before scanning (#9508)
|
2021-03-30 09:40:20 +02:00 |
|
pancake
|
1bf7d968f9
|
x.json2: add u64 (#9457)
|
2021-03-25 16:53:39 +01:00 |
|
Delyan Angelov
|
c76c69ec35
|
all: simplify return if ... constructs to make more code compatible with -autofree
|
2021-03-22 16:45:29 +02:00 |
|
Ned Palacios
|
8dff168e01
|
x.json2: create custom scanner for scanning JSON (#8716)
|
2021-02-26 08:36:02 +02:00 |
|
Delyan Angelov
|
1c0eefae38
|
parser/scanner: replace p.peek_tok2/3 with p.peek_token(2/3) (#8946)
|
2021-02-24 21:03:53 +03:00 |
|
Lukas Neubert
|
e4a67dea37
|
json2: wrap Builder.free() calls inside unsafe (#8790)
|
2021-02-17 02:19:26 +02:00 |
|
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
|
Swastik Baranwal
|
a9ab79d301
|
checker: ban any_int/any_float outside buitlin (#7675)
|
2020-12-31 12:41:30 +01:00 |
|
Ned Palacios
|
6c634086b0
|
json2: decode fn returns ?T ; add new tests (#6933)
|
2020-11-29 14:54:45 +01:00 |
|
Takahiro Yaota
|
258f8f6af9
|
parser: report unused expression error in if and or blocks (#6953)
|
2020-11-26 00:28:41 +01:00 |
|
Daniel Däschle
|
7d6f97259f
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
Daniel Däschle
|
aa6303f0b2
|
all: use the new types with old syntax (#6922)
|
2020-11-24 13:58:29 +01:00 |
|
Anton Zavodchikov
|
fe3d2a9aba
|
json2: unescape characters (#6836)
|
2020-11-15 14:58:17 +02:00 |
|
div72
|
b0053d8910
|
x.json2: change default number type to i64 (#6773)
|
2020-11-09 07:37:53 +01:00 |
|
Ned Palacios
|
fc375a40f8
|
x.json2: add fast_raw_decode; support for i64 and f32 (#6586)
|
2020-10-09 16:11:55 +02:00 |
|
Ned Palacios
|
368c2a6bf0
|
vlib: add x/json2 (#6336)
|
2020-09-10 12:05:40 +02:00 |
|