Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
Larpon
|
156efec278
|
toml: deprecate input.auto_config() and toml.parse() (#13770)
|
2022-03-18 22:33:51 +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 |
yuyi
|
291a1ffd8d
|
token: rename Position to Pos, rename position() to pos() (#13279)
|
2022-01-26 12:36:28 +02:00 |
Delyan Angelov
|
ee858568ff
|
toml: ignore CRLF just like LF in line comments, support VTEST_HIDE_OK=1 in tests.
|
2022-01-03 12:54:16 +02:00 |
Larpon
|
7d0a36dd08
|
toml: solidify single-line escape validation (#12644)
|
2021-12-02 12:07:53 +02:00 |
Larpon
|
9cf7af0c75
|
toml: add better float validation (#12640)
|
2021-12-02 11:16:55 +02:00 |
Larpon
|
6f193c4300
|
toml: remove obsolete comment from checker (#12626)
|
2021-11-30 19:40:31 +02:00 |
Larpon
|
14424100e8
|
toml: comply with BurntSushi @eb989e5 (#12616)
|
2021-11-29 22:15:22 +02:00 |
Larpon
|
22043f2df1
|
toml: fix float checker bug for `-0.01` (#12590)
|
2021-11-27 21:03:26 +02:00 |
Larpon
|
1be6aed16e
|
toml: support checking and decoding quoted keys (#12552)
|
2021-11-23 16:59:07 +02:00 |
Larpon
|
f1dd0e3355
|
toml: add value decoding (#12521)
|
2021-11-20 19:48:44 +02:00 |
Larpon
|
96554fad71
|
toml: improve number conversion (#12509)
|
2021-11-18 19:46:19 +02:00 |
Larpon
|
dbd5acd5ba
|
toml: small start -> end word use change (#12428)
|
2021-11-11 07:28:46 +02:00 |
Larpon
|
69fa87ad24
|
toml: add date and time checks (#12427)
|
2021-11-11 07:27:41 +02:00 |
Larpon
|
99fd84dfe4
|
toml: fix hex values starting with a, e or E and comments ending with crlf (#12367)
|
2021-11-02 19:07:27 +02:00 |
Larpon
|
462d097bf5
|
toml: small clarification on utf8_max const (#12320)
|
2021-10-27 16:41:22 +03:00 |
Larpon
|
d53bb54c0a
|
toml: implement checks for UTF-8 validity (#12313)
|
2021-10-27 15:28:46 +03:00 |
Larpon
|
6eaacd3391
|
toml: improve checker documentation (#12315)
|
2021-10-27 14:31:29 +03:00 |
Larpon
|
9a3967bd7d
|
toml: improve comment support (#12305)
|
2021-10-26 16:58:05 +03:00 |
Larpon
|
52df19ef61
|
toml: check for invalid placement of underscores around exponent (#12303)
|
2021-10-26 13:49:25 +03:00 |
Larpon
|
eb364f0301
|
toml: check for exponents starting with an underscore (#12271)
|
2021-10-22 19:56:43 +03:00 |
Larpon
|
909ed76b8f
|
toml: check binary, octal and hexadecimals literals (#12255)
|
2021-10-21 16:37:38 +03:00 |
Larpon
|
a84b1a53ec
|
toml: fix bin, oct and hex capital identifier check (#12254)
|
2021-10-21 14:12:17 +03:00 |
Larpon
|
e3d3727c0c
|
toml: fix 7 escape tests (#12017)
|
2021-09-29 19:28:09 +03:00 |
Larpon
|
d39fec3479
|
toml: fix unbalanced quoted tests (#12006)
|
2021-09-29 10:19:49 +03:00 |
Larpon
|
da47638f42
|
toml: correct documentation (#11976)
|
2021-09-26 07:34:47 +03:00 |
Larpon
|
13b2aa701c
|
toml: rename ast.Node -> ast.Value (#11974)
|
2021-09-25 20:31:02 +03:00 |
Larpon
|
5541ec8670
|
vlib: add toml module + tests (#11964)
|
2021-09-24 21:13:52 +03:00 |