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

34 Commits

Author SHA1 Message Date
cad2cd5583 docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
c8c70de87d docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
017ace6ea7 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
8b962f8446 checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
9099594a49 all: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03:00
be8be3d319 v.parser: prohibit redeclaration of builtin types (#10563) 2021-06-25 13:08:56 +03:00
8a380f4699 tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
205fb88d90 eventbus: refactoring; add unsubscribe_method and unsubscribe_receiver (#9443) 2021-03-30 15:32:24 +03:00
dbaccd4272 vfmt: shorten main.const_name to just const_name 2021-01-25 20:57:33 +02:00
965ae9cb91 ci: fix formatting in .md files too 2021-01-25 13:20:18 +02:00
8adb1acf31 check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
7cd9530006 docs: fix most of the examples (ensure they at least have a valid syntax) 2020-11-27 13:03:32 +02:00
df4165c7ee docs_ci: check all md files except thirdparty (#6855) 2020-11-18 18:28:28 +01:00
3795aaab5c v test-fmt: reformat some skipped files, comment on the remaining ones 2020-10-15 00:39:09 +03:00
abc98c273c parser: require assign on type alias (#6477) 2020-09-25 12:02:32 +02:00
e06448b616 eventbus: update test and docs too 2020-07-28 19:08:16 +03:00
0539b2a7ea eventbus: removed check on publish, always use receiver, args, sender order for callbacks (#5940) 2020-07-28 18:48:25 +03:00
ae8f7cf569 tests: fix some tests, that failed due to the stricter immutable checks 2020-06-01 18:24:38 +03:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
b2157388d9 checker: check method args 2020-05-05 01:32:40 +10:00
fb1c60c53d checker: add back check struct field fn args 2020-05-01 20:12:21 +10:00
51da324465 tests: fix eventbus_test.v 2020-05-01 10:57:19 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
9f4661391d v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
43ba6766ba improve eventbus 2020-01-22 17:41:08 +01:00
14e9c3c7bb rename compiler2.parser to v.parser etc 2019-12-27 06:09:16 +01:00
489ec05b23 eventbus: remove hacks, add sender 2019-12-18 08:16:33 +03:00
3fea8f3de5 *char => charptr everywhere 2019-12-01 10:33:26 +03:00
81d4f66fbb string: make index() return ?int instead of int/-1 2019-11-30 13:21:21 +03:00
cc2bd0bb68 string: make substr private 2019-11-30 12:50:57 +03:00
d4ae39348f eventbus: make it usable and add README 2019-11-24 14:27:50 +03:00
e9e931fe4a force C function definitions 2019-11-24 12:14:22 +03:00
1bd8c465d3 do not allow casting bool to int 2019-11-23 20:40:59 +03:00
0382331499 vlib: add eventbus module 2019-11-23 14:24:25 +03:00