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

36 Commits

Author SHA1 Message Date
Delyan Angelov
838d0e8960
contributing.md: add an optional step, describing how to setup a pre-commit hook to keep the commited code formatted automatically 2023-07-04 22:11:08 +03:00
Ahmad Yasser
cad2cd5583
docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
Makhnev Petr
d907ceb50f
docs: format with IDEA formatter other .md files (#17293) 2023-02-13 12:49:13 +02:00
Makhnev Petr
c8c70de87d
docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
Delyan Angelov
846ddfd728
v: always embed file data of \$embed_file(file) constructs, even without -prod, unless -d embed_only_metadata is given. 2022-06-01 09:08:18 +03:00
Larpon
6c08af63ff
embed_file: rename debug_embed_file_in_prod -> force_embed_file (#14523) 2022-05-25 18:26:17 +03:00
David 'Epper' Marshall
a91226c376
docs: cleanup (#14327) 2022-05-07 20:18:42 +03:00
Hunam
6da300428e
doc: add JS backend mention (#14265) 2022-05-03 12:51:12 +03:00
David 'Epper' Marshall
5a42350a78
docs: add a v fmt -w . step in the contributing guide (#14210) 2022-04-28 23:31:22 +03:00
Delyan Angelov
5f38ba896e
parser,cgen: handle const x = $embed_file("file.txt").to_string() 2022-01-25 11:40:07 +02:00
Delyan Angelov
4624de6cb5
cgen: support -d no_segfault_handler and -d no_main. Cleanup -d trace_xxx descriptions in CONTRIBUTING.md 2021-12-03 19:01:45 +02:00
pancake
6750ed254f x64: rename to native to not conflict with the x64 comptime variable 2021-04-27 12:24:58 +03:00
zakuro
f390fe3086
CONTRIBUTING.md: update outdated name to correct one (#8677) 2021-02-11 11:04:44 +02:00
Delyan Angelov
460f32baf2
tests: add v test-all, move v test-fixed to v test-compiler-full 2021-01-17 16:11:10 +02:00
Enzo
7b41ef358c
doc: document the custom compiler instrumentation flags in CONTRIBUTING.md (#7963) 2021-01-10 16:27:17 +02:00
Lukas Neubert
fdfe2a4e68
check-md: check CONTRIBUTING.md too (#6847) 2020-11-16 16:49:40 +01:00
Alexander Medvednikov
4ddfff287c
readme: add an overview of the architecture 2020-11-12 09:32:46 +01:00
Nick Treleaven
497bf226e2
add TESTS.md file to explain different tests (#6318) 2020-09-07 13:48:15 +02:00
Delyan Angelov
0fb28eb42e contributing.md: add link to the Github Handbook's flow section 2020-07-05 08:46:42 +03:00
Larpon
673fe98cf5
doc: fix formating of points 7, 8, 9 in Example Workflow section (#5602) 2020-07-01 13:36:08 +02:00
Miller
a849d46e3f
doc: fix line breaks to make it 80 characters / line 2020-05-29 03:05:04 +02:00
Alexander Medvednikov
c27a10b956
contributing.md: fix a typo 2020-04-17 18:27:03 +02:00
Alexander Medvednikov
a358a6b0c6 contributing.md: v self 2020-04-17 18:20:05 +02:00
yuyi
449575a122
doc: fix CONTRIBUTING.md typos 2020-04-14 15:13:36 +02:00
Delyan Angelov
95e67c9502
contributing.md: update git instructions 2020-03-27 16:03:06 +01:00
Alexander Medvednikov
d10c1c36a9 contributing.md: minor fixes 2020-03-15 09:21:31 +01:00
Alexander Medvednikov
a0e97e0e6e contributing.md: info on the new ast based parser 2020-03-15 09:18:05 +01:00
Alexey
3a9a13fc28 docs: replace 'Github' with 'GitHub' 2020-01-02 18:08:34 +01:00
Alexander Medvednikov
38aba37fe9 contributing.md: update x64 info 2019-11-26 16:27:13 +03:00
Alexander Medvednikov
49d6c26da4 parser: do not allow str[i++]; update contributing.md 2019-10-15 11:06:22 +03:00
ylluminate
ce5ee57ef8 Update CONTRIBUTING.md with workflow example
* Update CONTRIBUTING.md with workflow example

Added [@spytheman's example](https://discordapp.com/channels/592103645835821068/592106336838352923/627559453788733440). Please review @spytheman and @medvednikov with any improvements or updates and clarifications! :) Hope this helps.  I'm sure I can make things a little more consistent or improve formatting a little, but I wanted to get this at least somewhere where we won't forget to share it.

* Update CONTRIBUTING.md

Additional tweaks as per comments.
2019-10-04 23:06:10 +03:00
Don Alfons Nisnoni
a1f0e940b7 add .vrepl_temp.v to .gitignore and fix some grammar 2019-09-29 13:58:37 +03:00
Alexander Medvednikov
48c05b5a45 cgen: use *char in all functions with *char args to avoid warnings 2019-09-15 18:56:33 +03:00
Vitor Oliveira
2f9caf49d3 Add comma to contributing.md 2019-09-09 13:23:30 +03:00
Vitor Oliveira
f70d206881 Fix typos 2019-09-09 02:03:44 +03:00
Alexander Medvednikov
bf09916496
Rename CodeStructure.md to CONTRIBUTING.md 2019-06-30 22:34:25 +02:00