ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<MajorLag_>
So the problem with the DIA SDK is that there doesn't seem to be any way to get it outside of installing it through VS. Maybe it's in the build tools distribution, I'll have to check.
davr0s has joined #zig
<andrewrk>
MajorLag_, hmm that's a big problem. one thing we could do is look for it at runtime, and you only get stack traces if we find it
<andrewrk>
another option is to actually implement the pdb format parsing in zig. that would go against microsoft's recommendation
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lqd has quit [Quit: Connection closed for inactivity]
duplomat has joined #zig
<duplomat>
Hello, just stopping in with a quick question while reading the docs. What's the reason for disallowing passing structs by value to functions?
duplomat has quit [Quit: Page closed]
duplomat has joined #zig
davr0s has joined #zig
<andrewrk>
duplomat: hi
<andrewrk>
That's about to change. Let me find you the issue