00:06
lunamn_ has quit [Ping timeout: 258 seconds]
00:07
lunamn has joined #zig
00:19
schme245 has quit [Remote host closed the connection]
00:43
<
Snektron >
kirke67, you could also write fn doSomething(vector: var)
00:44
<
Snektron >
Dont forget to assert that vector is actually a vector
00:46
<
Snektron >
daurnimator, do you know if theres any progress on that issue?
00:54
<
daurnimator >
Snektron: not that I know of
01:18
ofelas has joined #zig
01:20
doublex has joined #zig
01:25
casaca has quit [Quit: leaving]
02:29
<
daurnimator >
heh; hit a bug in std.unicode...
02:52
<
daurnimator >
looks like today I'm fixing up std.unicode....
03:09
<
pixelherodev >
Uh, was I pinged by accident? I don't remember saying anything about vectors...
03:23
lunamn has quit [Ping timeout: 240 seconds]
03:24
lunamn has joined #zig
03:28
<
daurnimator >
ugh, the unicode benchmark is very unfair
03:28
<
daurnimator >
swap the order of tests and the winner changes by a huge margin
03:28
<
daurnimator >
adding alignment requirements and do warm up run seems to make it actually fair
03:36
lunamn has quit [Ping timeout: 261 seconds]
03:36
lunamn has joined #zig
03:41
lunamn has quit [Ping timeout: 268 seconds]
03:52
lunamn has joined #zig
04:24
mahmudov has quit [Ping timeout: 260 seconds]
04:52
dddddd has quit [Remote host closed the connection]
04:58
lygaret has joined #zig
05:19
lunamn has quit [Ping timeout: 265 seconds]
05:21
<
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`?
05:25
lunamn has joined #zig
05:31
lunamn has quit [Ping timeout: 258 seconds]
05:31
return0e has quit [Read error: Connection reset by peer]
05:31
return0e has joined #zig
05:36
lunamn has joined #zig
05:51
<
daurnimator >
seems the answer is `[*]u8`. gets really unergonomic otherwise
06:12
marmotini_ has joined #zig
06:17
marmotini_ has quit [Ping timeout: 268 seconds]
06:27
marmotini_ has joined #zig
06:32
marmotini_ has quit [Ping timeout: 260 seconds]
07:00
schme245 has joined #zig
07:58
lygaret has quit [Quit: Leaving.]
08:04
schme245 has quit [Ping timeout: 258 seconds]
08:11
ur5us has joined #zig
08:48
darithorn has quit [Quit: Leaving]
09:04
riba has joined #zig
09:44
marmotini_ has joined #zig
09:49
marmotini_ has quit [Ping timeout: 260 seconds]
09:59
ur5us has quit [Quit: Leaving]
09:59
riba has quit [Ping timeout: 268 seconds]
10:07
return0e_ has joined #zig
10:09
return0e has quit [Ping timeout: 240 seconds]
10:47
mahmudov has joined #zig
11:17
schme245 has joined #zig
11:20
ofelas has quit [Ping timeout: 248 seconds]
11:28
ofelas has joined #zig
12:49
dddddd has joined #zig
12:53
riba has joined #zig
13:45
riba has quit [Ping timeout: 258 seconds]
13:56
schme245 has quit [Remote host closed the connection]
13:58
WilhelmVonWeiner has joined #zig
13:58
<
WilhelmVonWeiner >
is there an environment variable for the zig lib directory?
14:11
WilhelmVonWeiner has left #zig [#zig]
14:15
mahmudov has quit [Ping timeout: 258 seconds]
14:36
ofelas has quit [Ping timeout: 248 seconds]
14:48
ofelas has joined #zig
15:19
sammich has joined #zig
15:32
dingenskirchen has joined #zig
15:53
mahmudov has joined #zig
15:53
scientes has joined #zig
16:01
blackbeard420 has joined #zig
16:05
hpyc9 has joined #zig
17:20
ForLoveOfCats has joined #zig
17:20
mahmudov has quit [Ping timeout: 265 seconds]
17:26
mahmudov has joined #zig
17:34
wootehfoot has joined #zig
17:52
schme245 has joined #zig
18:27
doublex has quit [Ping timeout: 260 seconds]
18:30
doublex has joined #zig
19:36
schme245 has quit [Remote host closed the connection]
19:56
ForLoveOfCats has quit [Quit: Konversation terminated!]
20:08
frmdstryr has quit [Ping timeout: 265 seconds]
20:12
lunamn_ has joined #zig
20:15
lunamn has quit [Ping timeout: 260 seconds]
20:25
lunamn has joined #zig
20:28
lunamn_ has quit [Ping timeout: 268 seconds]
20:34
terinjokes has joined #zig
20:53
terinjokes has joined #zig
20:54
<
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?
21:14
_whitelogger has joined #zig
21:27
schme245 has joined #zig
21:33
riba has joined #zig
21:34
doublex has joined #zig
21:45
terinjokes has joined #zig
22:33
return0e has joined #zig
22:35
return0e_ has quit [Ping timeout: 265 seconds]
22:57
riba has quit [Ping timeout: 265 seconds]
23:24
ky0ko69 has joined #zig
23:24
ky0ko has quit [Disconnected by services]
23:24
ky0ko69 is now known as ky0ko
23:38
<
daurnimator >
andrewrk: curses, you merged my PR just as I noticed I did some bad formatting in it :P