ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<aiwakura> hi andrewrk
jfo has quit [Ping timeout: 256 seconds]
jfo has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Read error: Connection reset by peer]
cenomla has joined #zig
jfo has quit [Ping timeout: 246 seconds]
jfo has joined #zig
jfo has quit [Ping timeout: 256 seconds]
redj has quit [Ping timeout: 268 seconds]
_whitelogger has joined #zig
jfo has joined #zig
jfo has quit [Ping timeout: 240 seconds]
cenomla has quit [Quit: cenomla]
jfo has joined #zig
jfo has quit [Ping timeout: 248 seconds]
jfo has joined #zig
jfo has quit [Ping timeout: 256 seconds]
davr0s has joined #zig
davr0s has quit [Client Quit]
jfo has joined #zig
jfo has quit [Ping timeout: 240 seconds]
jfo has joined #zig
jfo has quit [Ping timeout: 240 seconds]
davr0s has joined #zig
jfo has joined #zig
jfo has quit [Ping timeout: 246 seconds]
tiehuis has quit [Quit: WeeChat 2.0.1]
jfo has joined #zig
jfo has quit [Ping timeout: 252 seconds]
<noonien> andrewrk: i wouldn't suggest using regex to match urls, not even paths
<noonien> perhaps a special syntax might work, something like: `/user/{userid:\d+}`
<noonien> but even though, it's better imho if the user does the validation, not a regex, you get more meaningful error messages this way
jfo has joined #zig
jfo has quit [Quit: WeeChat 1.9.1]
Hejsil has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
redj has joined #zig
_whitelogger has joined #zig
arBmind has joined #zig
Hejsil_ has joined #zig
Hejsil has quit [Ping timeout: 248 seconds]
davr0s has joined #zig
FooBar_ has joined #zig
FooBar_ has quit []
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hejsil_ has quit [Remote host closed the connection]
Hejsil_ has joined #zig
Hejsil_ has quit [Read error: Connection reset by peer]
<andrewrk> noonien, I buy that
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
Hejsil has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<MajorLag_> andrewrk: I can reliably crash the compiler trying to @ptrCast to a ?&const c_void. Is it known?
<MajorLag_> *a known bug
davr0s has joined #zig
Hejsil has quit [Read error: Connection reset by peer]
<MajorLag_> seems to be caused by the source ptr being related to a const. In my code, it's a var in an empty struct, but testing shows that casting from any const works.
tridactyla has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
tridactyla has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dd3 has joined #zig
cenomla has joined #zig
davr0s has joined #zig
<andrewrk> MajorLag_: thanks for the bug report