<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>
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?
<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]