ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
cenomla has quit [Quit: cenomla]
dimenus has joined #zig
hasen_judy has joined #zig
dimenus has quit [Remote host closed the connection]
dimenus has joined #zig
cenomla has joined #zig
hasen_judy has quit [Ping timeout: 258 seconds]
cenomla has quit [Client Quit]
cenomla has joined #zig
cenomla has quit [Client Quit]
cenomla has joined #zig
cenomla has quit [Read error: Connection reset by peer]
<GitHub23>
zig/master f1072d0 Andrew Kelley: use llvm named structs for const values when possible...
cenomla has quit [Quit: cenomla]
tiehuis has joined #zig
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 252 seconds]
Andris_zbx has joined #zig
arBmind has joined #zig
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 246 seconds]
arBmind has quit [Quit: Leaving.]
pupp has joined #zig
tiehuis has quit [Quit: WeeChat 1.9.1]
Purrunga has joined #zig
<Purrunga>
Hola
<Purrunga>
Hola
Purrunga has quit [Ping timeout: 260 seconds]
<pupp>
yawn
cenomla has joined #zig
<andrewrk>
Hello Purrunga
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 255 seconds]
nightmared has joined #zig
pupp has quit [Ping timeout: 240 seconds]
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 246 seconds]
pupp has joined #zig
arBmind has joined #zig
jabb has quit [Ping timeout: 260 seconds]
arBmind has quit [Quit: Leaving.]
arBmind has joined #zig
cenomla has quit [Quit: cenomla]
_whitelogger has joined #zig
_whitelogger has joined #zig
dimenus_ has joined #zig
dimenus_ has quit [Client Quit]
_whitelogger has quit [Ping timeout: 258 seconds]
_whitelogger_ has joined #zig
cenomla has joined #zig
hasen_judy has quit [Ping timeout: 258 seconds]
pupp has quit [Ping timeout: 240 seconds]
pupp has joined #zig
cenomla has quit [Quit: cenomla]
_dev_zero has quit [Ping timeout: 248 seconds]
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 255 seconds]
_dev_zero has joined #zig
dimenus_ has joined #zig
<dimenus_>
andrewrk: woo, have the compiler successfully linking with vcruntime/kernel32/ucrt
<dimenus_>
now getting an assertion failure in llvm though
<dimenus_>
Assertion failed: isa<X>(Val) && "cast<Ty>() argument of incompatible type!", file F:\code\tools\clang-5.0.1-msvc-debug\include\llvm/Support/Casting.h, line 255
<dimenus_>
(this is using the hello world example in the docs you recently updated)
pupp has quit [Ping timeout: 255 seconds]
pupp has joined #zig
Andris_zbx has quit [Remote host closed the connection]
dimenus_ has quit [Read error: Connection reset by peer]
dimenus_ has joined #zig
arBmind has quit [Read error: Connection reset by peer]
arBmind has joined #zig
tiehuis has joined #zig
dimenus_ has quit [Quit: Leaving]
pupp has quit [Ping timeout: 252 seconds]
dimenus_ has joined #zig
<dimenus_>
nevermind, figured out what was wrong. I've got non-static linking fully working on Windows now I think. Will get static linking working and create a PR.
dimenus_ has quit [Client Quit]
cenomla has joined #zig
hasen_judy has joined #zig
hasen_judy has quit [Ping timeout: 252 seconds]
<andrewrk>
Dimenus, llvm 5 has a bug that causes assertions to trip when they shouldn't
<andrewrk>
you have to use a release build of llvm/clang 5
<andrewrk>
it should be fixed with the next release, for example in llvm6 branch I am working on getting all the assertions fixed