ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
steveno_ has quit [Remote host closed the connection]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
MajorLag2 is now known as MajorLag
<MajorLag> If anyone is interested, I've added a simple ini parser to zig.tgschultz.com
curtisf has joined #zig
curtisf has quit [Quit: Page closed]
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
tiehuis has quit [Quit: WeeChat 2.1]
tiehuis has joined #zig
Ichorio has quit [Ping timeout: 260 seconds]
hoppetosse has joined #zig
tiehuis has quit [Quit: WeeChat 2.1]
Ichorio has joined #zig
thejoshwolfe has joined #zig
<thejoshwolfe> how do i open a file? i used to do std.io.File.openRead, but now i'm getting an error that std.io.File is private.
<thejoshwolfe> seems like an oversight, since getStdOut() is pub and returns a File.
<thejoshwolfe> oh, it's just std.os.File.
SimonNa has joined #zig
hoppetosse has quit [Ping timeout: 248 seconds]
man213 has joined #zig
<hobomatic> Yeah I think io is for the higher level interfaces to IO, and it's just importing File as a toplevel (private) constant from std.os
<hobomatic> it does seem weird that getStdOut() / getStdIn() / getStdErr() are defined there instead of os
<andrewrk> hobomatic, you're right, they should be moved
hoppetosse has joined #zig
<man213> Hello, guys! Zig noob here. Could somebody explain me how c_void pointer can be casted to u32 array?
hoppetosse has quit [Ping timeout: 240 seconds]
<man213> Ouch! Thank you! I overlooked it somehow...
<andrewrk> man213, no worries. the docs are incomplete and it's always ok to ask questions
man213 has quit [Quit: Page closed]
<GitHub77> [zig] andrewrk pushed 1 new commit to master: https://git.io/vxiLX
<GitHub77> zig/master 4eb6898 Andrew Kelley: std.io.readLine function...
return0e_ has joined #zig
return0e has quit [Ping timeout: 256 seconds]
return0e has joined #zig
return0e_ has quit [Ping timeout: 264 seconds]
Sahnvour has joined #zig
steveno_ has joined #zig
steveno_ has quit [Ping timeout: 245 seconds]
steveno_ has joined #zig
hoppetosse has joined #zig
steveno_ has quit [Remote host closed the connection]
cenomla has joined #zig
Sahnvour has quit [Quit: Page closed]
davr0s has joined #zig
meena has joined #zig
cenomla has quit [Quit: cenomla]
curtisf has joined #zig
Vinski has quit [Quit: ZNC - http://znc.in]
cenomla has joined #zig
return0e has quit [Ping timeout: 252 seconds]
return0e has joined #zig
Ichorio has quit [Ping timeout: 240 seconds]
tridactyla has quit [Remote host closed the connection]
tridactyla has joined #zig
tiehuis has joined #zig
<tiehuis> i've been playing around with redoing the zig compile cli: https://github.com/tiehuis/zig-cli-experiment
hoppetosse has quit [Ping timeout: 256 seconds]
<tiehuis> if anyone has strong opinions or ideas on it and/or arg parsing feel free to leave some comments/suggestions
<tiehuis> the existing one was a pain to add new commands so i think this style works better and better describes applicable options for each command
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Client Quit]
davr0s has joined #zig
davr0s has quit [Client Quit]
davr0s has joined #zig
davr0s has quit [Client Quit]
curtisf has quit [Ping timeout: 260 seconds]
tiehuis has quit [Quit: WeeChat 2.1]
davr0s has joined #zig