ChanServ changed the topic of #zig to: zig programming language | https://ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
lunamn_ has quit [Ping timeout: 258 seconds]
lunamn has joined #zig
schme245 has quit [Remote host closed the connection]
<Snektron> kirke67, you could also write fn doSomething(vector: var)
<Snektron> Dont forget to assert that vector is actually a vector
<Snektron> daurnimator, do you know if theres any progress on that issue?
<daurnimator> Snektron: not that I know of
ofelas has joined #zig
doublex has joined #zig
casaca has quit [Quit: leaving]
<daurnimator> heh; hit a bug in std.unicode...
<daurnimator> looks like today I'm fixing up std.unicode....
<pixelherodev> Uh, was I pinged by accident? I don't remember saying anything about vectors...
lunamn has quit [Ping timeout: 240 seconds]
lunamn has joined #zig
<daurnimator> ugh, the unicode benchmark is very unfair
<daurnimator> swap the order of tests and the winner changes by a huge margin
<daurnimator> adding alignment requirements and do warm up run seems to make it actually fair
lunamn has quit [Ping timeout: 261 seconds]
lunamn has joined #zig
lunamn has quit [Ping timeout: 268 seconds]
lunamn has joined #zig
mahmudov has quit [Ping timeout: 260 seconds]
dddddd has quit [Remote host closed the connection]
lygaret has joined #zig
lunamn has quit [Ping timeout: 265 seconds]
<daurnimator> hmmm... an extern function that takes a pointer and writes a null-terminated string to it.... should that take a `[*]u8` or a `[*:0]u8`?
lunamn has joined #zig
lunamn has quit [Ping timeout: 258 seconds]
return0e has quit [Read error: Connection reset by peer]
return0e has joined #zig
lunamn has joined #zig
<daurnimator> seems the answer is `[*]u8`. gets really unergonomic otherwise
marmotini_ has joined #zig
* daurnimator also refreshed his auto json branch (https://github.com/ziglang/zig/pull/3155). not ready to reopen yet, but progress :)
marmotini_ has quit [Ping timeout: 268 seconds]
marmotini_ has joined #zig
marmotini_ has quit [Ping timeout: 260 seconds]
schme245 has joined #zig
lygaret has quit [Quit: Leaving.]
schme245 has quit [Ping timeout: 258 seconds]
ur5us has joined #zig
darithorn has quit [Quit: Leaving]
riba has joined #zig
marmotini_ has joined #zig
marmotini_ has quit [Ping timeout: 260 seconds]
ur5us has quit [Quit: Leaving]
riba has quit [Ping timeout: 268 seconds]
return0e_ has joined #zig
return0e has quit [Ping timeout: 240 seconds]
mahmudov has joined #zig
schme245 has joined #zig
ofelas has quit [Ping timeout: 248 seconds]
ofelas has joined #zig
dddddd has joined #zig
riba has joined #zig
riba has quit [Ping timeout: 258 seconds]
schme245 has quit [Remote host closed the connection]
WilhelmVonWeiner has joined #zig
<WilhelmVonWeiner> is there an environment variable for the zig lib directory?
WilhelmVonWeiner has left #zig [#zig]
mahmudov has quit [Ping timeout: 258 seconds]
ofelas has quit [Ping timeout: 248 seconds]
ofelas has joined #zig
sammich has joined #zig
dingenskirchen has joined #zig
mahmudov has joined #zig
scientes has joined #zig
blackbeard420 has joined #zig
hpyc9 has joined #zig
ForLoveOfCats has joined #zig
mahmudov has quit [Ping timeout: 265 seconds]
mahmudov has joined #zig
wootehfoot has joined #zig
schme245 has joined #zig
doublex has quit [Ping timeout: 260 seconds]
doublex has joined #zig
schme245 has quit [Remote host closed the connection]
ForLoveOfCats has quit [Quit: Konversation terminated!]
frmdstryr has quit [Ping timeout: 265 seconds]
lunamn_ has joined #zig
lunamn has quit [Ping timeout: 260 seconds]
lunamn has joined #zig
lunamn_ has quit [Ping timeout: 268 seconds]
terinjokes has quit [Quit: ZNC - http://znc.in]
terinjokes has joined #zig
terinjokes has quit [Quit: ZNC - http://znc.in]
terinjokes has joined #zig
<blackbeard420> im getting "error: 'LLVMBinaryRef' was not declared in this scope" when compiling stage 1. i got llvm9 and cmake generated without issues. what could be causing this?
_whitelogger has joined #zig
schme245 has joined #zig
riba has joined #zig
doublex has joined #zig
terinjokes has quit [Quit: ZNC - http://znc.in]
terinjokes has joined #zig
return0e has joined #zig
return0e_ has quit [Ping timeout: 265 seconds]
riba has quit [Ping timeout: 265 seconds]
ky0ko69 has joined #zig
ky0ko has quit [Disconnected by services]
ky0ko69 is now known as ky0ko
<daurnimator> andrewrk: curses, you merged my PR just as I noticed I did some bad formatting in it :P