ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
desttinghim has joined #zig
tobbez has quit [Ping timeout: 264 seconds]
tobbez has joined #zig
tolitius has joined #zig
desttinghim has quit [Ping timeout: 252 seconds]
desttinghim has joined #zig
desttinghim has quit [Ping timeout: 244 seconds]
<diltsman> Finally got Zig to generate an executable for my ARM board. Still have to check with binutils to make sure that things are where and what I expect.
tolitius has quit [Quit: zzz...]
tolitius has joined #zig
<andrewrk> diltsman, congrats. I'd be interested to see what roadblocks you had to overcome and make sure those issues have plans to resolve
bheads has quit [Ping timeout: 240 seconds]
raoof has joined #zig
_whitelogger has joined #zig
raoof has quit [Quit: Page closed]
tolitius has quit [Quit: zzz...]
jjido has joined #zig
jjido has quit [Ping timeout: 244 seconds]
steveno has joined #zig
bheads has joined #zig
wilsonk has quit [Read error: Connection reset by peer]
wilsonk has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
m4ge123 has quit [Ping timeout: 260 seconds]
m4ge123 has joined #zig
davr0s has joined #zig
tolitius has joined #zig
tolitius has quit [Read error: Connection reset by peer]
m4ge123 has quit [Read error: Connection reset by peer]
m4ge123 has joined #zig
jjido has joined #zig
jjido has quit [Ping timeout: 260 seconds]
steveno_ has joined #zig
steveno has quit [Ping timeout: 276 seconds]
jjido has joined #zig
rlr has quit [Quit: quitting]
rlr has joined #zig
jjido has quit [Read error: Connection reset by peer]
DutchGh0st has joined #zig
<DutchGh0st> if you have a socket, can you somehow read from it using a Stream?
<DutchGh0st> also, pub fn readLine(buf: []u8) !usize { in std.io....it never closes stdin?
<DutchGh0st> shouldn't it close it?
DutchGh0st has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
steveno_ has quit [Remote host closed the connection]
DutchGh0st has joined #zig
<andrewrk> DutchGh0st, closing stdin is an uncommon use case. typically your program starts with it open, and ends with it open
<andrewrk> really, there's no point in freeing memory or closing file handles when you exit anyway - the OS does it
DutchGh0st has quit [Client Quit]
<andrewrk> I don't know if we have API for getting a stream from a socket, but it's definitely something that will work with the networking equivalent of std.os.File.OutStream / std.os.File.InStream
<andrewrk> both of which are ~10 lines
fsateler has quit [Ping timeout: 250 seconds]
DutchGh0st has joined #zig
nikki93 has quit [Read error: Connection reset by peer]
nikki93 has joined #zig
euantor has quit [Ping timeout: 252 seconds]
aiwakura has quit [Quit: Ping timeout (120 seconds)]
jzelinskie has quit [Write error: Connection reset by peer]
aiwakura has joined #zig
jzelinskie has joined #zig
euantor has joined #zig
m4ge123 has quit [Ping timeout: 246 seconds]
DutchGh0st has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
SimonNa has quit [Remote host closed the connection]
SimonNa has joined #zig
steveno has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]