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

13560 Commits

Author SHA1 Message Date
ef643e106b checker: check unknown chan element type (#14843) 2022-06-25 05:19:41 +03:00
90287f6aaa checker: check error for cast sumtype (fix #14771) (#14847) 2022-06-25 05:19:16 +03:00
CC
d336b7b877 examples: add another vweb example, showing file upload, transform, and file download (#14842) 2022-06-24 09:23:47 +03:00
ccc3271493 docs: restore the important sentence about the mutable args that have to be marked on call 2022-06-23 21:15:21 +03:00
e5bbb23389 examples: fix 2048 gameplay (#14838) 2022-06-23 21:07:30 +03:00
c10ba6d81a os: add .cmd to the list of Windows executable suffixes (#14839) 2022-06-23 20:12:29 +03:00
b0fe21f018 ci: fix long lines/links in docs.md 2022-06-23 20:09:20 +03:00
c17200c33d doc: clear up concurrency and immutable fn args 2022-06-23 17:46:57 +03:00
298dc77c38 ci: add pure -os android checks (#14837) 2022-06-23 11:22:55 +03:00
e9a8f5fcc7 cgen: fix ref_struct.str() with null pointer (#14836) 2022-06-23 08:35:21 +03:00
587101a1ea os: fix find_abs_path_of_executable function (on Windows) (#14835) 2022-06-23 03:36:15 +03:00
2524207d1c tools: support c2v.exe in v translate, use os.quoted_path, cleanup errors. 2022-06-23 03:31:10 +03:00
78c527b243 tutorials: improve c2v tutorial a bit 2022-06-23 02:45:14 +03:00
dbc51a4579 readme: add c2v demo 2022-06-23 02:33:09 +03:00
l-m
ed8c63cc0b builtin: add a contains_only method on string (#14830) 2022-06-23 01:41:42 +03:00
a7108ff05c docs: use the actual most recent output of c2v in the example 2022-06-23 01:39:39 +03:00
b8d9bfec16 docs: fix C primes example in the tutorials (fixes c2v translation on linux) 2022-06-23 01:35:45 +03:00
436081a9f5 ci: fix v check-md tutorials/ 2022-06-23 01:30:22 +03:00
1b87a4770c tutorials: rename the folder containing spaces, to fix git checkouts on windows 2022-06-23 01:08:07 +03:00
856270cac2 tutorials: restore the old tutorials/building_a_simple_web_blog_with_vweb/ folder. 2022-06-23 00:11:59 +03:00
989c5e26f5 c2v: use https git clone 2022-06-22 22:49:29 +03:00
fe673e7963 tutorials: rename vweb tutorial 2022-06-22 22:48:40 +03:00
ae2183043b tutorials: c2v 2022-06-22 22:47:43 +03:00
5cd5d551e3 v.pkgconfig: fix building standalone pkgconfig (#14825)
* Update main.v

* add test to prevent future regressions

Co-authored-by: Delyan Angelov <delian66@gmail.com>
2022-06-22 22:38:50 +03:00
c9ab086029 cmd/tools: enable c2v 2022-06-22 22:10:46 +03:00
e6c3de2f46 cgen: format cgen.init() generated c codes (#14824) 2022-06-22 21:39:15 +03:00
3fb88500a2 os: improve Android interop (#14827) 2022-06-22 21:38:27 +03:00
585b5145fa cgen: fix auto string method generated for []&int{len:1} (#14829) 2022-06-22 14:54:04 +03:00
6a4ba22eae tests: flush test headers to ensure stable output with VJOBS>1 2022-06-22 12:46:32 +03:00
23d1c792c0 native: fix macho generation for macos11-amd64 (#14821) 2022-06-22 11:58:27 +03:00
74fb473301 ci: use unique concurrency.group for native_backend_tests.yml 2022-06-22 11:23:40 +03:00
6c060b76fd ci: fix v building inside native_backend_tests.yml 2022-06-22 11:19:00 +03:00
48b2ab157b ci: add a separate native_backend_tests.yml, to run the native tests on all the available github actions vm environments 2022-06-22 09:11:01 +03:00
c64c4907a2 parser: check closure var name conflict (#14823) 2022-06-22 09:04:15 +03:00
e2e3992e0d ci: remove continue-on-error: true for most ci jobs (#14811) 2022-06-22 00:20:57 +03:00
8172fecb51 vweb: remove the extra '/' in scan_static_directory (#14806) 2022-06-21 15:13:09 +03:00
9f5e442dab tools: add bump flags to vcomplete (#14813) 2022-06-21 15:11:42 +03:00
c160ba2a8d checker: stricter mutable reference check (fix #14803) (#14805) 2022-06-21 13:23:21 +03:00
c6f94e9cab tools: distribute vpm queries randomly between the available backend servers 2022-06-21 12:58:37 +03:00
cab6355a38 cgen: fix array of reference sumtype index() (#14812) 2022-06-21 12:37:54 +03:00
f08c768c8e tools: add a new readonly VPM server mirror url, to mitigate failures of the main vpm.vlang.io 2022-06-21 12:27:41 +03:00
e505fcdac0 encoding.csv: update reader.v (#14807) 2022-06-21 08:31:47 +03:00
f6f77e5264 clipboard: make clipboard.Clipboard public on windows (#14810) 2022-06-21 08:21:54 +03:00
524df8da1b math: add zpl stuff (#14543) 2022-06-21 00:17:49 +03:00
473d26ce47 builtin: enforce linking to libgc.a with -prod on macos 2022-06-20 21:29:27 +03:00
1caff5b379 native: initial support for apple-m1 (#14795) 2022-06-20 21:25:12 +03:00
8703e336e0 checker: cleanup in fn_decl() (#14802) 2022-06-20 17:56:02 +03:00
1fc9e1a716 tools: build c2v in non verbose mode by default 2022-06-20 16:03:39 +03:00
fa2e8d8459 tools: use os.system for the c2v runs to monitor the progress more easily 2022-06-20 15:50:38 +03:00
0e4198f23b tools: fix v vet file.v for return if x { y // comment } else { z } 2022-06-20 13:29:22 +03:00