ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
dtzWill has quit [Quit: leaving]
<GitHub52> [zig] andrewrk pushed 1 new commit to master: https://git.io/vbH9k
<GitHub52> zig/master 39c7bd2 Andrew Kelley: port most of main.cpp to self hosted compiler
jjido has joined #zig
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arBmind has joined #zig
jjido has joined #zig
jjido has quit [Client Quit]
arBmind has quit [Ping timeout: 260 seconds]
arBmind has joined #zig
arBmind has quit [Quit: Leaving.]
jjido has joined #zig
MajorLag has joined #zig
<MajorLag> So is it just me, or are both of the Hello World examples in the "documentation" broken?
<MajorLag> error: no member named 'getStdOut' in 'E:\experimental\zig\lib\zig\std\io.zig'
<MajorLag> error: no member named 'warn' in 'E:\experimental\zig\lib\zig\std\debug.zig'
<andrewrk> MajorLag: on Windows i suggest using the most recently successful build from appveyor
<andrewrk> I think you're looking at the master branch docs and using release 0.1.1
<andrewrk> You can find a link in the readme to appveyor, then look for recent green builds then click "artifacts"
<andrewrk> I'm AFK but I can try to help if you run into a problem
<MajorLag> Yeah, that seems better. Didn't realize the documentation link from the homepage would match master instead of the 0.1.1 release
<andrewrk> The URL has master in it right? You can replace that with 0.1.1 to get the relevant docs
<andrewrk> Srsly though this compiler is pretty new and I work on it every day so the master branch is way better than 0.1.1 already
<MajorLag> I didn't read the url. I had made the mistaken assumption that 0.1.1, being an announced release, would be considered more "official"
<andrewrk> Fair point. Next release I'll make the docs link point to the latest release version
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MajorLag has quit [Quit: Page closed]
arBmind has joined #zig
_whitelogger has joined #zig