Turiiya
|
2cf024b913
|
fmt: add single-line ternary expr support for constants (#19681)
|
2023-10-28 13:07:14 +03:00 |
|
Arcturus22
|
d74b07d324
|
docs: update the name of Twitter to X (#19685)
|
2023-10-28 13:03:33 +03:00 |
|
Joe C
|
11be033f67
|
fmt: fix formatting of struct field with default value and new attr syntax (stage 2) (#19683)
|
2023-10-28 12:21:13 +03:00 |
|
Joe C
|
22e57d2f41
|
parser: fix parsing new attribute syntax in struct decl field (stage 1) (#19682)
|
2023-10-28 02:05:47 +03:00 |
|
shove
|
b3b68e418d
|
net.http: add a retry mechanism to http.fetch(), when the socket inevitably errors (#19660)
|
2023-10-27 12:27:54 +03:00 |
|
Joe Conigliaro
|
f74719d692
|
coroutines: add missing ? from previous commit
|
2023-10-27 20:16:33 +11:00 |
|
Joe Conigliaro
|
77d45b1798
|
coroutines: only attempt to add/remove roots when GC is on.
|
2023-10-27 20:13:36 +11:00 |
|
ChAoS_UnItY
|
f7058978a5
|
checker: fix generic array append (#19658)
|
2023-10-27 01:06:52 +03:00 |
|
Swastik Baranwal
|
029909d5fb
|
checker: allow size of fixed array to be integral casts (#19663)
|
2023-10-27 01:05:58 +03:00 |
|
Turiiya
|
c09b66b00b
|
tools: move vpm.v into its own cmd/tools/vpm/ module (#19659)
|
2023-10-26 09:51:44 +03:00 |
|
asvln
|
0f81e3bfd7
|
db.pg: fix typos (#19654)
|
2023-10-26 08:55:12 +03:00 |
|
Delyan Angelov
|
d11db9a3aa
|
tools: make the commit message more informative, for the repo for https://fast.vlang.io/ in cmd/tools/fast/website/
|
2023-10-26 08:21:16 +03:00 |
|
Delyan Angelov
|
2806a8a9ec
|
docs: use -cross instead of -os cross
|
2023-10-26 05:55:09 +03:00 |
|
Delyan Angelov
|
bdb8b30e4d
|
pref,cgen: turn off [minify] struct field reordering, when -cross is used (stabler vc/v.c and vc/v_win.c, when generated on different hosts)
|
2023-10-26 05:46:25 +03:00 |
|
Delyan Angelov
|
14618a1b18
|
sync: use -d debug_channels instead of just -g to turn on assertions in sync.channel_select (cleaner -cross code)
|
2023-10-26 05:34:20 +03:00 |
|
Delyan Angelov
|
d515eb0dfa
|
pref: add support for -cross , for independently setting .output_cross_c, without overloading -os (part 1)
|
2023-10-26 05:25:03 +03:00 |
|
Delyan Angelov
|
1b2d947fc0
|
ci: fix bootstrapping of signal_default.c.v on macos
|
2023-10-25 22:26:52 +03:00 |
|
Turiiya
|
a1063bd63d
|
vcreate: fix v init with project names containing dashes (#19619)
|
2023-10-25 20:39:14 +03:00 |
|
Delyan Angelov
|
f5c4864db8
|
tools: print an error message, when make is needed, but is missing on unix
|
2023-10-25 20:23:07 +03:00 |
|
shove
|
8394b358d8
|
os: add a convenient way to ignore certain system signals (#19639)
|
2023-10-25 17:15:26 +03:00 |
|
Turiiya
|
90ac5dc354
|
builtin: fix doc comments of string split methods (#19643)
|
2023-10-25 17:13:54 +03:00 |
|
ayushrakesh
|
96a26745c3
|
readme: fix grammar mistakes (#19650)
|
2023-10-25 16:39:32 +03:00 |
|
shove
|
0187b8e86a
|
net: ignore the SIGNPIPE signal at the socket level on macos (#19642)
|
2023-10-25 15:56:00 +03:00 |
|
Larpon
|
95509cf8fb
|
all: make all struct C.XYZ -> pub struct C.XYZ (#19651)
|
2023-10-25 15:01:50 +03:00 |
|
Roman
|
99e0832f17
|
net.http: support passing an HTTP proxy server in http.fetch (#19606)
|
2023-10-25 11:41:52 +03:00 |
|
BigBlack
|
714a64daa0
|
os: fix os.ls(folder) on windows, when a protected folder can not be opened (#19647)
|
2023-10-25 11:21:58 +03:00 |
|
Turiiya
|
f98bb863ab
|
vlib: fix typos and formatting (#19649)
|
2023-10-25 11:19:56 +03:00 |
|
Turiiya
|
fc2e75503f
|
log: use fn param names that differ from the imported module names in log_test.v (#19646)
|
2023-10-25 10:28:20 +03:00 |
|
Delyan Angelov
|
25f54669e2
|
ci: use an unique group name prefix for bootstrapping_works_ci.yml; code-ci- is already used
|
2023-10-24 12:45:18 +03:00 |
|
Tim Marston
|
6974b113e4
|
orm: make is_null/is_not_null unary ops; don't bind null in where (#19635)
|
2023-10-24 12:40:03 +03:00 |
|
yuyi
|
82d2dd59d4
|
checker, cgen: fix for c stmt with option or result calls (#19641)
|
2023-10-24 12:32:35 +03:00 |
|
Delyan Angelov
|
6ef4c347a8
|
ci: add a second stage verification, that the generated v.c is viable in bootstrapping_works_ci.yml (#19640)
|
2023-10-24 12:01:28 +03:00 |
|
Delyan Angelov
|
a7b9518ce5
|
ci: use actions/upload-artifact@v3 for .github/workflows/binary_artifact.yml
|
2023-10-24 11:13:09 +03:00 |
|
Alexander Medvednikov
|
b39b0927d1
|
Revert "os: add a convenient way to ignore certain system signals (#19632)" (#19637)
weekly.2023.43
|
2023-10-24 03:06:57 +03:00 |
|
shove
|
0c92c31406
|
os: add a convenient way to ignore certain system signals (#19632)
|
2023-10-23 23:48:39 +03:00 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +03:00 |
|
Sanyam Jain
|
407adaa3c1
|
doc: update packaging_v_for_distributions.md (#19631)
|
2023-10-23 20:57:47 +03:00 |
|
Turiiya
|
6437d82ee1
|
checker: warn about byte deprecation, when used as a fn parameter (#19629)
|
2023-10-23 20:54:28 +03:00 |
|
Turiiya
|
8a8129cd5c
|
vdoc: add hr style, use prettier version 3 in the CI (#19628)
|
2023-10-23 10:30:34 +03:00 |
|
Turiiya
|
a132345e08
|
parser: fix vet bad top level statement error for one file programs (#19613)
|
2023-10-23 09:54:08 +03:00 |
|
shove
|
166604f775
|
net, net.http: fixed some ssl library call return values judgment and handling (#19614)
|
2023-10-23 09:53:19 +03:00 |
|
Turiiya
|
65d71269da
|
checker: minor cleanup of fn_decl check (#19627)
|
2023-10-23 03:34:45 +03:00 |
|
Delyan Angelov
|
9982fa4241
|
ci: v fmt -w vlib/math/stats/stats.v
|
2023-10-23 03:30:53 +03:00 |
|
Turiiya
|
ee05bb5400
|
make.bat: use uniform indentation throughout file (#19612)
|
2023-10-22 23:52:25 +03:00 |
|
shove
|
9ece982fed
|
parser: minor cleanup in struct_decl (#19622)
|
2023-10-22 23:48:00 +03:00 |
|
Delyan Angelov
|
af7a2135b7
|
strings: add Bulder.write_decimal/1 method (write a decimal number, without additional allocations) (#19625)
|
2023-10-22 23:46:25 +03:00 |
|
Delyan Angelov
|
39310a2177
|
pref,builder: add support for -macosx-version-min 10.2 and -macosx-version-min 0 (with default of 10.7) (#19626)
|
2023-10-22 23:04:35 +03:00 |
|
Sudoer
|
65dd69c5d9
|
math: add missing docstrings for vlib/math functions (#19617)
|
2023-10-22 22:31:12 +03:00 |
|
Ikko Eltociear Ashimine
|
c526c6f3a2
|
pref: fix typo in pref.v (#19624)
|
2023-10-22 22:26:54 +03:00 |
|
Delyan Angelov
|
34cf5221e1
|
ci: workaround vlib/gg/draw_fns_api_test.v failure with tcc on windows
|
2023-10-22 18:32:13 +03:00 |
|