ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<GitHub28> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhqfa
<GitHub28> zig/master 4405897 Andrew Kelley: zig fmt: support trailing comma on switch case items
<GitHub164> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhqfP
<GitHub164> zig/master c029f4b Andrew Kelley: trailing comma after var args is not supported
<andrewrk> I am pleased to announce that I have given my two weeks notice and I will soon be working full time on Zig
<andrewrk> More details and official announcement to come soon
<darithorn> that's great news! :)
steveno_ has quit [Quit: Leaving]
<MajorLag1> That is great news.
darithorn has quit [Quit: Leaving]
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
Ichorio has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
<donpdonp> andrewrk: congrats! fn work() job!zigtime
<donpdonp> i was trying to show the job as an error condition :)
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
qazo has joined #zig
qazo has quit [Ping timeout: 260 seconds]
qazo has joined #zig
qazo has quit [Quit: leaving]
qazo has joined #zig
qazo has quit [Read error: Connection reset by peer]
Hejsil has joined #zig
<Hejsil> andrewrk, Wuuh! That's awesome!
qazo has joined #zig
davr0s 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…]
davr0s has joined #zig
<bodie_> andrewrk, excellent news!! :D
<bodie_> and congratulations
n_1-c_k has joined #zig
<n_1-c_k> Hi, I've downloaded zig-linux-x86_64-master.tar.xz. Before I use it, would someone humour me and paste their sha256sum, or point me to the same?
<n_1-c_k> So I can be confident I don't inadvertently run malware. Or if I do that I'm not alone :)
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ofelas has quit [Ping timeout: 265 seconds]
Hejsil has quit [Ping timeout: 260 seconds]
<MajorLag1> 0b412364970f52608a40b799ff532431451e399d7b5a3a017402d3f51ec3e3a3 is what I have
qazo has quit [Read error: Connection reset by peer]
<n_1-c_k> MajorLag1: thanks...
<n_1-c_k> That's what I get too, good.
darithorn has joined #zig
mattw has joined #zig
davr0s has joined #zig
mattw has quit [Ping timeout: 260 seconds]
ofelas has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hejsil has joined #zig
SimonNa has joined #zig
<n_1-c_k> Um... how do I install it? There's no README or INSTALL or anything in the tar file. Help?
<MajorLag1> Untar it.
<MajorLag1> that's it
<MajorLag1> well, I mean, if you want zig on your path there's a little more. Easiest way is probably just to copy the contents of the untarred directory to /usr
<MajorLag1> er... well ok that's not quite right.
<n_1-c_k> I guess I can put the 'zig' binary in /usr/local/bin... but does it need something to make 'import' find the right place, anything like that?
<MajorLag1> generally it looks in the same directory where it is. I'm not sure how others do it but I just have a /home/me/zig/ and put it in my path. /opt/zig/ would probably be a more traditionally appropriate location
<n_1-c_k> MajorLag1: OK, thanks. A little more DIY than I'd expected :) I'll have a play.
<darithorn> all you do in untar it and add it to your path. wherever you want your path to point to is up to you
<darithorn> you don't need to do anything special to make sure zig finds the stdlib
<n_1-c_k> darithorn: OK thanks.
darithorn has quit [Quit: Leaving]
darithorn_ has joined #zig
darithorn_ has quit [Ping timeout: 245 seconds]
darithorn_ has joined #zig
davr0s has joined #zig
SimonNa has quit [Quit: Leaving]
SimonNa has joined #zig
redj has quit [Ping timeout: 276 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
redj has joined #zig
<GitHub2> [zig] andrewrk pushed 1 new commit to master: https://git.io/vhqot
<GitHub2> zig/master 85ca611 Andrew Kelley: zig fmt: put nested struct inits on newlines...
davr0s has joined #zig
<GitHub61> [zig] andrewrk pushed 2 new commits to master: https://git.io/vhqP2
<GitHub61> zig/master 0bef1f9 Andrew Kelley: zig fmt: fix rendering of struct with no trailing comma on last field
<GitHub61> zig/master 0ab888c Andrew Kelley: zig fmt: parse extra comma in asm expressions
isd has joined #zig
Ichorio has quit [Ping timeout: 260 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]