ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
jfo has quit [Ping timeout: 256 seconds]
Tobba has joined #zig
Tobba_ has quit [Ping timeout: 260 seconds]
hasen_judy has quit [Remote host closed the connection]
jfo has joined #zig
jfo has quit [Ping timeout: 276 seconds]
<benzrf>
hmmm so how exactly does fmt type stuff work
<benzrf>
is it basically like hyper aggressive optimization where you can unroll loops etc since u know the values you're gonna use already
zesterer_ has joined #zig
hasen_judy has joined #zig
tjpalmer has joined #zig
<tjpalmer>
andrewrk, have you tested compiling to wasm? Do you have docs on what settings to use?
tjpalmer has quit [Client Quit]
hasen_judy has quit [Ping timeout: 276 seconds]
zesterer_ has quit [Quit: zesterer_]
jfo has joined #zig
jfo has quit [Ping timeout: 265 seconds]
cenomla has quit [Quit: cenomla]
return0e has quit [Remote host closed the connection]
<jfo>
there's work to be done on supporting the platform though, and I think llvm's native wasm backend is still in progress. please let me know what you find out though.
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
noonien has quit []
noonien has joined #zig
<zesterer>
Falcon Heavy launch soon. Anybody watching?
davr0s has joined #zig
hoppetosse has quit [Ping timeout: 260 seconds]
hoppetosse has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hoppetosse has quit [Ping timeout: 256 seconds]
davr0s has joined #zig
hoppetosse has joined #zig
<andrewrk>
hoppetosse, hm that's an odd error
<hoppetosse>
andrewrk: yep
<andrewrk>
I'd edit os.cpp in the compiler to put more information than "fork failed"
<hoppetosse>
Where would I get the extra info though?
<hoppetosse>
I was just going over man fork
<hoppetosse>
apparently errno is set on failure, but I can't find what the errno's would correspond to
<hoppetosse>
d'oh, never mind
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zesterer>
andrewrk: I must say, I'm loving how clear and concise Zig code tends to be. Although there's one thing I'm unsure of: is there a way to pull two file namespaces into one? For example, I'd like importing file X from file Y to also allow file Y access to the features contained within file Z (assuming Z is imported by X). I know I can just make the namespace public, but that just means another identifier chain (i.e: X.Z.something)
return0e has quit []
noonien has quit [Quit: Connection closed for inactivity]