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

1272 Commits

Author SHA1 Message Date
bd7c86a9d4 tools: make fast_job.v more informative on updates 2022-11-01 16:12:36 +02:00
1868b101a5 tools: fix commit message cell border in fast.vlang.io 2022-11-01 16:05:50 +02:00
32ce3d9149 tools: make fast_job.v more robust 2022-11-01 15:49:23 +02:00
edb3f1df32 tools: fix table wrapping in fast.vlang.io, use <th> cells for the heading 2022-11-01 15:13:09 +02:00
9cdec87255 tools: add more logging for fast_job.v, to ease maintainance 2022-11-01 10:54:12 +00:00
c3e209a634 scanner: prevent resolving to nested interpolation (fix #16240) (#16259) 2022-10-31 10:47:32 +02:00
64cbadc6f1 scanner: fix new string interpolation println('{a}{b}{c}{d}') (#16258) 2022-10-30 20:18:31 +02:00
cc58d6a919 all: string interpolation fixes 2022-10-27 17:52:30 +03:00
18c7da9a5e all: new string interpolation "hello {name}!" 2022-10-27 11:01:01 +03:00
41c85661ef fix quadratic execution of VAUTOFIX=1 v check-md . when a long .md file has many examples, that have to be corrected. 2022-10-26 22:47:58 +03:00
007430ef2b tools: support VAUTOFIX=1 v check-md vlib/term/README.md for fixing unformatted examples without manual edits 2022-10-26 21:51:10 +03:00
3d4ffe8f28 examples: unskip vweb_orm_jwt from building, since it is not working directly with mysql anymore (#15671) 2022-10-22 19:12:54 +03:00
51f4d99399 all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
2083e6b04c os: cleanup APIs returning !bool to either return ! or bool (#16111) 2022-10-20 13:56:06 +03:00
612faac0f0 all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
d7813965d5 tools: fix os.chmod call (use octal permissions) in v ls 2022-10-19 15:38:06 +03:00
117c829a97 vtest-self: add skipping ssl tests on windows (#16107) 2022-10-19 11:03:29 +03:00
29b1796791 ci: add more skips for different CI jobs 2022-10-17 10:24:01 +03:00
7fb2718609 ci: only run openssl_compiles_test.v on !windows 2022-10-16 23:15:00 +03:00
7ff7e540b9 ci: more ? -> ! fixes 2022-10-16 22:57:38 +03:00
409a4f33a1 tools: add report_v_module_folders_without_tests.v . Use it to discover other modules without _test.v files. Add simple ones, to ensure CI can find more breakage on future wide changes to vlib/ 2022-10-16 22:40:17 +03:00
f6844e9766 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
f7f0e0b5dc v doc: remove int_literal and float_literal from syntax highlighting, since they are internal types (#16066) 2022-10-13 20:49:34 +03:00
5047058595 stbi: fix memory leak from stbi.load/1 with GC (#16028) 2022-10-11 15:19:36 +03:00
14923123ad ci: skip const_fixed_array_containing_references_to_itself_test.v on windows-msvc 2022-10-10 13:30:35 +03:00
4eeb45b94e vpm: stop and output an error message after parsing the v.mod file failed (#15994) 2022-10-08 11:33:49 +03:00
267cd5569a vpm: replace println with eprintln, for printing error output (#15992) 2022-10-08 11:32:31 +03:00
88d69d7d54 cgen,pref,preludes: implement v -assert continues file_test.v (#15976) 2022-10-06 17:20:32 +03:00
50820105a1 docs: call_v_from_c example (#15844) 2022-09-25 22:52:40 +03:00
7f23abbf8c docs: document the [noinit] attribute with an example (#15876) 2022-09-25 19:36:01 +03:00
6637db2d6d tools: fix sporadic CI failures on the doom-regressions job due to v gret 2022-09-25 11:27:13 +03:00
27305d1a5f net.websocket: swap unsafe use of nil for a safe default value (#15836) 2022-09-22 08:00:03 +03:00
41dbd12bc4 tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
21c5cadc59 tools: fix v install https://some/url_with_underscores (make --git the default for URLs) 2022-09-21 15:44:49 +03:00
8f7958273b compiler: add -raw-vsh-tmp-prefix tmp flag, to allow for executing scripts without .vsh extension (#15829) 2022-09-20 15:52:18 +03:00
993802f6a6 markused: fix compilation of gg programs with -skip-unused, add test to prevent regressions (#15821) 2022-09-20 08:03:03 +03:00
0ff74dae63 vrepl: simplify and cleanup vrepl (#15807) 2022-09-18 18:07:16 +03:00
c78344ef04 vrepl: fix output errors (fix #15801) (#15804) 2022-09-18 14:09:31 +03:00
085a09ebdb vrepl: fix output error of print and fn call (#15796) 2022-09-17 15:58:53 +03:00
26443cf9fa vrepl: fix array method call errors (fix #15769) (#15786) 2022-09-17 10:12:01 +03:00
f922ed0941 tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774) 2022-09-16 04:56:19 +03:00
8b962f8446 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
3e599a1436 ci: ignore vlib/v/tests/inout/vscript_using_generics_in_os.vsh in v test-cleancode on windows for now 2022-09-11 11:18:01 +03:00
1c63ce479c vweb: adding a vweb.csrf protection module (#15586) 2022-09-06 13:18:39 +03:00
0d0c2b278d vgret: add region support (#15651) 2022-09-04 13:39:10 +03:00
6110373519 orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
dbf28c5bfb cmd/tools/where: check if parent already included vlib_dir (#15527) 2022-08-26 07:04:44 +03:00
c662431cfd checker: check unsafe array assign (fix #9651) (#15515) 2022-08-25 08:52:13 +03:00
4718b8b45a all: unify the displaying of compiler errors, using a common util.show_compiler_message/2 function. 2022-08-24 13:38:47 +03:00
d08edf8cba vdoc: highlight generic struct everywhere (#15506) 2022-08-23 15:21:26 +03:00