1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
017ace6ea7 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
f6844e9766 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
8b962f8446 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
d679146a80 fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
156efec278 toml: deprecate input.auto_config() and toml.parse() (#13770) 2022-03-18 22:33:51 +02:00
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
291a1ffd8d token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
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
7d0a36dd08 toml: solidify single-line escape validation (#12644) 2021-12-02 12:07:53 +02:00
9cf7af0c75 toml: add better float validation (#12640) 2021-12-02 11:16:55 +02:00
6f193c4300 toml: remove obsolete comment from checker (#12626) 2021-11-30 19:40:31 +02:00
14424100e8 toml: comply with BurntSushi @eb989e5 (#12616) 2021-11-29 22:15:22 +02:00
22043f2df1 toml: fix float checker bug for -0.01 (#12590) 2021-11-27 21:03:26 +02:00
1be6aed16e toml: support checking and decoding quoted keys (#12552) 2021-11-23 16:59:07 +02:00
f1dd0e3355 toml: add value decoding (#12521) 2021-11-20 19:48:44 +02:00
96554fad71 toml: improve number conversion (#12509) 2021-11-18 19:46:19 +02:00
dbd5acd5ba toml: small start -> end word use change (#12428) 2021-11-11 07:28:46 +02:00
69fa87ad24 toml: add date and time checks (#12427) 2021-11-11 07:27:41 +02:00
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
462d097bf5 toml: small clarification on utf8_max const (#12320) 2021-10-27 16:41:22 +03:00
d53bb54c0a toml: implement checks for UTF-8 validity (#12313) 2021-10-27 15:28:46 +03:00
6eaacd3391 toml: improve checker documentation (#12315) 2021-10-27 14:31:29 +03:00
9a3967bd7d toml: improve comment support (#12305) 2021-10-26 16:58:05 +03:00
52df19ef61 toml: check for invalid placement of underscores around exponent (#12303) 2021-10-26 13:49:25 +03:00
eb364f0301 toml: check for exponents starting with an underscore (#12271) 2021-10-22 19:56:43 +03:00
909ed76b8f toml: check binary, octal and hexadecimals literals (#12255) 2021-10-21 16:37:38 +03:00
a84b1a53ec toml: fix bin, oct and hex capital identifier check (#12254) 2021-10-21 14:12:17 +03:00
e3d3727c0c toml: fix 7 escape tests (#12017) 2021-09-29 19:28:09 +03:00
d39fec3479 toml: fix unbalanced quoted tests (#12006) 2021-09-29 10:19:49 +03:00
da47638f42 toml: correct documentation (#11976) 2021-09-26 07:34:47 +03:00
13b2aa701c toml: rename ast.Node -> ast.Value (#11974) 2021-09-25 20:31:02 +03:00
5541ec8670 vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00