yuyi
|
ddb6685d8a
|
fmt: fix and simplify align of struct fields (#21995)
|
2024-08-05 20:23:39 +03:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Alexander Medvednikov
|
68275ec7bd
|
x.vweb: error() and simpler redirect(); comptime: a clearer error
|
2024-02-03 04:23:38 +03:00 |
|
Delyan Angelov
|
a17b54527a
|
examples: allow for ./v run examples/xvweb/todo , without needing to first change the current folder to examples/xvweb/
|
2024-01-25 21:46:12 +02:00 |
|
Delyan Angelov
|
923b410d4d
|
x.vweb: fix $vweb.html() integration in cgen for the newer x.vweb module (fix #20204)
|
2023-12-30 23:05:07 +02:00 |
|
Swastik Baranwal
|
25c900f439
|
examples: minor refactor in the xvweb example (#20206)
|
2023-12-17 20:51:32 +02:00 |
|
Casper Küthe
|
70c575a9f2
|
examples: add TODO app example with x.vweb (#20175)
|
2023-12-14 20:20:16 +02:00 |
|