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

69 Commits

Author SHA1 Message Date
Delyan Angelov
436081a9f5
ci: fix v check-md tutorials/ 2022-06-23 01:30:22 +03:00
Delyan Angelov
1b87a4770c
tutorials: rename the folder containing spaces, to fix git checkouts on windows 2022-06-23 01:08:07 +03:00
Delyan Angelov
856270cac2
tutorials: restore the old tutorials/building_a_simple_web_blog_with_vweb/ folder. 2022-06-23 00:11:59 +03:00
Alexander Medvednikov
fe673e7963 tutorials: rename vweb tutorial 2022-06-22 22:48:40 +03:00
Alexander Medvednikov
ae2183043b tutorials: c2v 2022-06-22 22:47:43 +03:00
Daniel Däschle
d679146a80
fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
Benjamin Thomas
48eb40cd2c
doc: suggest a basic auto-reload setup (#14216) 2022-04-29 20:57:04 +03:00
Carlos Esquerdo Bernat
6d62574e7f
tutorials: fix argument type (#12182) 2021-10-15 02:24:22 +03:00
Alexander Medvednikov
555e8cada6 tutorials: update the vweb tutorial with the new form parsing syntax 2021-10-12 07:17:49 +03:00
srp-at-ah
227d12f1ac
tutorial: fix missing & in README.md (#11363) 2021-09-02 09:30:05 +03:00
Alexander Medvednikov
a39962a6b9 tutorials: fix blog.v code formatting 2021-08-03 16:13:41 +03:00
Alexander Medvednikov
80976e640c vweb: remove init_server() from all examples, tutorials, and tests 2021-08-03 16:03:16 +03:00
Delyan Angelov
9315154201
ci: workaround -autofree codegen bug with nested fn calls on macos 2021-07-22 11:02:17 +03:00
Hank G
be7c3965a9
doc: update blog tutorial to updated syntax and instructions (#10577) 2021-07-21 17:33:16 +03:00
Georg Hartmann
b80dcafc24
tutorials: always add the filename as first comment in example files (#10594) 2021-06-28 08:34:53 +03:00
Delyan Angelov
6450fda938
ci: fix compiling blog/, *and* comptime_if_is_test.v. Add vweb_app_test.v . 2021-05-11 13:59:08 +03:00
Delyan Angelov
1ddd990687
ci: fix ./v check-md . 2021-05-11 11:19:13 +03:00
Louis Schmieder
faf2656335
orm: support multiline statements (#9888) 2021-04-27 15:28:57 +03:00
Alexander Medvednikov
c2227addff tutorials: vfmt blog 2021-04-15 07:42:14 +03:00
Alexander Medvednikov
a18f85c8cd vweb: init_once() => init_server(); init() => before_request() 2021-04-15 06:27:24 +03:00
Alexander Medvednikov
89838f2e21 tutorials: blog: use db.create_table() 2021-04-06 22:15:14 +03:00
JalonSolov
e5a698395a
tutorials: fix a link (#9413) 2021-03-22 03:42:07 +01:00
Joe Maddalone
f276280d79
tutorials: align content with code (#9250) 2021-03-11 21:44:07 +01:00
Alexander Medvednikov
de73ef665c tutorials: a temporary autofree fix in the blog example 2021-03-11 16:21:02 +03:00
StunxFS
7f830fac86
docs: fix links (#9112) 2021-03-04 16:03:02 +02:00
StunxFS
c9a9f948be
tutorials: move vweb tutorial inside its own folder (#8930) 2021-03-04 15:24:07 +02:00
spaceface
b712af56fd
all: bring back panic(err.msg) -> panic(err) (#9022) 2021-03-01 00:18:14 +01:00
spaceface
d63b7bc35a
all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
Lathanao
71d3d4c879
tutorial: update the wget line in the instructions, to use v_linux.zip too (#8069)
I think the right URL is https://github.com/vlang/v/releases/latest/download/v_linux.zip with a "v".
Regards.
2021-01-12 21:27:00 +02:00
Alexander Medvednikov
352cf91ba2 vweb: remove return vweb.Result{} everywhere 2021-01-08 04:57:02 +01:00
Alexander Medvednikov
e3f8d448c1 all: [noinit] struct attribute 2021-01-08 04:49:16 +01:00
Alexander Medvednikov
0c77bdf8f6 tutorials: fix blog code 2021-01-01 20:38:22 +01:00
Alexander Medvednikov
2bc9ee4d88 vweb: more updates 2020-12-31 17:47:20 +01:00
Alexander Medvednikov
fa00f157ad tutorials: update vweb 2020-12-31 17:31:17 +01:00
Lukas Neubert
8adb1acf31
check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
Lukas Neubert
4f540e6ac3
doc: mention module shadowing (#7051) 2020-12-01 16:09:33 +01:00
Lukas Neubert
552de94da6
sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
Delyan Angelov
7cd9530006 docs: fix most of the examples (ensure they at least have a valid syntax) 2020-11-27 13:03:32 +02:00
Lukas Neubert
df4165c7ee
docs_ci: check all md files except thirdparty (#6855) 2020-11-18 18:28:28 +01:00
Larpon
9f5a3b52a7
all: optimize png images (#6860) 2020-11-17 17:42:21 +01:00
Delyan Angelov
3795aaab5c v test-fmt: reformat some skipped files, comment on the remaining ones 2020-10-15 00:39:09 +03:00
Albert Lai
fa0477d558
building-a-simple-web-blog-with-vweb.md: fix bugs in code snippets (#5990) 2020-07-28 11:29:51 +03:00
Lukas Neubert
317b2dc579
tutorials: fix index() (#5732) 2020-07-07 22:01:18 +02:00
Lukas Neubert
fbfd92a899
tutorials: more blog fixes (#5657) 2020-07-04 18:56:18 +02:00
Louis Schmieder
56ad6cef54
tutorials: blog fixes (#5652) 2020-07-04 11:38:47 +02:00
ylluminate
77bde09c13
tutorial: change speed to agility (#5590) 2020-07-01 10:30:22 +02:00
Lukas Neubert
81e4d3fd09
tutorials: update markdown guide (#5589) 2020-07-01 00:45:19 +02:00
Alexander Medvednikov
34ddc9240e tutorials: web blog fixes 2020-06-30 21:04:00 +02:00
Lukas Neubert
9315589f85
tutorials: switch to mut f Foo 2020-05-24 21:27:14 +03:00
Delyan Angelov
bf94b8a1ab tutorials: update import syntax 2020-05-20 15:21:30 +03:00