ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
ryan__ has joined #zig
dimenus has quit [Ping timeout: 248 seconds]
dimenus has joined #zig
ryan__ has quit [Ping timeout: 260 seconds]
ryan__ has joined #zig
dimenus has quit [Ping timeout: 255 seconds]
arBmind1 has joined #zig
arBmind has quit [Ping timeout: 240 seconds]
dimenus has joined #zig
ryan__ has quit [Ping timeout: 276 seconds]
ryan__ has joined #zig
dimenus has quit [Ping timeout: 248 seconds]
dimenus has joined #zig
ryan__ has quit [Ping timeout: 248 seconds]
ryan__ has joined #zig
dimenus has quit [Ping timeout: 276 seconds]
dimenus has joined #zig
ryan__ has quit [Ping timeout: 276 seconds]
ryan__ has joined #zig
dimenus has quit [Ping timeout: 268 seconds]
dimenus has joined #zig
ryan__ has quit [Ping timeout: 276 seconds]
ryan__ has joined #zig
dimenus has quit [Ping timeout: 240 seconds]
ryan__ has quit [Ping timeout: 276 seconds]
arBmind1 has quit [Quit: Leaving.]
arBmind has joined #zig
redj_ has joined #zig
redj has quit [Ping timeout: 240 seconds]
cgag has quit [Ping timeout: 240 seconds]
cgag has joined #zig
<andrewrk>
dimenus, it was nice to have some time to work :)
arBmind1 has joined #zig
dimenus has joined #zig
arBmind has quit [Ping timeout: 240 seconds]
<dimenus>
andrewrk, i have a PR ready to go to close #619 but my test is a little wonky
<dimenus>
the problem is that translate-c outputs all of the defines created by clang, not just the ones defined in our .h file
<dimenus>
so the output compare doesn't work as expected
<andrewrk>
dimenus, ahh, right. the test harness lets you specify multiple strings to match, and each one must be contained in the output
<dimenus>
yep, and all of our expected strings are there - but so are the llvm/clang ones
<andrewrk>
that seems fine, no?
<dimenus>
i was curious if it's just a different parameter we can pass when getting the ast from clang
<dimenus>
the test fails because they aren't though
<dimenus>
i spose I could add the llvm/clang ones...
<andrewrk>
is your code committed to your fork? I'll take a look
<andrewrk>
also I didn't realize we were working on the same file, I hope I didn't clobber your work