jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.11.1 | Fund Crystals development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/manastech/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
fowlduck has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
Philpax__ has quit [Read error: Connection reset by peer]
Philpax__ has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 272 seconds]
<crystal-gh> [crystal] kostya opened pull request #2076: Add :default option to JSON.mapping (master...master) https://git.io/vzF1d
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 272 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 245 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
ponga has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 265 seconds]
greengriminal has joined #crystal-lang
pawnbox has joined #crystal-lang
greengriminal has quit [Quit: Leaving]
akaiiro has quit [Ping timeout: 240 seconds]
Philpax__ has quit [Ping timeout: 264 seconds]
trapped has joined #crystal-lang
Philpax__ has joined #crystal-lang
bjz has joined #crystal-lang
bjz has quit [Ping timeout: 240 seconds]
bjz has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
trapped has quit [Client Quit]
greengriminal has joined #crystal-lang
trapped has joined #crystal-lang
renews has joined #crystal-lang
<crystal-gh> [crystal] asterite opened pull request #2078: IO encoding supprort (master...encoding) https://git.io/vzNtd
akaiiro has joined #crystal-lang
Bofu2U has quit [Ping timeout: 256 seconds]
akaiiro has quit [Quit: Leaving]
Uniqm has joined #crystal-lang
Uniqm has quit [Ping timeout: 252 seconds]
greengriminal has quit [Quit: Leaving]
trapped has quit [Read error: Connection reset by peer]
trapped has joined #crystal-lang
<crystal-gh> [crystal] jerodsanto opened pull request #2080: Add Changelog episode badge to README (master...patch-1) https://git.io/vzNEn
<rkeene> Is there any support for using NSS instead of OpenSSL with Crystal ?
daveshah has joined #crystal-lang
daveshah has quit [Client Quit]
<crystal-gh> [crystal] werner opened pull request #2081: Feature/dig method (master...feature/dig_method) https://git.io/vzNdT
tomchapin has joined #crystal-lang
AckZ has joined #crystal-lang
shama has joined #crystal-lang
mojo has joined #crystal-lang
<jhass> rkeene: not in the standard library, no
<jhass> look for a shard or create one
fowlduck has joined #crystal-lang
fowlduck has quit [Remote host closed the connection]
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 240 seconds]
fowlduck has joined #crystal-lang
fowlduck has quit [Ping timeout: 245 seconds]
mojo has left #crystal-lang [#crystal-lang]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<rkeene> A... shard ?
<jhass> library
<jfontan> rkeene, I've found about this project recently
<jfontan> to help you generating bindings
<jfontan> I've been doing it manually and it's not much work if it's only a few methods and/or structs
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vzAXU
<crystal-gh> crystal/master f104205 Ary Borenszweig: Fixed #2077: use appropiate definition of memove according to the word size
<travis-ci> manastech/crystal#f104205 (master - Fixed #2077: use appropiate definition of memove according to the word size): The build passed. https://travis-ci.org/manastech/crystal/builds/105746742
<DeBot> https://github.com/manastech/crystal/issues/2077 (Question: debugging segmentation faults)
tomchapin has joined #crystal-lang
tomchapin has quit [Quit: Textual IRC Client: www.textualapp.com]
tomchapin has joined #crystal-lang
<Papierkorb> How can I read a single character from stdin at a time, without echo, without waiting for return to be pressed?
<Papierkorb> jhass: I'm basically trying to do what the example does there. thanks!
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vzAbu
<crystal-gh> crystal/master 454a8c7 Ary Borenszweig: Fixed #2082: File-private methods are reported as undefined when invoked from within macros in the same file
<Papierkorb> jhass: Not exactly. It works with return alone, but doesn't seem to respond to anything else
bjz_ has joined #crystal-lang
bjz has quit [Ping timeout: 240 seconds]
<travis-ci> manastech/crystal#454a8c7 (master - Fixed #2082: File-private methods are reported as undefined when invoked from within macros in the same file): The build passed. https://travis-ci.org/manastech/crystal/builds/105761538
<DeBot> https://github.com/manastech/crystal/issues/2082 (File-private methods are reported as undefined when invoked from within macros in the same file)
<jhass> Papierkorb: the stuff is from before libevent
<jhass> probably needs some updates
<Papierkorb> Looks like IO#cooked is broken: https://gist.github.com/Papierkorb/cbc1a1062aed1d04dbe7
<jhass> for the same reason #raw is
<Papierkorb> Okay? with #raw it did compile ..
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tomchapin has joined #crystal-lang
bjz has joined #crystal-lang
bjz_ has quit [Ping timeout: 250 seconds]
bjz has quit [Client Quit]
theduke has joined #crystal-lang
bjz has joined #crystal-lang
<theduke> Has work on the new compiler already started?
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<theduke> If so, is the code public? No branch on GH as far as i can see.
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tomchapin has joined #crystal-lang
tomchapin has quit [Client Quit]
tomchapin has joined #crystal-lang
tomchapin has quit [Client Quit]
bjz has joined #crystal-lang
bjz has quit [Ping timeout: 250 seconds]
bjz_ has joined #crystal-lang
renews has quit []
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
bjz_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 260 seconds]
bjz has joined #crystal-lang
theduke has quit [Ping timeout: 240 seconds]