ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
atk has quit [Quit: Well this is unexpected.]
atk has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alexnask has quit [Ping timeout: 264 seconds]
fjvallarino has quit [Remote host closed the connection]
isd has joined #zig
fjvallarino has joined #zig
<GitHub90> [zig] thejoshwolfe pushed 1 new commit to master: https://git.io/f6PPq
<GitHub90> zig/master 0206b76 Josh Wolfe: syntax in build.zig example doc
fjvallarino has quit [Remote host closed the connection]
fjvallarino has joined #zig
fjvallarino has quit [Remote host closed the connection]
fjvallarino has joined #zig
fjvallarino has quit [Ping timeout: 240 seconds]
fjvallarino has joined #zig
dbandstra has joined #zig
alexnask has joined #zig
xtreak has joined #zig
isd has quit [Quit: Leaving.]
alexnask_ has joined #zig
alexnask has quit [Ping timeout: 240 seconds]
Ichorio has quit [Ping timeout: 256 seconds]
dbandstra has quit [Quit: Leaving]
mahmudov has quit [Remote host closed the connection]
<donlzx> does zig has block comment syntax?
<andrewrk> donlzx, no, only single line comments and doc comments
davr0s has joined #zig
<donlzx> or anything like module level "static if" to switch off multiple lines of codes easily?
xtreak has quit [Remote host closed the connection]
xtreak has joined #zig
xtreak has quit [Remote host closed the connection]
alexnask_ has quit [Ping timeout: 248 seconds]
xtreak has joined #zig
xtreak_ has joined #zig
xtreak has quit [Ping timeout: 264 seconds]
very-mediocre has joined #zig
JinShil has quit [Read error: Connection reset by peer]
kristate has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zolk3ri has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
davr0s has joined #zig
noonien has joined #zig
xtreak_ has quit [Remote host closed the connection]
kristate has quit [Remote host closed the connection]
xtreak has joined #zig
kristate has joined #zig
kristate has quit [Remote host closed the connection]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alexnask_ has joined #zig
very-mediocre has quit [Ping timeout: 260 seconds]
JinShil has joined #zig
donlzx has quit [Quit: Leaving]
kristate has joined #zig
xtreak has quit [Remote host closed the connection]
xtreak has joined #zig
very-mediocre has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
xtreak has quit []
hio has joined #zig
<hio> guys I'm just an interested user, please dont rip my head off but what do you think about adding a language feature that allows json-like dot access of a Hashmap? So that I dont have to write mymap.getValue("key") but I can just write mymap.key
alexnask_ has quit [Ping timeout: 268 seconds]
very-mediocre has quit [Ping timeout: 260 seconds]
kristate has quit [Remote host closed the connection]
kristate has joined #zig
JinShil has quit [Quit: Leaving]
kristate has quit [Remote host closed the connection]
fjvallarino has quit [Remote host closed the connection]
fjvallarino has joined #zig
kristate has joined #zig
very-mediocre has joined #zig
<very-mediocre> hio 1. what if the key is an object?
<very-mediocre> 2. what if it's a string with a space?
<very-mediocre> 3. check out the zen of zig to find out what it is vs what it isn't
<very-mediocre> explicitness is a priority vs. "cuteness"
<GitHub75> [zig] binary132 opened pull request #1187: Fix macOS instruction for LLVM location in README (master...fix-macos-llvm-readme) https://git.io/fyJ8J
kristate has quit [Remote host closed the connection]
kristate has joined #zig
kristate has quit [Remote host closed the connection]
kristate has joined #zig
<hio> very-mediocre: yeah I know... I figured that it's against the spirit of zig
Ichorio has joined #zig
davr0s has joined #zig
kristate has quit [Remote host closed the connection]
alexnask_ has joined #zig
kristate has joined #zig
alexnask_ has quit [Ping timeout: 240 seconds]
fjvallarino has quit [Remote host closed the connection]
quc has quit [Remote host closed the connection]
fjvallarino has joined #zig
dbandstra has joined #zig
<GitHub83> [zig] andrewrk merged fix-travis-undefined-symbols into master: https://git.io/fSs9f
<GitHub126> [zig] andrewrk closed pull request #1180: fix undefined symbol errors (master...fix-f16-link-errors) https://git.io/fR1xI
alexnask_ has joined #zig
very-mediocre has quit [Ping timeout: 260 seconds]
Yaargh has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
redj has quit [Ping timeout: 260 seconds]
<GitHub65> [zig] andrewrk pushed 1 new commit to master: https://git.io/fSsN0
<GitHub65> zig/master 3546352 Andrew Kelley: add runtime safety for `@intToEnum`; add docs for runtime safety...
ysengrimm has quit [Quit: Ping timeout (120 seconds)]
redj has joined #zig
<GitHub39> [zig] andrewrk closed pull request #1173: add event loop Channel abstraction (master...event-loop-channel) https://git.io/f4AYZ
<GitHub199> zig/master 22b7312 Andrew Kelley: Merge pull request #1173 from ziglang/event-loop-channel...
<GitHub199> [zig] andrewrk pushed 1 new commit to master: https://git.io/fSsAE
<GitHub190> [zig] andrewrk closed pull request #1176: improve std.math f16 support (master...f16-std) https://git.io/f4Au5
<GitHub52> [zig] andrewrk pushed 11 new commits to master: https://git.io/fSsAK
<GitHub52> zig/master 27b0241 Ben Noordhuis: add std.math f16 nan support...
<GitHub52> zig/master a36d7b6 Ben Noordhuis: add std.math f16 inf support...
<GitHub52> zig/master 61df5bc Ben Noordhuis: add std.math f16 constants...
<andrewrk> looks like LLVM announced their 7.0.0 release date - september 5th
<andrewrk> zig 0.3.0 will be released september 12th
andi3 has joined #zig
<andi3> are there any major changes in. llvm yet that would have an impact on zig?
<andrewrk> andi3, hopefully, fixes for any of these items: https://github.com/ziglang/zig/issues?q=is%3Aopen+is%3Aissue+label%3Aupstream
<andrewrk> especially the coroutines bug
<andrewrk> right now we have to disable optimizations for functions which are coroutines because of an llvm bug
<andrewrk> also hopefully they will make web assembly a non-experimental target
<andi3> both sounds great
<andrewrk> we already have llvm7 support in the llvm7 branch
<andrewrk> so on llvm's release day we just merge it into master, and then spend 1 week fixing bugs and then release 0.3.0
<andi3> great
<andi3> ... some days ago someone asked about documentation about allocators I'd like to second that request
alexnask_ has quit [Ping timeout: 256 seconds]
<andrewrk> noted. I've been doing a little bit of work on docs every day; allocators is on my to-do list
<andi3> sure, thanks
ysengrimm has joined #zig
davr0s has joined #zig
quc has joined #zig
kristate has quit [Ping timeout: 265 seconds]
noonien has quit [Quit: Connection closed for inactivity]
Ichorio has quit [Ping timeout: 264 seconds]
<GitHub120> [zig] andrewrk pushed 1 new commit to master: https://git.io/fSGIe
<GitHub120> zig/master 06e8c2e Andrew Kelley: fix stage2 macos build...
zolk3ri has quit [Ping timeout: 245 seconds]
mahmudov has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
andi3 has quit [Ping timeout: 260 seconds]
dbandstra has quit [Quit: Leaving]
MajorLag2 has quit [Ping timeout: 276 seconds]
MajorLag1 has joined #zig
fjvallarino has quit [Remote host closed the connection]
fjvallarino has joined #zig
fjvallarino has quit [Ping timeout: 245 seconds]
fjvallarino has joined #zig