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

31 Commits

Author SHA1 Message Date
88a8507dd8 os: vfmt most of os, add it to v test-cleancode 2020-12-16 11:08:23 +02:00
cc4bb71f29 os: prevent unnecessary dependencies when importing os on windows (#6741) 2020-11-04 10:19:46 +02:00
f7698ea160 v symlink: fix windows PATH setting (cmd.exe needs C: not c:) 2020-10-22 17:31:37 +03:00
50a2b033b7 ci: fix failing tests on windows too 2020-10-15 15:54:44 +03:00
abc98c273c parser: require assign on type alias (#6477) 2020-09-25 12:02:32 +02:00
c960b5979e vlib: fix incompatible pointer warning (#6385) 2020-09-16 17:40:02 +03:00
5d18ece661 ci: fix msvc finding (3) 2020-08-28 20:06:41 +03:00
dde1b89c5e vup: remove empty new line on unix 2020-08-28 19:09:47 +03:00
2ce5797ec2 os: vfopen returns option now (#6244) 2020-08-28 14:24:00 +02:00
bab5c21224 parser: warn when fixed-size ArrayInit doesn't have trailing {}. (#6137) 2020-08-16 04:54:05 +02:00
f331f63f53 ci: fix windows build 2020-08-05 09:09:18 +03:00
5874d7c5ab os: add os.getpid(), use it in os.is_writable_folder on windows 2020-08-05 09:04:40 +03:00
ab7936f514 os.exec: on unix return error, when the command was not found, instead of os.Result 2020-08-05 07:11:51 +03:00
8dede3b535 builder: add a verror, when the output folder is not existing and writable (#5966) 2020-08-03 18:19:36 +03:00
d71c11577a os: move file logic to file.v (#6013) 2020-08-01 23:07:37 +02:00
ee349691f9 v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
e804ba5294 vfmt: add support for VDIFF_TOOL, detect more diffing tools (#5857) 2020-07-17 14:03:07 +03:00
f61a7bf3df os,rand.mt19937: fix broken links in code comments (#5806) 2020-07-12 16:18:52 +03:00
206e64d72c os: add os.uname() 2020-06-14 16:46:30 +03:00
75eac291ac all: variable sized options 2020-05-31 12:57:26 +02:00
f0a9b88ac4 all: add stdcall attribute, unhandled exception handler, get_raw_stdin, v_realloc 2020-05-29 03:06:27 +02:00
013fdb8a4b checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
b4eadb9030 cmd/v: reimplement -path flag 2020-05-26 03:17:52 +02:00
dda875a9c8 all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
8bf290acf0 os: minor fixes 2020-05-22 06:21:11 +02:00
931c846602 os: cleanup code duplication for os.create and os.open 2020-05-19 13:38:06 +03:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
f44a40eee0 checker: check incorrect names 2020-05-16 16:12:23 +02:00
acd80f052b tests: improve diagnostic output on failure 2020-05-04 11:21:25 +03:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
dc4db87be3 vlib: use new filename format 2020-04-11 19:51:32 +02:00