ChanServ changed the topic of #zig to: zig programming language | https://ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
gamester has joined #zig
scientes has joined #zig
jjido has quit [Quit: Connection closed for inactivity]
<andrewrk> diltsman, it's live on the download page now
<daurnimator> andrewrk: congrats :)
<daurnimator> now crunch time on the bugs until april 8 I guess?
<daurnimator> (also huzzah.... now I can't build git HEAD because my distro doesn't have llvm 8 yet)
* daurnimator pokes distro people a little harder
<andrewrk> yeah crunch time on bugs and minor ergonomics until april 8
<andrewrk> then I really really want to get no-copy semantics done and the coroutine rewrite done
<andrewrk> those items are holding so many things back
<scientes> yes
<diltsman> Yay!
<daurnimator> oh hey; zig got a mention in the llvm release notes! http://releases.llvm.org/8.0.0/docs/ReleaseNotes.html
<andrewrk> yep, I've been doing that for every release. helps to get a little publicity
<andrewrk> if anyone wants to contribute to zig indirectly by contributing to SourceHut, here's an issue that is blocking FreeBSD from being on the download page: https://todo.sr.ht/~sircmpwn/builds.sr.ht/207
darithorn has quit [Read error: Connection reset by peer]
darithorn has joined #zig
THFKA4 has joined #zig
<andrewrk> wow, I mentioned this is #sr.ht and ddevault already fixed it
<andrewrk> who thinks my add-freebsd-to-the-download-page ci changes are going to work first try?
return0e has joined #zig
Flaminator has quit [Disconnected by services]
return0e_ has quit [Ping timeout: 272 seconds]
darithorn has quit [Remote host closed the connection]
noonien has quit [Quit: Connection closed for inactivity]
shawn_ has joined #zig
scientes has quit [Ping timeout: 246 seconds]
dewf has joined #zig
shawn_ has quit [Remote host closed the connection]
shawn_ has joined #zig
shawn_ has quit [Remote host closed the connection]
forgot-password has joined #zig
forgot-password has quit [Client Quit]
<adam12> CI branches with a million "Try this" commits are my favourite. Also, excited to try the FreeBSD release.
hooo has joined #zig
hooo is now known as hio
darithorn has joined #zig
develonepi3 has quit [Remote host closed the connection]
noonien has joined #zig
wilsonk has quit [Ping timeout: 252 seconds]
wilsonk has joined #zig
darithorn_ has joined #zig
Zaab1t has joined #zig
darithorn has quit [Ping timeout: 245 seconds]
darithorn has joined #zig
darithorn_ has quit [Ping timeout: 244 seconds]
Ichorio has joined #zig
<andrewrk> freebsd builds are up on ziglang.org/download
<euantor> awesome!
<euantor> I wonder why the Linux build seems to be working out at 5MiB bigger than FreeBSD and 2MiB bigger than macOS?
darithorn_ has joined #zig
darithorn has quit [Ping timeout: 272 seconds]
gunnarahlberg has joined #zig
<gunnarahlberg> hi! I understand that I made a misstake here. But, I'd like to discuss the ergonomics of the error message
<gunnarahlberg> how do I share some code?
<gunnarahlberg> and https://pastebin.com/Z9XewUBJ
<gunnarahlberg> source code inline is not working the way I expected it to. First of, I'm running this in alpine linux and the error message says: error: type 'std.os.WindowsGetStdHandleErrs!std.os.file.File' does not support field access
<gunnarahlberg> why "windows"?
<gunnarahlberg> and second question, can I do source inline?
darithorn_ has quit [Read error: Connection reset by peer]
<andrewrk> the only possible way getStdOut() can return an error is on windows, which is why the error set is named after windows
<andrewrk> std.io.getStdOut is a cross platform abstraction, so that's why you still have to care about windows error codes
<andrewrk> what is source inline?
darithorn_ has joined #zig
scientes has joined #zig
Barabas has joined #zig
<andrewrk> gunnarahlberg, also I just filed this issue related to alpine linux: https://github.com/ziglang/zig/issues/2084
<gunnarahlberg> andrewrk: Yay, thank you!
<gunnarahlberg> I'm terrible at finding an existing bug report when I find a bug. I'll try harder to parse the existing bug reports next time
<strmpnk> I was just checking out some of that io code on windows. It seems like outStream isn't defined on File on windows.
<strmpnk> write will work but `var out = &stdout.outStream().stream;` fails to build (works on linux fine).
<strmpnk> I can file an issue but I'm not sure if this is user error or already known?
<andrewrk> strmpnk, I just tried this and it works fine on windows
<andrewrk> where are you getting this information from? os.File.outStream is not conditionally defined, there's no way it could be unavailable on windows
<andrewrk> maybe you have a different zig version installed
<strmpnk> Hmm. Maybe I'll try a smaller source file but 0.3.0+b7fb63d6 is failing for me.
<strmpnk> And yeah, I was reading and wondered why it was failing.
<strmpnk> I'm guessing I've done something wrong elsewhere. Going to pull the said lines out and try a small sample.
<strmpnk> Ah. Indeed. Looks like there was a shim that scoop put in place that was still in my path for some reason.
<strmpnk> Thanks for the quick PEBCAK debugging.
shawn_ has joined #zig
scientes has quit [Disconnected by services]
shawn_ is now known as scientes
<scientes> has it be discussed how asm goto will be used?
<scientes> static branching in llvm-8
<strmpnk> And it looks like order isn't fixing it. I bet I have to log out, which is why it confused me.
<scientes> could a labeled block use a variable that could be higher in scope
<scientes> so that we could run a buildin like @enableStaticBranch(:foo) on it?
* scientes Is writing up a bug now
<gunnarahlberg> * bye
gunnarahlberg has quit [Quit: Page closed]
darithorn_ has quit [Read error: Connection reset by peer]
darithorn_ has joined #zig
darithorn__ has joined #zig
darithorn_ has quit [Ping timeout: 245 seconds]
Akuli has joined #zig
darithorn__ has quit [Ping timeout: 245 seconds]
Zaab1t has quit [Quit: bye bye friends]
gunnarahlberg has joined #zig
gunnarahlberg has quit [Quit: Page closed]
<andrewrk> I'm about to start live coding more of the general purpose debug allocator: https://www.twitch.tv/andrewrok/
jjido has joined #zig
Akuli has quit [Quit: Leaving]
Ichorio has quit [Ping timeout: 272 seconds]
<gamester> sad spam on the twitch stream :(
dd10_ has joined #zig
Barabas has quit [Ping timeout: 256 seconds]
dewf has quit [Quit: Leaving]
<gamester> argh need to create a twitch account, nice mem leak detection!
develonepi3 has joined #zig
dd10_ has quit [Quit: Page closed]
dd10 has joined #zig
jjido has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dd10 has quit [Quit: Page closed]
jjido has joined #zig
hio has quit [Quit: Connection closed for inactivity]
fsateler has quit [Read error: Connection reset by peer]
fsateler has joined #zig