ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
marmotini_ has joined #zig
hooo has quit [Quit: Connection closed for inactivity]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate_ has joined #zig
kristate has quit [Ping timeout: 268 seconds]
kristate_ has quit [Ping timeout: 252 seconds]
marmotini_ has quit [Ping timeout: 240 seconds]
darithorn has quit [Quit: Leaving]
redj has quit [Read error: Connection reset by peer]
_whitelogger has joined #zig
marmotini_ has joined #zig
redj has joined #zig
marmotini_ has quit [Remote host closed the connection]
marmotini_ has joined #zig
marmotini_ has quit [Ping timeout: 246 seconds]
marmotini_ has joined #zig
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Read error: Connection reset by peer]
marmotini_ has quit [Ping timeout: 258 seconds]
forgot-password has joined #zig
forgot-password has quit [Quit: leaving]
marmotini_ has joined #zig
forgot-password has joined #zig
forgot-password has quit [Client Quit]
forgot-password has joined #zig
<forgot-password> Hey guys, I'm currently trying to step through a Zig program with lldb
<forgot-password> And I want to inspect the data of an Array, but it only shows me its pointer and len (which is how it's documented, so everything fine there). However, I don't know how to access its contents, does anybody have an idea how to do that?
<forgot-password> This probably isn't spefici to Zig, but I couldn't find anything on google.
<forgot-password> Okay nevermind, this one: https://stackoverflow.com/a/19749614/5516238 finally did it
qazo has joined #zig
hooo has joined #zig
meheleventyone has joined #zig
meheleventyone has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meheleventyone has joined #zig
steveno has joined #zig
<forgot-password> If I have a struct that contains a type, the whole thing will be completely gone at runtime. Is that correct? Or is it somehow possible to carry some information into runtime?
<MajorLag> forgot-password: If a struct has a field that is comptime, the entire struct is comptime.
<forgot-password> Thanks, MajorLag :)
halosghost has joined #zig
forgot-password has quit [Quit: leaving]
steveno has quit [Ping timeout: 252 seconds]
meheleventyone has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
steveno has joined #zig
halosghost has quit [Changing host]
halosghost has joined #zig
marmotini_ has quit [Ping timeout: 258 seconds]
marmotini_ has joined #zig
steveno has quit [Ping timeout: 268 seconds]
Ichorio has joined #zig
marmotini_ has quit [Ping timeout: 244 seconds]
zez1c has joined #zig
zez2c has joined #zig
zez1c has quit [Ping timeout: 245 seconds]
marmotini_ has joined #zig
steveno has joined #zig
meheleventyone has joined #zig
darithorn has joined #zig
zez1c has joined #zig
zez1c has quit [Remote host closed the connection]
zez1c has joined #zig
zez2c has quit [Ping timeout: 244 seconds]
so has quit [Ping timeout: 246 seconds]
zez1c has quit [Remote host closed the connection]
zez1c has joined #zig
zez1c has quit [Remote host closed the connection]
so has joined #zig
zezic has joined #zig
meheleventyone has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marmotini_ has quit [Ping timeout: 250 seconds]
marmotini_ has joined #zig
Zaab1t has joined #zig
marmotini_ has quit [Ping timeout: 258 seconds]
marmotini_ has joined #zig
marmotini_ has quit [Ping timeout: 250 seconds]
steveno has quit [Ping timeout: 268 seconds]
wink_ has joined #zig
zez1c has joined #zig
zezic has quit [Ping timeout: 268 seconds]
steveno has joined #zig
wink_ has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
halosghost has quit [Quit: WeeChat 2.3]
steveno has quit [Quit: Leaving]
wootehfoot has joined #zig
Zaab1t has quit [Quit: bye bye friends]
powerbit has joined #zig
forgot-password has joined #zig
knebulae has joined #zig
jfo has joined #zig
<jfo> andrewrk: are there try/catch blocks for batching failable calls?
jfo has quit [Quit: WeeChat 2.2]
forgot-password has quit [Quit: Lost terminal]
Ichorio has quit [Ping timeout: 246 seconds]
<daurnimator> andrewrk: there?
<daurnimator> andrewrk: how would one go about making a new numeric type for zig?