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 joined #zig
Sahnvour has quit [Quit: Page closed]
<andrewrk> sounds like accessing the path from the COFF section is more reliable\
<MajorLag> what's the best file to look at for understanding how typeInfo is structured?
<andrewrk> MajorLag, look at zig-cache/builtin.zig
<MajorLag> oh cool, I don't have to read cpp
<andrewrk> docs were out of date but I fixed them
cenomla has joined #zig
isd has quit [Ping timeout: 240 seconds]
<GitHub19> [zig] andrewrk pushed 1 new commit to master: https://git.io/vpSUT
<GitHub19> zig/master 277b9cf Andrew Kelley: fix comptime code modification of global const...
<GitHub162> [zig] andrewrk pushed 1 new commit to master: https://git.io/vpSU2
<GitHub162> zig/master 4277762 Andrew Kelley: fix windows build system...
darithorn has quit [Quit: Leaving]
<MajorLag> hmm.. unfortunately it seems like typeinfo has some issues. Haven't managed to get it to not segfault.
<MajorLag> Think I have it narrowed down.
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Ichorio has joined #zig
Sahnvour has joined #zig
cenomla has quit [Quit: cenomla]
tiehuis has joined #zig
jjido has joined #zig
tiehuis has quit [Quit: WeeChat 2.1]
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Read error: Connection reset by peer]
lorde_kumamon[m] has quit [Ping timeout: 255 seconds]
clebermatheus[m] has quit [Ping timeout: 256 seconds]
bb010g has quit [Ping timeout: 256 seconds]
kammd[m] has quit [Ping timeout: 255 seconds]
raytracer[m] has quit [Ping timeout: 256 seconds]
dtz has quit [Ping timeout: 276 seconds]
s455wang has quit [Quit: WeeChat 1.6]
s455wang has joined #zig
bb010g has joined #zig
lorde_kumamon[m] has joined #zig
kammd[m] has joined #zig
dtz has joined #zig
clebermatheus[m] has joined #zig
raytracer[m] has joined #zig
Braedon has joined #zig
Braedon has quit [Ping timeout: 260 seconds]
alexnask has joined #zig
alexnask_ has quit [Ping timeout: 240 seconds]
Sahnvour has quit [Quit: Page closed]
return0e has quit [Ping timeout: 240 seconds]
Skilfingr has joined #zig
<Skilfingr> Hello
<Skilfingr> Does there exist an opengl wrapper for zig? Like http://glad.dav1d.de/
<MajorLag> Skilfingr: I think someone mentioned writing a loader for OpenGL functions, but I don't recall who it was.
return0e has joined #zig
isd has joined #zig
isd has quit [Ping timeout: 264 seconds]
davr0s has joined #zig
Ichorio has quit [Ping timeout: 265 seconds]
isd has joined #zig
<andrewrk> Skilfingr, you can use a C library, e.g. epoxy
<andrewrk> here's an example: https://github.com/andrewrk/tetris
<andrewrk> a pure zig library would be neat, but does not exist yet as far as I'm aware
<Skilfingr> Thanks. How is the pointer-reform going? Should I wait for this to finish before playing with zig?
<andrewrk> Skilfingr, I think that's kind of the same question as, should you wait for 1.0.0 to play with zig
<andrewrk> my answer is: if you want to be more of an end user, wait until 1.0.0. If you're happy to be a beta user where you participate in the development process, then you should jump in and start using master branch
<Skilfingr> haha, thats true :)
<Skilfingr> What is your strategy for 1.0? Do you have a timeline or bulletlist of features? Or is it more like when its done its done?
MajorLag has quit [Ping timeout: 240 seconds]
<andrewrk> Skilfingr, if you look at the issues on github, they all have a milestone. any issue with a milestone <= 1.0.0 is blocking the release of 1.0.0
<andrewrk> (which is most issues)
<Skilfingr> ok
<andrewrk> I predict 1.0.0 in 2 years
Skilfingr has quit [Quit: Page closed]
<andrewrk> wow I just got @newStackCall working
jjido has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Ichorio has joined #zig
isd has quit [Quit: Leaving.]
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Skilfingr has joined #zig
cenomla has joined #zig
<GitHub96> [zig] andrewrk pushed 1 new commit to master: https://git.io/vpSDo
<GitHub96> zig/master a6ae451 Andrew Kelley: add @newStackCall builtin function...
jjido has joined #zig
cenomla has quit [Quit: cenomla]
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davr0s has joined #zig
Ichorio has quit [Ping timeout: 240 seconds]
Skilfingr has quit [Ping timeout: 260 seconds]
darithorn has joined #zig