ce6d2759f5 
								
							
								 
							
						 
						
							
							
								
								os: add os.open_stdin/0 and os.File.get_line/0  
							
							
							
						 
						
							2020-09-10 16:57:03 +03:00  
				
					
						
							
							
								 
						
							
							
								51d7d7cfae 
								
									
								
							
								 
							
						 
						
							
							
								
								os: fix os.mv edge case and Windows style paths ( #6302 )  
							
							
							
						 
						
							2020-09-06 13:12:07 +02:00  
				
					
						
							
							
								 
						
							
							
								b4b898b769 
								
									
								
							
								 
							
						 
						
							
							
								
								os: enable is_file tests ( #6312 )  
							
							
							
						 
						
							2020-09-06 12:39:02 +02:00  
				
					
						
							
							
								 
						
							
							
								81778e507f 
								
									
								
							
								 
							
						 
						
							
							
								
								os: is_file() ( #6301 )  
							
							
							
						 
						
							2020-09-04 22:27:52 +02:00  
				
					
						
							
							
								 
						
							
							
								efa49bfbb7 
								
									
								
							
								 
							
						 
						
							
							
								
								os: make  behave more like Unix "mv" command ( #6300 )  
							
							
							
						 
						
							2020-09-04 13:08:47 +02:00  
				
					
						
							
							
								 
						
							
							
								718a4692dd 
								
							
								 
							
						 
						
							
							
								
								os: enable test_write_and_read_bytes again  
							
							
							
						 
						
							2020-08-29 07:43:31 +03:00  
				
					
						
							
							
								 
						
							
							
								1baa7ef806 
								
							
								 
							
						 
						
							
							
								
								os: implement os.write_file_array and os.read_file_array .  
							
							
							
						 
						
							2020-07-13 10:46:37 +03:00  
				
					
						
							
							
								 
						
							
							
								206e64d72c 
								
									
								
							
								 
							
						 
						
							
							
								
								os: add os.uname()  
							
							
							
						 
						
							2020-06-14 16:46:30 +03:00  
				
					
						
							
							
								 
						
							
							
								0024ff848d 
								
									
								
							
								 
							
						 
						
							
							
								
								parser: check if the last or {} block expression is valid  
							
							... 
							
							
							
							These checks allows for:
a) `x := call() or { 'abc' }`
b) `x := call() or { panic('abc') }`
c) `x := call() or { exit(123) }`
d) `x := call() or { continue }`
e) `x := call() or { break }`
f) `x := call() or { return }`
... but produce errors for:
g) `x := call() or { println('an error') }` , etc. 
							
						 
						
							2020-04-07 17:36:00 +03:00  
				
					
						
							
							
								 
						
							
							
								206c1f4ca1 
								
							
								 
							
						 
						
							
							
								
								os: implement os.is_writable_folder/1  
							
							
							
						 
						
							2020-04-05 16:56:54 +03:00  
				
					
						
							
							
								 
						
							
							
								9c5de77f12 
								
									
								
							
								 
							
						 
						
							
							
								
								os: ext => file_ext  
							
							
							
						 
						
							2020-03-26 14:18:08 +01:00  
				
					
						
							
							
								 
						
							
							
								d54843275f 
								
									
								
							
								 
							
						 
						
							
							
								
								os_test.v: simplify cleanup  
							
							
							
						 
						
							2020-03-26 00:09:30 +01:00  
				
					
						
							
							
								 
						
							
							
								2a7bc63919 
								
									
								
							
								 
							
						 
						
							
							
								
								vmft2: support for multiline comments, CompIf, AssertStmt, octal literals  
							
							
							
						 
						
							2020-03-24 22:18:58 +01:00  
				
					
						
							
							
								 
						
							
							
								0e240458d3 
								
							
								 
							
						 
						
							
							
								
								os: fix os_test  
							
							
							
						 
						
							2020-03-24 17:16:00 +01:00  
				
					
						
							
							
								 
						
							
							
								32c8eb6490 
								
							
								 
							
						 
						
							
							
								
								os: vfmt os_test.v  
							
							
							
						 
						
							2020-03-24 16:18:37 +01:00  
				
					
						
							
							
								 
						
							
							
								2f27758a4b 
								
									
								
							
								 
							
						 
						
							
							
								
								os: realpath => real_path  
							
							
							
						 
						
							2020-03-20 16:41:18 +01:00  
				
					
						
							
							
								 
						
							
							
								8ff86dbee6 
								
									
								
							
								 
							
						 
						
							
							
								
								os: is_abs => is_abs_path  
							
							
							
						 
						
							2020-03-10 16:09:37 +01:00  
				
					
						
							
							
								 
						
							
							
								57b1b12ab6 
								
									
								
							
								 
							
						 
						
							
							
								
								os: tmpdir => temp_dir  
							
							
							
						 
						
							2020-03-10 15:02:09 +01:00  
				
					
						
							
							
								 
						
							
							
								7036ca55e6 
								
									
								
							
								 
							
						 
						
							
							
								
								os: implement os.environ() (part 2/2) ( #3971 )  
							
							
							
						 
						
							2020-03-10 14:25:16 +01:00  
				
					
						
							
							
								 
						
							
							
								876b73f92c 
								
									
								
							
								 
							
						 
						
							
							
								
								os: join => join_path  
							
							
							
						 
						
							2020-03-09 02:23:34 +01:00  
				
					
						
							
							
								 
						
							
							
								23b11c84b1 
								
									
								
							
								 
							
						 
						
							
							
								
								os api: basedir => base_dir  
							
							
							
						 
						
							2020-03-08 15:43:56 +01:00  
				
					
						
							
							
								 
						
							
							
								783dee1f48 
								
									
								
							
								 
							
						 
						
							
							
								
								os: merge with filepath  
							
							
							
						 
						
							2020-03-07 22:26:26 +01:00  
				
					
						
							
							
								 
						
							
							
								448ed41562 
								
									
								
							
								 
							
						 
						
							
							
								
								os api: rmdir_recursive => rmdir_all  
							
							
							
						 
						
							2020-03-03 15:02:50 +01:00  
				
					
						
							
							
								 
						
							
							
								8ac0739858 
								
									
								
							
								 
							
						 
						
							
							
								
								os api: cp_r => cp_all  
							
							
							
						 
						
							2020-03-02 19:30:04 +01:00  
				
					
						
							
							
								 
						
							
							
								7d2eb4f604 
								
									
								
							
								 
							
						 
						
							
							
								
								scanner: make `0o` prefix the only way to define octals  
							
							
							
						 
						
							2020-02-23 23:43:04 +01:00  
				
					
						
							
							
								 
						
							
							
								9d2a60bb11 
								
									
								
							
								 
							
						 
						
							
							
								
								os: optimize os_windows.v  
							
							
							
						 
						
							2020-02-23 20:46:13 +01:00  
				
					
						
							
							
								 
						
							
							
								527377dc86 
								
									
								
							
								 
							
						 
						
							
							
								
								fix os_test.v  
							
							
							
						 
						
							2020-02-21 12:24:13 +01:00  
				
					
						
							
							
								 
						
							
							
								6849a4e770 
								
									
								
							
								 
							
						 
						
							
							
								
								filepath: path separator ( #3756 )  
							
							
							
						 
						
							2020-02-17 20:31:23 +01:00  
				
					
						
							
							
								 
						
							
							
								ae3d84df6b 
								
							
								 
							
						 
						
							
							
								
								os: add open_file function  
							
							
							
						 
						
							2020-01-21 16:58:47 +01:00  
				
					
						
							
							
								 
						
							
							
								025efcb731 
								
							
								 
							
						 
						
							
							
								
								os: add is_executable, is_writable and is_readable  
							
							
							
						 
						
							2020-01-06 09:15:06 +01:00  
				
					
						
							
							
								 
						
							
							
								4424f83470 
								
							
								 
							
						 
						
							
							
								
								os: disable write_bytes_at() and read_bytes_at() for now  
							
							
							
						 
						
							2019-12-31 11:43:10 +00:00  
				
					
						
							
							
								 
						
							
							
								06fba73ab9 
								
							
								 
							
						 
						
							
							
								
								os: add os.symlink() function  
							
							
							
						 
						
							2019-12-27 19:10:06 +01:00  
				
					
						
							
							
								 
						
							
							
								dced76d1a4 
								
							
								 
							
						 
						
							
							
								
								os, filepath: reorganize functions  
							
							
							
						 
						
							2019-12-23 13:09:22 +03:00  
				
					
						
							
							
								 
						
							
							
								353805e170 
								
							
								 
							
						 
						
							
							
								
								os: test is_link()  
							
							
							
						 
						
							2019-12-06 12:09:35 +03:00  
				
					
						
							
							
								 
						
							
							
								0a38b307cd 
								
							
								 
							
						 
						
							
							
								
								os_test: use rmdir() to del dirs  
							
							
							
						 
						
							2019-12-05 17:08:55 +03:00  
				
					
						
							
							
								 
						
							
							
								a57e29dfc5 
								
							
								 
							
						 
						
							
							
								
								os: replace dir_exists with is_dir; file_exists() => exists()  
							
							
							
						 
						
							2019-12-04 23:17:45 +03:00  
				
					
						
							
							
								 
						
							
							
								ec15bfb7d1 
								
							
								 
							
						 
						
							
							
								
								v test v => v test-compiler  
							
							
							
						 
						
							2019-12-01 12:50:13 +03:00  
				
					
						
							
							
								 
						
							
							
								3a6ccf7f31 
								
							
								 
							
						 
						
							
							
								
								os: mkdir() error handling  
							
							
							
						 
						
							2019-11-23 19:55:18 +03:00  
				
					
						
							
							
								 
						
							
							
								be7cf3e812 
								
							
								 
							
						 
						
							
							
								
								compiler: support storing temporary files under TMPDIR/v/  
							
							... 
							
							
							
							Fix for filepath.join not \0 terminating its result 
							
						 
						
							2019-11-17 06:45:20 +03:00  
				
					
						
							
							
								 
						
							
							
								a04c3bac83 
								
							
								 
							
						 
						
							
							
								
								CI: ubuntu-musl target  
							
							
							
						 
						
							2019-11-15 00:46:40 +03:00  
				
					
						
							
							
								 
						
							
							
								cc81e9adfa 
								
							
								 
							
						 
						
							
							
								
								v test v: cleanup more temporary files  
							
							
							
						 
						
							2019-11-11 18:45:11 +03:00  
				
					
						
							
							
								 
						
							
							
								a44ba0b8a2 
								
							
								 
							
						 
						
							
							
								
								bignum module wrapper for kokke/tiny-bignum-c  
							
							
							
						 
						
							2019-11-07 22:04:18 +03:00  
				
					
						
							
							
								 
						
							
							
								fbd71e1539 
								
							
								 
							
						 
						
							
							
								
								expression.v  
							
							
							
						 
						
							2019-11-07 17:48:48 +03:00  
				
					
						
							
							
								 
						
							
							
								bd18f50c8a 
								
							
								 
							
						 
						
							
							
								
								os: cp_r fn to copy files recursively  
							
							
							
						 
						
							2019-11-06 23:05:35 +03:00  
				
					
						
							
							
								 
						
							
							
								8de2f00294 
								
							
								 
							
						 
						
							
							
								
								os: add windows cp  
							
							
							
						 
						
							2019-11-02 22:37:29 +03:00  
				
					
						
							
							
								 
						
							
							
								98c016b41d 
								
							
								 
							
						 
						
							
							
								
								os: walk() function  
							
							
							
						 
						
							2019-10-24 15:17:09 +03:00  
				
					
						
							
							
								 
						
							
							
								c23155790a 
								
							
								 
							
						 
						
							
							
								
								os: add pub fn read_bytes and pub fn read_bytes_at  
							
							
							
						 
						
							2019-10-20 20:45:16 +03:00  
				
					
						
							
							
								 
						
							
							
								270934441c 
								
							
								 
							
						 
						
							
							
								
								os: make ls() return an optional  
							
							
							
						 
						
							2019-10-17 14:30:05 +03:00  
				
					
						
							
							
								 
						
							
							
								1864e92ff4 
								
							
								 
							
						 
						
							
							
								
								parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly  
							
							
							
						 
						
							2019-08-10 10:26:42 +02:00  
				
					
						
							
							
								 
						
							
							
								c3ad75191d 
								
							
								 
							
						 
						
							
							
								
								os: fix 'rm' and 'rmdir' implementation on windows  
							
							
							
						 
						
							2019-07-16 15:55:51 +02:00