<crystal-gh>
[crystal] jalyna opened pull request #1183: Add pick and omit for hashes (master...add-hash-omit-pick) http://git.io/v39jy
havenwood has quit [Ping timeout: 260 seconds]
<crystal-gh>
[crystal] PragTob opened pull request #1184: Basic spec for Array#push/<< from #1181 (master...spec-array-push) http://git.io/v3HLl
sailorswift has joined #crystal-lang
BlaXpirit has joined #crystal-lang
<crystal-gh>
[crystal] PragTob opened pull request #1186: Treat negative arguments in Iterator (master...iterator-negative-arguments) http://git.io/v3H3o
kyrylo has joined #crystal-lang
mandarinkin has joined #crystal-lang
strcmp1 has joined #crystal-lang
rebyn has joined #crystal-lang
<rebyn>
Hi everyone, I'm boarding a long flight tomorrow and would like to read the Crystal lang doc & API on the plane. Anyway I could archive them to use offline? Does Crystal have a Dash (OSX) doco package?
<jhass>
I'm not aware of any, but if you clone the repo we can build you local docs
<jhass>
that is if you git checkout gh-pages after cloning the repo you should have what's available at http://crystal-lang.org/docs/
<jhass>
and if you run make doc on the master branch you should have what's available at /api/
<rebyn>
@jhass: coolio. thank you!
<jhass>
yw
rebyn has quit [Ping timeout: 246 seconds]
sdogruyol has joined #crystal-lang
sdogruyol has quit [Read error: Connection reset by peer]
sdogruyol has joined #crystal-lang
<BlaXpirit>
jhass, cloning gh-pages gives u both
sdogruyol has quit [Read error: Connection reset by peer]
<jhass>
oh, that contains /api? gotcha
<jhass>
never realized
<BlaXpirit>
i dont like this gh-pages approach though
<BlaXpirit>
bloats the repository so so much
sdogruyol has joined #crystal-lang
strcmp1 has quit [Ping timeout: 246 seconds]
<sdogruyol>
hey guys
<jhass>
hi
zipR4ND has joined #crystal-lang
<sdogruyol>
jhass: how you doing
<jhass>
good, finally fixed a bug in carc.in
<sdogruyol>
jhass: that's great gj
mandarinkin has left #crystal-lang ["Leaving"]
sailorswift has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sfcgeorge has joined #crystal-lang
<dzv>
can i send to a channel inside of a c callback? i get this error: in `chan` was never instantiated (Exception)
<jhass>
can you show some more code?
<jhass>
sounds like a compiler bug?
sdogruyol has quit [Read error: Connection reset by peer]
<jhass>
at least my grep only turns that exception up in the compiler
<jhass>
and any exception raised in the compiler is a bug
BlaXpirit has quit [Quit: Konversation]
sdogruyol has joined #crystal-lang
BlaXpirit has joined #crystal-lang
sdogruyol has quit [Read error: Connection reset by peer]
<dzv>
not a compiler bug
<dzv>
build works fine. it's a runtime error
<dzv>
did you want to run this code or just a short example?
<badeball>
jhass: very basic daya transforming, a micro servive
<jhass>
nice
<badeball>
basically, we are using ruby a lot and decidef to give it a go
<badeball>
data transforning* i mean
strcmp1 has quit [Ping timeout: 250 seconds]
<jiriki>
nice
<jiriki>
I'm really tempted to help you guys
<jiriki>
because crystal seems like to language I 'd like to write
<jiriki>
but it seems too small and perhaps lack of low-level sw engineering knowledge
blue_deref has joined #crystal-lang
strcmp1 has joined #crystal-lang
<jhass>
jiriki: my approach is that I just monkey patch things I'm missing into stdlib that I'm missing while writing a project and afterwards look what makes sense to iron out and upstream
<jhass>
but there's also stuff like a lot of docs to be written ;)