ChanServ changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.23.1 | Fund Crystal's development: http://is.gd/X7PRtI | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Gitter: https://gitter.im/crystal-lang/crystal
<oprypin> bew, great page! i had no idea this existed
snsei_ has joined #crystal-lang
snsei has quit [Read error: Connection reset by peer]
snsei has joined #crystal-lang
snsei_ has quit [Ping timeout: 240 seconds]
<crystal-gh> [crystal] MakeNowJust opened pull request #5061: Regexp: support duplicated named captures (master...feature/regexp/duplicated-named-capture) https://git.io/vdGoG
_whitelogger 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
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
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
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
weston1 has joined #crystal-lang
snsei has quit [Remote host closed the connection]
weston1 has quit [Ping timeout: 248 seconds]
snsei has joined #crystal-lang
<crystal-gh> [crystal] MakeNowJust opened pull request #5062: Formatter: keep newline for multi-lines call with a block (master...fix/crystal-format/5060-keep-call-with-block-last-indent) https://git.io/vdG6x
snsei has quit [Ping timeout: 255 seconds]
weston1 has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 246 seconds]
weston1 has quit [Ping timeout: 260 seconds]
Philpax has joined #crystal-lang
snsei has joined #crystal-lang
hightower2 has joined #crystal-lang
snsei has quit [Ping timeout: 258 seconds]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 258 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
snsei has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 240 seconds]
weston1 has joined #crystal-lang
weston1 has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 240 seconds]
rohitpaulk has joined #crystal-lang
claudiuinberlin has joined #crystal-lang
_whitelogger has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 258 seconds]
rohitpaulk has joined #crystal-lang
red_menace has joined #crystal-lang
red_menace has left #crystal-lang [#crystal-lang]
rohitpaulk has quit [Ping timeout: 240 seconds]
DTZUZO has quit [Ping timeout: 240 seconds]
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
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
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
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
<FromGitter> <Qwerp-Derp> How do I create a type definition in a module?
<FromGitter> <Qwerp-Derp> Something like this doesn't work for some reason: ⏎ ⏎ ```module Foo ⏎ type Bar = Int32 | String ⏎ end``` [https://gitter.im/crystal-lang/crystal?at=59cf6282177fb9fe7e1f58e9]
<FromGitter> <bararchy> alias instead of type
<FromGitter> <Qwerp-Derp> What's the difference?
<FromGitter> <Qwerp-Derp> Is there a function for `push` that returns a new array?
<FromGitter> <imonmyown> There's concat
rohitpaulk has joined #crystal-lang
ccgo has joined #crystal-lang
r4d0mbit has joined #crystal-lang
r4d0mbit has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ccgo has quit [Ping timeout: 260 seconds]
rohitpaulk has quit [Ping timeout: 240 seconds]
<FromGitter> <bararchy> well @Qwerp-Derp i'm not really sure TBH, but from my intuition, you dont want a type, you want a new name that represents `Int32 or String` in that case you use an alias
<Papierkorb> ^
<07IAA81ZL> [crystal] RX14 pushed 1 new commit to master: https://git.io/vdGjQ
<07IAA81ZL> crystal/master 37d4448 TSUYUSATO Kitsune: Formatter: keep newline for multi-lines call with a block (#5062)...
<32NAA4WGE> [crystal] RX14 closed pull request #5062: Formatter: keep newline for multi-lines call with a block (master...fix/crystal-format/5060-keep-call-with-block-last-indent) https://git.io/vdG6x
rohitpaulk has joined #crystal-lang
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<crystal-gh> [crystal] RX14 reopened pull request #4727: Add NamedTuple#update(other : NamedTuple) to merge values but keep type (master...named-tuple-update) https://git.io/vQjte
<travis-ci> crystal-lang/crystal#37d4448 (master - Formatter: keep newline for multi-lines call with a block (#5062)): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/281619082
DTZUZO has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
rohitpaulk has joined #crystal-lang
nikkkk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
ShalokShalom_ has joined #crystal-lang
ShalokShalom has quit [Ping timeout: 248 seconds]
hightower3 has joined #crystal-lang
hightower2 has quit [Ping timeout: 240 seconds]
sz0 has joined #crystal-lang
rohitpaulk has joined #crystal-lang
<FromGitter> <bew> someone can tell me what's wrong with `XML::Node#to_xml` ? https://carc.in/#/r/2trp it doesn't seems to take my `indent` into account. I've looked at the underlying code and it seems ok..
<oprypin> bew, what are you even trying to do here
<FromGitter> <bew> weird, why doesn't it recreate a new string representation?
<FromGitter> <bew> nothing, just trying out XML stuff
<oprypin> bew, https://carc.in/#/r/2trs seems xml keeps original indentation info
<crystal-gh> [crystal] straight-shoota opened pull request #5064: Improve decoding of HTML entities (master...jm-html-entities) https://git.io/vdZtA
rohitpaulk has quit [Ping timeout: 260 seconds]
<FromGitter> <bew> then does the `indent` setting do something? or is it just useless?
<oprypin> bew, sets the indentation of a node
<oprypin> to_xml is a completely incorrectly named method
<oprypin> i have no idea what's going on
<FromGitter> <bew> I got it
<FromGitter> <bew> @oprypin I needed a parse option to remove blank nodes from the parsed result https://carc.in/#/r/2trx
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 260 seconds]
<Papierkorb> > can call non-overriden virtual methodInvalid memory access (signal 11) at address 0x7ffe12aa0ff8
<Papierkorb> Yeah I take that as spec failure
<FromGitter> <bew> oops ^^
claudiuinberlin has joined #crystal-lang
sz0 has quit [Quit: Connection closed for inactivity]
Philpax has quit [Ping timeout: 240 seconds]
balduin has joined #crystal-lang
balduin has left #crystal-lang [#crystal-lang]
rohitpaulk has joined #crystal-lang
snsei has joined #crystal-lang
yogg-saron has joined #crystal-lang
yogg-saron has quit [Client Quit]
DTZUZO has quit [Read error: Connection reset by peer]
DTZUZO has joined #crystal-lang
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rohitpaulk has quit [Remote host closed the connection]
claudiuinberlin has joined #crystal-lang
ShalokShalom_ is now known as ShalokShalom
balduin1 has joined #crystal-lang
balduin2 has joined #crystal-lang
balduin1 has quit [Ping timeout: 260 seconds]
nikkkk has quit [Quit: Textual IRC Client: www.textualapp.com]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<crystal-gh> [crystal] Sija opened pull request #5065: Add assert macro (master...feature/assert) https://git.io/vdZwY