ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
hoppetosse has quit [Ping timeout: 240 seconds]
cenomla has quit [Quit: cenomla]
isd has joined #zig
davr0s has joined #zig
steveno_ has joined #zig
steveno_ has quit [Ping timeout: 245 seconds]
steveno_ has joined #zig
isd has quit [Ping timeout: 245 seconds]
isd has joined #zig
isd has quit [Quit: Leaving.]
steveno_ has quit [Quit: Leaving]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub81> [zig] andrewrk pushed 2 new commits to master: https://git.io/vAr5G
<GitHub81> zig/master 1eecfda Andrew Kelley: Merge pull request #785 from bnoordhuis/fix731...
<GitHub81> zig/master f11b948 Ben Noordhuis: allow implicit cast from `S` to `?&const S`...
<GitHub173> [zig] andrewrk closed pull request #785: allow implicit cast from `S` to `?&const S` (master...fix731) https://git.io/vAaZ4
davr0s has joined #zig
SimonNa has left #zig ["Leaving"]
hoppetosse has joined #zig
return0e has quit [Read error: No route to host]
return0e has joined #zig
hoppetosse has quit [Ping timeout: 240 seconds]
hoppetosse has joined #zig
hoppetosse has quit [Remote host closed the connection]
hoppetosse has joined #zig
hoppetosse has quit [Ping timeout: 240 seconds]
arBmind has joined #zig
noonien has joined #zig
MajorLag_ has quit [Ping timeout: 260 seconds]
arBmind has quit [Quit: Leaving.]
steveno_ has joined #zig
steveno_ has quit [Ping timeout: 245 seconds]
steveno_ has joined #zig
davr0s has quit [Ping timeout: 245 seconds]
klltkr has joined #zig
jjido has joined #zig
jjido has quit [Read error: Connection reset by peer]
klltkr has quit [Quit: Lost terminal]
jjido has joined #zig
davr0s has joined #zig
hoppetosse has joined #zig
hoppetosse has quit [Ping timeout: 245 seconds]
Tobba has quit [Read error: Connection reset by peer]
<andrewrk> async/await implementation is nearly complete
<andrewrk> sadly I ran into an LLVM bug
<andrewrk> I'm still trying to figure out how to work around it
<andrewrk> when I tried to reproduce the bug using clang it crashed clang
steveno_ has quit [Quit: Leaving]
cenomla has joined #zig
cenomla has quit [Client Quit]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
jjido has quit [Ping timeout: 240 seconds]
cenomla has quit [Quit: cenomla]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
defenestrator has joined #zig
<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)?