ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
hoppetosse has quit [Ping timeout: 240 seconds]
jab_ has joined #zig
[dpk] has joined #zig
<andrewrk>
jacobdufault, coroutines have a coroutine frame which has all the stack variables for itself only. for function calls it uses the stack from the caller
<andrewrk>
a coroutine can only suspend from in its own frame, so this works
walac_ has joined #zig
m6w6 has quit [*.net *.split]
lqd has quit [*.net *.split]
jab has quit [*.net *.split]
crimson_penguin has quit [*.net *.split]
walac has quit [*.net *.split]
dpk has quit [*.net *.split]
dtz has quit [*.net *.split]
Tobba has quit [*.net *.split]
DuClare has quit [*.net *.split]
vec_ has quit [*.net *.split]
alandipert has quit [*.net *.split]
[dpk] is now known as dpk
crimson_pingvin has joined #zig
crimson_pingvin is now known as crimson_penguin
lqd has joined #zig
alandipert has joined #zig
bbrittain has joined #zig
epsyloN has joined #zig
mal`` has joined #zig
vec_ has joined #zig
crimson_penguin has joined #zig
crimson_penguin has quit [Changing host]
lqd is now known as Guest49086
m6w6 has joined #zig
so has quit [Ping timeout: 260 seconds]
clebermatheus[m] has quit [Ping timeout: 245 seconds]
lorde_kumamon[m] has quit [Ping timeout: 260 seconds]
lorde_kumamon[m] has joined #zig
<andrewrk>
I'll get that documentation going once I have all the problems sorted out and a proof of concept usage of them
dtz has joined #zig
clebermatheus[m] has joined #zig
return0e has joined #zig
itsMontoya has joined #zig
davr0s has joined #zig
so has joined #zig
Tobba has joined #zig
DuClare has joined #zig
lorde_kumamon[m] has quit [Ping timeout: 255 seconds]
dtz has quit [Ping timeout: 256 seconds]
clebermatheus[m] has quit [Ping timeout: 255 seconds]
lorde_kumamon[m] has joined #zig
dtz has joined #zig
clebermatheus[m] 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…]
isd has quit [Ping timeout: 248 seconds]
jdufault has joined #zig
cenomla has quit [Quit: cenomla]
curtisf has quit [Ping timeout: 260 seconds]
tiehuis has joined #zig
jdufault has quit [Ping timeout: 260 seconds]
itsMontoya has quit [Quit: Lost terminal]
achambers has joined #zig
<achambers>
howdy
<achambers>
andrewrk: are you the maintainer for the zig port in nixos?
<tiehuis>
pretty sure he is
<achambers>
(sort of dumb question, his name is in the file) I guess it could be updated to 0.2
<tiehuis>
i think he mentioned something about this a few days ago, maybe in regards to 0.2, let me see if i cna dig it up
<achambers>
zig's ability to import C headers is so much fun
<achambers>
tiehuis: thanks :)
<achambers>
luckily nixos is pretty flexible, I just rewrote the package myself and imported it
<andrewrk>
I'm still testing this dockerfile, but here are the steps
<MajorLag>
cool, I'll give this a shot when I get home today. On a related note, ZIG_LIBC_X_DIR envvar isn't respected at runtime is it? I added support to the appdir wrapper to pass the contents to the appropriate commandline switches, but it occurs to me that I never bothered to see if zig already respects them.
<andrewrk>
I don't think we look for env vars for libc
<andrewrk>
did you see #870 though? I think we can just have zig find libc at runtime on linux
<andrewrk>
you could of course override the libc detection if you wanted to use a different libc than the system default one