00:24
hoppetosse has quit [Ping timeout: 240 seconds]
00:26
cenomla has quit [Quit: cenomla]
00:27
isd has joined #zig
00:40
davr0s has joined #zig
00:57
steveno_ has joined #zig
01:28
steveno_ has quit [Ping timeout: 245 seconds]
01:29
steveno_ has joined #zig
01:37
isd has quit [Ping timeout: 245 seconds]
01:38
isd has joined #zig
02:18
isd has quit [Quit: Leaving.]
02:59
steveno_ has quit [Quit: Leaving]
02:59
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:21
<
GitHub81 >
zig/master 1eecfda Andrew Kelley: Merge pull request #785 from bnoordhuis/fix731...
08:21
<
GitHub81 >
zig/master f11b948 Ben Noordhuis: allow implicit cast from `S` to `?&const S`...
08:21
<
GitHub173 >
[zig] andrewrk closed pull request #785: allow implicit cast from `S` to `?&const S` (master...fix731)
https://git.io/vAaZ4
08:26
davr0s has joined #zig
10:49
SimonNa has left #zig ["Leaving"]
11:13
hoppetosse has joined #zig
11:30
return0e has quit [Read error: No route to host]
11:31
return0e has joined #zig
11:51
hoppetosse has quit [Ping timeout: 240 seconds]
11:55
hoppetosse has joined #zig
11:56
hoppetosse has quit [Remote host closed the connection]
11:57
hoppetosse has joined #zig
12:30
hoppetosse has quit [Ping timeout: 240 seconds]
13:33
arBmind has joined #zig
13:35
noonien has joined #zig
14:08
MajorLag_ has quit [Ping timeout: 260 seconds]
14:47
arBmind has quit [Quit: Leaving.]
14:54
steveno_ has joined #zig
15:28
steveno_ has quit [Ping timeout: 245 seconds]
15:29
steveno_ has joined #zig
15:41
davr0s has quit [Ping timeout: 245 seconds]
16:55
klltkr has joined #zig
17:07
jjido has joined #zig
17:46
jjido has quit [Read error: Connection reset by peer]
17:46
klltkr has quit [Quit: Lost terminal]
17:49
jjido has joined #zig
18:32
davr0s has joined #zig
19:18
hoppetosse has joined #zig
19:24
hoppetosse has quit [Ping timeout: 245 seconds]
19:27
Tobba has quit [Read error: Connection reset by peer]
19:43
<
andrewrk >
async/await implementation is nearly complete
19:43
<
andrewrk >
sadly I ran into an LLVM bug
19:43
<
andrewrk >
I'm still trying to figure out how to work around it
19:44
<
andrewrk >
when I tried to reproduce the bug using clang it crashed clang
19:45
steveno_ has quit [Quit: Leaving]
21:15
cenomla has joined #zig
21:19
cenomla has quit [Client Quit]
21:20
cenomla has joined #zig
21:51
cenomla has quit [Quit: cenomla]
22:06
cenomla has joined #zig
22:17
jjido has quit [Ping timeout: 240 seconds]
22:43
cenomla has quit [Quit: cenomla]
23:25
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:26
davr0s has joined #zig
23:47
defenestrator has joined #zig
23:52
<
defenestrator >
What's the proper type to use for a pointer to a string (be it a u8 array created at runtime or string literal)?