jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.17.4 | 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
triangles has joined #crystal-lang
triangles2 has quit [Ping timeout: 252 seconds]
<crystal-gh> [crystal] jhass pushed 2 new commits to master: https://git.io/vrbLW
<crystal-gh> crystal/master fb62585 Celso Fernandes: Update src/enum.cr `flags` doc...
<crystal-gh> crystal/master 566a837 Jonne Haß: Merge pull request #2702 from fernandes/patch-1...
txdv_ has joined #crystal-lang
txdv has quit [Ping timeout: 260 seconds]
Raimondii has joined #crystal-lang
Raimondi has quit [Ping timeout: 240 seconds]
Raimondii is now known as Raimondi
kulelu88 has left #crystal-lang ["Leaving"]
triangles2 has joined #crystal-lang
triangles has quit [Ping timeout: 244 seconds]
snsei has joined #crystal-lang
triangles has joined #crystal-lang
triangles2 has quit [Ping timeout: 260 seconds]
willl has quit [Quit: Connection closed for inactivity]
|meta has quit [Quit: Connection closed for inactivity]
steenuil has quit [Ping timeout: 240 seconds]
soveran has joined #crystal-lang
snsei has quit [Remote host closed the connection]
shadowshell has joined #crystal-lang
soveran has quit [Remote host closed the connection]
soveran has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Changing host]
<crystal-gh> [crystal] fernandes opened pull request #2703: Compiler: Do not cast enum value to i32 if not specified. Fixes #194 (master...fix/do_not_cast_enum_value) https://git.io/vrb4m
vikaton has quit [Quit: Connection closed for inactivity]
srabuini is now known as sebasr
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
pawnbox has joined #crystal-lang
snsei has quit [Remote host closed the connection]
bjz has joined #crystal-lang
bjz_ has quit [Ping timeout: 260 seconds]
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bjz has joined #crystal-lang
bjz has quit [Ping timeout: 244 seconds]
txdv_ is now known as txdv
bjz has joined #crystal-lang
mark_66 has joined #crystal-lang
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
zodiak_ has joined #crystal-lang
zodiak has quit [Ping timeout: 244 seconds]
sfcgeorge has joined #crystal-lang
Ven has joined #crystal-lang
TheLemonMan has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sfcgeorge has quit [Quit: Textual IRC Client: www.textualapp.com]
bjz has joined #crystal-lang
steenuil has joined #crystal-lang
<crystal-gh> [crystal] jhass opened pull request #2707: Move OpenSSL::SSL::Context defaults to the context itself (master...tls_defaults) https://git.io/vrNvS
<crystal-gh> [crystal] jhass opened pull request #2708: TLS hostname check (master...tls_hostname_check) https://git.io/vrNJn
<BlaXpirit> how to initialize an instance variable @x : UInt8[4] ?
<BlaXpirit> oh, `= uninitialized UInt8[4]` is one way
<BlaXpirit> but it's actually just StaticArray(...).new
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
bjz has quit [Ping timeout: 260 seconds]
bjz has joined #crystal-lang
Papierkorb has joined #crystal-lang
<jhass> the latter 0s, the former doesn't, irrc
<jhass> *iirc
<BlaXpirit> sure
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vrNsc
<crystal-gh> crystal/master 58895da Ary Borenszweig: Compiler: fixed bug related to virtual structs and type id
<BlaXpirit> there is actually no implicit way to 0 it, you need .new(0u8)
soveran has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox_ has quit [Ping timeout: 250 seconds]
<travis-ci> crystal-lang/crystal#58895da (master - Compiler: fixed bug related to virtual structs and type id): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/134438342
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
soveran has quit [Remote host closed the connection]
pawnbox has quit [Read error: Connection reset by peer]
|meta has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
fryguy9 has joined #crystal-lang
TheLemonMan has quit [Remote host closed the connection]
TheLemonMan has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Guest47004 is now known as adam12
fryguy91 has joined #crystal-lang
fryguy9 has quit [Ping timeout: 240 seconds]
snsei has joined #crystal-lang
Philpax has quit [Ping timeout: 252 seconds]
fryguy91 has quit [Quit: Leaving.]
mark_66 has quit [Quit: Leaving.]
fryguy9 has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
A124 has quit [Ping timeout: 272 seconds]
A124 has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
fryguy9 has quit [Quit: Leaving.]
fryguy9 has joined #crystal-lang
fryguy9 has quit [Quit: Leaving.]
pawnbox has quit [Remote host closed the connection]
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
|meta is now known as |2701
pawnbox has joined #crystal-lang
<icezimm> I've written about my experience on first PR to crystal lang, in case someone is interested: https://twitter.com/celsovjf/status/738070291780403200 thank you!
cyjimmy264 has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vrAO2
<crystal-gh> crystal/master 07c292a Ary Borenszweig: Merge pull request #2701 from crystal-lang/feature/void_as_nil...
<crystal-gh> [crystal] asterite closed pull request #2687: Changes to Void (master...feature/void) https://git.io/vrHHS
Raimondi has quit [Ping timeout: 240 seconds]
cyjimmy264 has quit [Remote host closed the connection]
<shadowshell> thanks icezimm
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
fryguy9 has joined #crystal-lang
<crystal-gh> [crystal] jhass pushed 2 new commits to master: https://git.io/vrAl8
<crystal-gh> crystal/master 9ca373d Mirek Rusin: Adding optional `base` argument to `Char#digit?` and `Char#hex?`.
<crystal-gh> crystal/master 632f8e1 Jonne Haß: Merge pull request #2700 from mirek/is-hex...
pawnbox has quit [Remote host closed the connection]
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vrABb
<crystal-gh> crystal/master a229d0b Ary Borenszweig: Small improvement of error message when doing `yield` inside a captured proc. Related to #2711
<icezimm> shadowshell: :)
fryguy9 has quit [Quit: Leaving.]
<crystal-gh> [crystal] asterite pushed 2 new commits to master: https://git.io/vrA0a
<crystal-gh> crystal/master c6a0355 Celso Fernandes: Compiler: Do not cast enum value to i32 if not specified. Fixes #194...
<crystal-gh> crystal/master 635b96f Ary Borenszweig: Merge pull request #2703 from fernandes/fix/do_not_cast_enum_value...
<travis-ci> crystal-lang/crystal#632f8e1 (master - Merge pull request #2700 from mirek/is-hex): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/134550918
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vrAEQ
<crystal-gh> crystal/master b39627b Ary Borenszweig: Fixed #2706: Macros are not found when using an alias
snsei has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#635b96f (master - Merge pull request #2703 from fernandes/fix/do_not_cast_enum_value): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/134557640
paulcsmith_ has joined #crystal-lang
soveran has joined #crystal-lang
soveran has quit [Remote host closed the connection]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
paulcsmith_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has quit [Read error: Connection reset by peer]
Papierkorb has left #crystal-lang ["Konversation terminated!"]
Yxhuvud has joined #crystal-lang
|2701 has quit [Quit: Connection closed for inactivity]
bjz_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
am_ has joined #crystal-lang
bjz has joined #crystal-lang
|2701 has joined #crystal-lang
am_ has quit [Remote host closed the connection]
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Philpax has joined #crystal-lang
x0f has quit [Ping timeout: 264 seconds]
x0f has joined #crystal-lang
<crystal-gh> [crystal] mirek opened pull request #2716: Add `UUID`. (master...uuid) https://git.io/vrxeh
|2701 is now known as |meta