<daurnimator>
andrewrk: should have just cherry picked the commit :P
daurnimator[m] has joined #zig
<andrewrk>
daurnimator, ah, I didn't realize you separated it out
<andrewrk>
at at least now we have a reference in the commit history
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Ping timeout: 250 seconds]
darithorn has quit [Remote host closed the connection]
kristate has joined #zig
fsateler_ has joined #zig
kristate has quit [Ping timeout: 268 seconds]
fsateler has quit [Ping timeout: 250 seconds]
return0e_ has joined #zig
return0e has quit [Ping timeout: 252 seconds]
dewf has joined #zig
kristate has joined #zig
kristate has quit [Ping timeout: 252 seconds]
wooter has joined #zig
dewf has quit [Ping timeout: 252 seconds]
schme245 has joined #zig
schme245 has quit [Ping timeout: 246 seconds]
redj has quit [Read error: Connection reset by peer]
bkleiner has quit [Quit: bye]
xentec has quit [Quit: memento mori]
SimonNa has quit [Ping timeout: 246 seconds]
kristate has joined #zig
SimonNa has joined #zig
schme245 has joined #zig
schme245 has quit [Remote host closed the connection]
diltsman has quit [Ping timeout: 256 seconds]
jjido_ has joined #zig
brakmic has joined #zig
jjido_ has quit [Client Quit]
brakmic has quit [Remote host closed the connection]
jjido has joined #zig
jjido has quit [Client Quit]
brakmic has joined #zig
wilsonk has quit [Read error: Connection reset by peer]
Zaab1t has joined #zig
Zaab1t has quit [Client Quit]
marmotini_ has joined #zig
marmotini_ has quit [Remote host closed the connection]
marmotini_ has joined #zig
gunnarahlberg has joined #zig
<gunnarahlberg>
Hi!
<gunnarahlberg>
https://ziglang.org/ - error handling - a fresh take, what does that mean? Is it documented? What is "resembles what well-written C error handling" ?
<gunnarahlberg>
gamester: thank you! I'll dig through some code and make myself some code examples
_whitelogger has joined #zig
brakmic_ has joined #zig
brakmic has quit [Ping timeout: 252 seconds]
<gamester>
When you call "setOutputDir" and set it to a directory that does not exist then zig build gives an unhelpful error message: "unable to write object file build/foo/bar.o: No such file or directory"
<gamester>
though I had no trouble figuring out what was wrong
redj has joined #zig
gunnarahlberg has quit [Quit: Page closed]
brakmic_ has quit [Ping timeout: 246 seconds]
brakmic has joined #zig
brakmic_ has joined #zig
nbjoerg_ is now known as nbjoerg
brakmic has quit [Ping timeout: 246 seconds]
brakmic has joined #zig
brakmic_ has quit [Ping timeout: 250 seconds]
brakmic_ has joined #zig
brakmic__ has joined #zig
brakmic has quit [Ping timeout: 246 seconds]
brakmic_ has quit [Ping timeout: 245 seconds]
halosghost has joined #zig
brakmic has joined #zig
brakmic__ has quit [Ping timeout: 255 seconds]
brakmic has quit [Remote host closed the connection]
brakmic has joined #zig
brakmic has quit [Ping timeout: 246 seconds]
kristate has quit [Ping timeout: 246 seconds]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
<andrewrk>
schme245, note that your `Tag` variable is not a type, it's an enum value
<andrewrk>
you can do this: const is_branch = node == Node.Branch;
<Akuli>
var a: [][2]u8 = {{1,2},{3,4},{5,6}};
<Akuli>
how do i do this so that it works?
<schme245>
man I could have sworn that was the first thing I tried, thanks again!
<Akuli>
nevermind figured it out
<Akuli>
var a: [3][2]u8 = [3][2]u8{[]u8{1,2},[]u8{3,4},[]u8{5,6}};
<andrewrk>
Akuli, there are a couple open issues related to this
<Sahnvour>
fixed :) the alignment was incorrect
wootehfoot has quit [Read error: Connection reset by peer]
<andrewrk>
Sahnvour, wonderful
<schme245>
man, I'm enjoying Zig so much, thanks Andy and everyone who's contributed :)
<andrewrk>
glad to hear that schme245 :)
<Sahnvour>
what's 0.4 planned release date ?
<andrewrk>
currently April 08, 2019 but that's based on a prediction of llvm 8.0.0 release date. official release date will be announced day of llvm 8 release
<companion_cube>
are you depending on llvm 8 features?
<andrewrk>
no
<andrewrk>
just keeping up to date
<Sahnvour>
ok, and do you have a list of features/fixes you really want to go in before that ?
<andrewrk>
actually, I just remembered - yes llvm 8 is the first one that has webassembly as a default target