jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.18.6 | Fund Crystals development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
marr has left #crystal-lang [#crystal-lang]
Philpax has joined #crystal-lang
kulelu88 has quit [Quit: Leaving]
trapped has quit [Ping timeout: 246 seconds]
<crystal-gh> [crystal] bmulvihill opened pull request #2936: json hierarchy (master...json-hierarchy) https://git.io/vohX5
rolha has joined #crystal-lang
rolha has quit [Ping timeout: 276 seconds]
rolha has joined #crystal-lang
paulcsmith_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 258 seconds]
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vohQy
<crystal-gh> crystal/master 8bd74fe Ary Borenszweig: Merge branch 'release/0.18'
unshadow has quit [Read error: Connection reset by peer]
unshadow_ has joined #crystal-lang
snsei has joined #crystal-lang
<travis-ci> crystal-lang/crystal#a1fe2c6 (release/0.18 - Class vars: don't use an initialized flag for unsafe vars, and check ThreadLocal attribute): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141516104
snsei has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#8bd74fe (master - Merge branch 'release/0.18'): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141516139
pawnbox has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 252 seconds]
ome has joined #crystal-lang
unshadow_ has quit [Ping timeout: 252 seconds]
pawnbox has quit [Ping timeout: 276 seconds]
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
unshadow has joined #crystal-lang
unshadow has quit [Ping timeout: 246 seconds]
mark_66 has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 240 seconds]
ponga has joined #crystal-lang
unshadow has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
unshadow has quit [Quit: leaving]
rolha has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
rolha has joined #crystal-lang
bjz has joined #crystal-lang
Philpax has quit [Read error: Connection reset by peer]
Philpax has joined #crystal-lang
ome has quit [Quit: Connection closed for inactivity]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 258 seconds]
matp has quit [Ping timeout: 240 seconds]
steenuil has joined #crystal-lang
rolha has quit [Ping timeout: 252 seconds]
kulelu88 has joined #crystal-lang
kulelu88 has quit [Changing host]
kulelu88 has joined #crystal-lang
trapped has joined #crystal-lang
mark_66 has quit [Remote host closed the connection]
mark_66 has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 272 seconds]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
<jeromegn> what’s the equivalent of Ruby’s `String#slice`?
<jeromegn> searched the docs and github issues, couldn’t find it
<FromGitter> <bcardiff> String#[a..b] works: https://play.crystal-lang.org/#/r/12ww
kulelu88 has left #crystal-lang ["Leaving"]
<FromGitter> <bcardiff> https://crystal-lang.org/api/0.18.6/String.html#%5B%5D%28range%3ARange%28Int%2CInt%29%29-instance-method
paulcsmith_ has joined #crystal-lang
snsei has joined #crystal-lang
<BlaXpirit> >> "abcdef"[1, 2] # jeromegn
<DeBot> BlaXpirit: # => "bc" - https://carc.in/#/r/12wx
<BlaXpirit> mm, bad example because 1..2 happens to give the same result
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
paulcsmith_ has joined #crystal-lang
matp has joined #crystal-lang
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
willl has joined #crystal-lang
paulcsmith_ has joined #crystal-lang
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
paulcsmith_ has joined #crystal-lang
rolha has joined #crystal-lang
paulcsmith_ has quit [Ping timeout: 240 seconds]
paulcsmith_ has joined #crystal-lang
rolha has quit [Ping timeout: 272 seconds]
Philpax has quit [Ping timeout: 252 seconds]
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
soveran has joined #crystal-lang
paulcsmith_ has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
<jeromegn> Thanks. I thought about that as I was going to the coffee shop. *facepalms*
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
paulcsmith_ has joined #crystal-lang
paulcsmith_ has quit [Client Quit]
pawnbox has joined #crystal-lang
paulcsmith_ has joined #crystal-lang
rolha has joined #crystal-lang
ozra has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 252 seconds]
mark_66 has quit [Remote host closed the connection]
trapped has quit [Read error: Connection reset by peer]
knoopx has joined #crystal-lang
knoopx has quit [Remote host closed the connection]
rolha has quit [Ping timeout: 276 seconds]
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ponga has quit [Quit: Connection closed for inactivity]
snsei has quit [Remote host closed the connection]
kostya has joined #crystal-lang
paulcsmith_ has joined #crystal-lang
kostya has quit [Quit: Leaving]
pawnbox has joined #crystal-lang
soveran has quit [Remote host closed the connection]
<miketheman> yoo hoo.
<miketheman> docs currently point to bcardiff's repo, not the canonical source. known issue?
<crystal-gh> [crystal] bcardiff pushed 1 new commit to master: https://git.io/vKeRR
<crystal-gh> crystal/master 2f157a6 Brian J. Cardiff: prevent infinite redirect loop for invalid api urls
<FromGitter> <bcardiff> ??
<FromGitter> <bcardiff> @miketheman what do you mean?
Dreamer3 has joined #crystal-lang
<miketheman> bcardiff: visit https://crystal-lang.org/api/0.18.6/UDPSocket.html and clock any "view source" link
<FromGitter> <bcardiff> wow
<FromGitter> <bcardiff> ahhh. 0.18.6 where uploaded from my working copy
<FromGitter> <bcardiff> thanks
<miketheman> no, thank YOU! :)
<travis-ci> crystal-lang/crystal#2f157a6 (master - prevent infinite redirect loop for invalid api urls): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141682588
soveran has joined #crystal-lang
<FromGitter> <bcardiff> fixed. thanks for the heads up
<miketheman> confirmed, thanks!
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vKezz
<crystal-gh> crystal/master 2f40a7b Ary Borenszweig: Merge branch 'release/0.18'
soveran has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
soveran has joined #crystal-lang
pawnbox has joined #crystal-lang
<travis-ci> crystal-lang/crystal#c94adf0 (release/0.18 - Fibers can now have a name. Fixes #1284): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141689087
<travis-ci> crystal-lang/crystal#2f40a7b (master - Merge branch 'release/0.18'): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141689092
Oliphaunte has joined #crystal-lang
Oliphaunte has quit [Remote host closed the connection]
FromGitter has quit [Remote host closed the connection]
BlaXpirit has quit [Quit: Bye]
BlaXpirit has joined #crystal-lang
FromGitter has joined #crystal-lang
<crystal-gh> [crystal] asterite closed pull request #2182: DB Api (master...db) https://git.io/vKeiM
pawnbox_ has joined #crystal-lang
g3funk has quit [Ping timeout: 252 seconds]
waj has quit [Ping timeout: 252 seconds]
soveran has quit [Remote host closed the connection]
waj has joined #crystal-lang
pawnbox has quit [Ping timeout: 252 seconds]
pabs has quit [Ping timeout: 252 seconds]
slash_nick has quit [Ping timeout: 252 seconds]
jwaldrip has quit [Ping timeout: 252 seconds]
danzilio has quit [Ping timeout: 252 seconds]
Papierkorb has quit [Ping timeout: 252 seconds]
slash_nick has joined #crystal-lang
jwaldrip has joined #crystal-lang
pabs has joined #crystal-lang
danzilio has joined #crystal-lang
Papierkorb has joined #crystal-lang
<FromGitter> <waj> @jhass Do you know if is there anything we can do to get your PR merged? https://github.com/travis-ci/travis-build/pull/764
g3funk has joined #crystal-lang
zodiak has joined #crystal-lang
<jhass> waj: probably nothing, I haven't seen anything merged on a weekend yet
zodiak_ has quit [Ping timeout: 260 seconds]
A124 has quit [Quit: '']
A124 has joined #crystal-lang
crystal-lang384 has joined #crystal-lang
<crystal-lang384> Hello :D
<crystal-lang384> How do you write YAML_CONFIG = {{ system("echo '\"'; cat #{__DIR__}/config.yml; echo '\"'") }} ?
dom96 has quit [Changing host]
dom96 has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vKeF7
<crystal-gh> crystal/master 6b8ae36 Ary Borenszweig: Merge branch 'release/0.18'
ozra has quit [Remote host closed the connection]
ozra has joined #crystal-lang
<travis-ci> crystal-lang/crystal#9161a8b (release/0.18 - Fixed #2942: Crash when using pointerof with class variable): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141737395
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vKeNb
<crystal-gh> crystal/master 56b1890 Ary Borenszweig: Merge branch 'release/0.18'
soveran has joined #crystal-lang
soveran has quit [Changing host]
soveran has joined #crystal-lang
<travis-ci> crystal-lang/crystal#6b8ae36 (master - Merge branch 'release/0.18'): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141737400
pabs_ has joined #crystal-lang
jsaak_ has joined #crystal-lang
matp has quit [Excess Flood]
steenuil has quit [Excess Flood]
pabs has quit [Remote host closed the connection]
pabs_ is now known as pabs
jsaak has quit [Ping timeout: 260 seconds]
<travis-ci> crystal-lang/crystal#6916fca (release/0.18 - Fixed #2940: Compile error when using uninitialized with class type): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141742161
Oliphaunte has joined #crystal-lang
Oliphaunte has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#56b1890 (master - Merge branch 'release/0.18'): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141742173
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vKvvk
<crystal-gh> crystal/master a4df5f2 Ary Borenszweig: Merge branch 'release/0.18'
Oliphaunte has joined #crystal-lang
<travis-ci> crystal-lang/crystal#bb56e43 (release/0.18 - Fixed #2943: Reading a nilable class variable when initializing it shouldn't error): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141752975
Oliphaunte has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#a4df5f2 (master - Merge branch 'release/0.18'): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/141752982
matp has joined #crystal-lang
soveran has quit [Remote host closed the connection]
Oliphaunte has joined #crystal-lang
crystal-lang384 has quit [Quit: Page closed]
Oliphaunte has quit [Remote host closed the connection]
Oliphaunte has joined #crystal-lang
Oliphaunte has quit [Remote host closed the connection]
paulcsmith_ has joined #crystal-lang
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
willl has quit [Quit: Connection closed for inactivity]