Delyan Angelov
|
bb71089b70
|
os: make the os_test.v functions more robust on windows (normalise the returned paths before comparing them)
|
2021-10-24 19:54:00 +03:00 |
Delyan Angelov
|
e99b699ac6
|
os: make os.mkdir_all more robust (honor / on windows too), add a test for it
|
2021-10-24 19:16:46 +03:00 |
Delyan Angelov
|
f34daf9ff4
|
os: add os.walk_with_context/3 and a test for it
|
2021-10-24 19:12:14 +03:00 |
Delyan Angelov
|
e34046a0e1
|
os: remove `pub` from impl_walk_ext
|
2021-10-24 18:48:54 +03:00 |
Delyan Angelov
|
d1c4b470bc
|
os: make os.ls('') return an error, make os.walk_ext more memory efficient on deep hierarchies, add tests for os.walk_ext
|
2021-10-24 18:44:13 +03:00 |
playX
|
864d6eae6b
|
js: codegen & vlib fixes, replace the Game of Life CLI example (#12272)
|
2021-10-22 22:03:19 +03:00 |
Delyan Angelov
|
eed94c727c
|
os: move C struct declarations in their own _default.c.v files (#12268)
|
2021-10-22 17:08:08 +03:00 |
czkz
|
5607224be6
|
docs: improve os.ProcessState markdown rendering (#12245)
|
2021-10-21 11:19:01 +03:00 |
playX
|
57c79770b3
|
js: port more methods (os, builtin) (#12238)
|
2021-10-20 16:02:21 +03:00 |
playX
|
c1aa782a6c
|
js,checker: fix some modules build for `v -b js self`, fix `or block` check in ast.CallExpr (#12231)
|
2021-10-19 12:11:54 +03:00 |
playX
|
d373eba79b
|
js: implement more functions for JS backend (#12167)
|
2021-10-13 09:40:14 +03:00 |
Alexander Ivanov
|
0386f2bbea
|
checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963)
|
2021-10-11 15:41:31 +03:00 |
Delyan Angelov
|
5bc8b4dadb
|
os: implement support for VOPEN_URI_CMD env override for os.open_uri
|
2021-10-06 06:33:04 +03:00 |
Delyan Angelov
|
514443a019
|
ci: comment out a failing assert in the tests for `os.notify`
|
2021-10-05 16:01:54 +03:00 |
Delyan Angelov
|
eef8017281
|
ci: reduce flakyness of notify_test.v, by re-trying it 3 times
|
2021-10-05 15:50:38 +03:00 |
Delyan Angelov
|
bfb8116623
|
ci: let process_test.v repeatedly fail 3 times, before consider it failed
|
2021-10-03 20:26:38 +03:00 |
Larpon
|
b62520af9e
|
os: fix rare crash in read_file. Fix #12052 (#12053)
|
2021-10-03 18:24:06 +03:00 |
Nicolas Sauzede
|
117091452b
|
os: workaround `_ = C.pipe(&pipeset[0])` gcc warning `warning: ignoring return value of pipe declared with attribute warn_unused_result` (#12046)
|
2021-10-03 08:09:08 +03:00 |
Delyan Angelov
|
7bd145d88a
|
os,net: cleanup deprecated @VROOT usages
|
2021-09-19 16:24:24 +03:00 |
Delyan Angelov
|
eec930b86a
|
os: turn some panics into `return error()`
|
2021-09-18 10:45:04 +03:00 |
czkz
|
816c6c62b5
|
os: fix documentation typo in args.v (#11526)
|
2021-09-17 20:55:16 +03:00 |
playX
|
c175b4fd48
|
v.gen.js: refactor code, fix alias codegen, `-stats` now again works with tests on the JS backend (#11512)
|
2021-09-16 14:00:15 +03:00 |
Enzo
|
e57b068df0
|
os: add `open_uri/1`, use it in `v bug` (#11450)
|
2021-09-09 10:48:53 +03:00 |
playX
|
72089c4feb
|
js: use prefixed names for functions and global symbols (#11387)
|
2021-09-08 20:30:46 +03:00 |
yuyi
|
e5360e164a
|
fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435)
|
2021-09-08 14:19:53 +03:00 |
Enzo
|
e3b65092d6
|
parser: deprecate `size_t` (#11443)
|
2021-09-08 13:09:32 +03:00 |
Delyan Angelov
|
166dd61e90
|
Revert "Revert "term: obtain the cursor position via termios.h (#11372)""
This reverts commit 0376cbf6bd .
|
2021-09-06 19:04:14 +03:00 |
Alexander Medvednikov
|
0376cbf6bd
|
Revert "term: obtain the cursor position via termios.h (#11372)"
This reverts commit af28d09630 .
|
2021-09-06 18:21:55 +03:00 |
AAAA
|
af28d09630
|
term: obtain the cursor position via termios.h (#11372)
|
2021-09-06 17:24:39 +03:00 |
Larpon
|
bd33eaa3b8
|
os: add function to expand "~" to home directory (#11362)
|
2021-09-01 16:32:28 +03:00 |
Alexander Medvednikov
|
cf4081e2dd
|
all: more chdir/chmod fixes
|
2021-08-28 12:52:48 +03:00 |
Alexander Medvednikov
|
f731060caf
|
all: update chmod/chdir usages
|
2021-08-28 10:23:01 +03:00 |
Alexander Medvednikov
|
853d3cb83e
|
os: make chmod() return error
|
2021-08-28 09:37:24 +03:00 |
Alexander Medvednikov
|
858ba25d55
|
os: make chdir() return error
|
2021-08-28 09:35:39 +03:00 |
playX
|
bdf11d969a
|
js: add basic support for running tests, fix string.replace_each (#11314)
|
2021-08-26 15:20:54 +03:00 |
Delyan Angelov
|
db194abeac
|
os: merge os.c.v and os_c.c.v
|
2021-08-26 10:01:55 +03:00 |
playX
|
109d5d5847
|
js: `os` now compiles to the JS backend, more builtins & minor codegen fixes (#11302)
|
2021-08-25 14:40:53 +03:00 |
playX
|
d78e7e3b2b
|
js: codegen fixes, W.I.P `os` availability for JS backend (#11281)
|
2021-08-23 14:25:02 +03:00 |
div72
|
2bf1015ae1
|
os: add File.read_into_ptr (#11219)
|
2021-08-18 17:08:41 +03:00 |
pancake
|
90b25e7a4b
|
os: filesystem level locking api (#11191)
|
2021-08-17 08:21:33 +03:00 |
Delyan Angelov
|
8fbd8f790d
|
os: cleanup for -Wimpure-v
|
2021-08-12 21:53:29 +03:00 |
Enzo
|
506c30a291
|
builtin: remove methods that can be autogenerated (#11109)
|
2021-08-09 15:42:31 +03:00 |
Delyan Angelov
|
efa8dcf4d2
|
time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050)
|
2021-08-04 13:12:02 +03:00 |
pancake
|
00d4c7082e
|
native: add support for print, eprint and eprintln (#11034)
|
2021-08-03 16:04:31 +03:00 |
Delyan Angelov
|
d82d41d804
|
os: fix os.dir, os.base, os.file_name, when the argument contains / on windows
|
2021-07-31 13:52:54 +03:00 |
Delyan Angelov
|
44892fd942
|
os: let `os.dir("/xyz")` return "/" (fixes compiling .v files in /)
|
2021-07-30 03:28:53 +03:00 |
Delyan Angelov
|
8eb544146e
|
os: fix building V on Haiku
|
2021-07-27 20:28:04 +03:00 |
Delyan Angelov
|
44828cbb29
|
ci: fix -cstrict job
|
2021-07-22 18:47:23 +03:00 |
Delyan Angelov
|
b537c9f624
|
tests: add a separate File.tell() test
|
2021-07-22 16:25:23 +03:00 |
Delyan Angelov
|
c4da74dbf6
|
ci: fix building V on windows with tcc (regression since d7dcb47 )
|
2021-07-22 14:50:22 +03:00 |