ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
isd has quit [Quit: Leaving.]
cenomla has joined #zig
Tobba has joined #zig
steveno_ has joined #zig
arBmind has quit [Quit: Leaving.]
<aiwakura>
I updated zig-mode for Emacs to the latest revision of the language
<aiwakura>
I think I should move it under zig-lang/
return0e has quit [Ping timeout: 252 seconds]
return0e_ has joined #zig
isd has joined #zig
cenomla has quit [Quit: cenomla]
isd has quit [Quit: Leaving.]
<andrewrk>
go for it
<andrewrk>
you have the permissions
<MajorLag2>
So here's a better tested version of that comptime utf8to16 func. I'm using it in windows API constants as a replacement for L"string", hence the name. https://paste.ubuntu.com/p/bJ86XXzcBc/
steveno_ has quit [Remote host closed the connection]
<andrewrk>
nice!
<MajorLag2>
also, I came accross a thing in the windows api headers. You know what struct with the unnamed union members? turns out DUMMYSTRUCT# is a #define. On compilers not supporting the GNU extension it is #defined to u ... u9 (or s ... s9 for structs), otherwise it is defined to nothing. Not sure if this is useful information for translate-c or not.
<andrewrk>
MajorLag2, does zig's translate-c trigger the u ... u9 thing?
<andrewrk>
oh, the answer must be "no" because you showed me the output and it was @""
<MajorLag2>
probably it didn't because I didn't define whatever the headers were expecting.
MajorLag2 is now known as MajorLag
noonien has quit [Quit: Connection closed for inactivity]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Client Quit]
cenomla has joined #zig
mattw has joined #zig
tiehuis has joined #zig
cenomla has quit [Quit: cenomla]
davr0s has joined #zig
jfo has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mattw has quit [Ping timeout: 260 seconds]
jacobdufault has quit [Ping timeout: 256 seconds]
jacobdufault has joined #zig
<tiehuis>
anyone had any trouble building with a source llvm6 version?
<tiehuis>
specifically libxml2 linking errors?
<tiehuis>
i'll be looking into it a bit more tomorrow
tiehuis has quit [Quit: WeeChat 2.0.1]
jfo has quit [Ping timeout: 248 seconds]
jfo has joined #zig
steveno_ has joined #zig
<jfo>
tiehuis: I had trouble with that on osx, yeah
<jfo>
tiehuis: I am wondering what the root cause and solution to this is though, we'll need it to be solidified to ship the 0.2.0 homebrew formula probably