asterite changed the topic of #crystal-lang to: #crystal-lang The Crystal programming language | http://crystal-lang.org | Crystal 0.6.0 | 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
waj has joined #crystal-lang
waj has quit [Client Quit]
waj has joined #crystal-lang
ponga has quit [Read error: No route to host]
ponga has joined #crystal-lang
waj has quit [Quit: Leaving.]
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
havenn has joined #crystal-lang
havenwood has quit [Ping timeout: 246 seconds]
ismaelga has quit [Ping timeout: 255 seconds]
Ven has joined #crystal-lang
havenn has quit [Remote host closed the connection]
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
Ven has quit [Client Quit]
Ven has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
<crystal-gh> [crystal] Odaeus opened pull request #467: Fix typo in file name "instace_variables_type_inference.md" (gh-pages...patch-1) http://git.io/pZm5
r0ast has joined #crystal-lang
leafybasil has joined #crystal-lang
r0ast has quit [Ping timeout: 256 seconds]
shadeslayer has quit [Ping timeout: 256 seconds]
shadeslayer has joined #crystal-lang
<ponga> >> x = y = z = 0; puts x;
<DeBot> ponga: 0
<ponga> ho
<ponga> exactly like ruby
<ponga> fascinating
<jhass> crystal has largely the same expression semantics
<jhass> so every expression has a value
<jhass> the value of an assignment is it's right hand side
<ponga> i thought it wouldn't work cos cry is compiled
<jhass> so that's x = (y = (z = 0)) or tmp = (z = 0); tmp = (y = tmp); z = tmp
<jhass> that has nothing to do with that aspect :)
<ponga> i see
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bcardiff has joined #crystal-lang
Ven has joined #crystal-lang
asterite has joined #crystal-lang
weskinner_work has joined #crystal-lang
waj has joined #crystal-lang
ismaelga has joined #crystal-lang
havenwood has joined #crystal-lang
<weskinner_work> happy Monday :)
havenn has joined #crystal-lang
havenwood has quit [Ping timeout: 240 seconds]
havenn has quit [Ping timeout: 264 seconds]
<crystal-gh> [crystal] asterite closed pull request #467: Fix typo in file name "instace_variables_type_inference.md" (gh-pages...patch-1) http://git.io/pZm5
<waj> hey! good morning ;)
<weskinner_work> how is the evented branch coming along?
<waj> really good! all the tests are passing now both in mac and linux
<waj> and I tested the http_server sample and I got good performance results
<waj> around 12k req/sec with 20 concurrent connections and 50k req/sec if keep-alive is used ;)
<waj> and I know there are big optimization oportunities
havenwood has joined #crystal-lang
<weskinner_work> that's great!
<weskinner_work> some very solid benchmarks so early on
ismaelga has quit [Ping timeout: 252 seconds]
asterite has quit [Quit: Leaving.]
<ponga> hi guys
asterite has joined #crystal-lang
<asterite> hi ponga :)
<ponga> its kinda scary without knowing you read all the logs
<crystal-gh> [crystal] asterite pushed 2 new commits to master: http://git.io/pcGm
<crystal-gh> crystal/master 8453c94 Ary Borenszweig: Doc: always include "src" directory. Also: added docs file to generate docs for the standard library
<crystal-gh> crystal/master 3ff766c Ary Borenszweig: Disallow the following types in generics (for now): Object, Value, Reference, Number, Int, Float. That is, until we decide how to implement them well and efficiently.
<ponga> lol
<weskinner_work> waj: would errors like:
<weskinner_work> main_module:(.text+0x20c): undefined reference to `co_thread_init'
<weskinner_work> main_module:(.text+0x2b2): undefined reference to `co_set_data'
<weskinner_work> main_module:(.text+0x402): undefined reference to `co_set_data'
<weskinner_work> when I try to build the compiler on evented branch mean I'm on the wrong version of libpcl?
<waj> yes
<waj> we'll include a precompiled version of libpcl with the binaries
<waj> but in the meantime, please download and compile libpcl from sources
<weskinner_work> can you provide a link?
<weskinner_work> thanks!
<weskinner_work> sweet, got it built
<weskinner_work> what version of libgc do I need?
<asterite> 7.4 I think
asterite has quit [Quit: Leaving.]
<waj> libgc is already in the embedded libraries
<waj> if you installed from .deb or .rpm package: /opt/crystal/embedded/lib
<weskinner_work> ah
<weskinner_work> I was trying to run like " ./bin/crystal spec spec/std/http/server_spec.cr"
<jhass> waj: btw you should say /msg ChanServ ACCESS #crystal-lang ADD asterite +AFRefirstv ;P
havenn has joined #crystal-lang
havenwood has quit [Ping timeout: 256 seconds]
<travis-ci> manastech/crystal#2094 (master - 3ff766c : Ary Borenszweig): The build passed.
havenwood has joined #crystal-lang
havenn has quit [Ping timeout: 246 seconds]
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 265 seconds]
asterite has joined #crystal-lang
havenn has joined #crystal-lang
havenwood has quit [Ping timeout: 272 seconds]
havenn has quit [Ping timeout: 264 seconds]
havenwood has joined #crystal-lang
shama has joined #crystal-lang
bcardiff has joined #crystal-lang
waj1 has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 256 seconds]
waj has quit [Ping timeout: 252 seconds]
ismaelga has joined #crystal-lang
asterite has quit [Quit: Leaving.]
leafybasil has quit [Remote host closed the connection]
havenwood has quit []
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bcardiff1 has joined #crystal-lang
bcardiff has quit [Ping timeout: 252 seconds]
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
leafybasil has joined #crystal-lang
asterite has joined #crystal-lang
ismaelga has quit [Ping timeout: 264 seconds]
asterite1 has joined #crystal-lang
ismaelga has joined #crystal-lang
asterite has quit [Ping timeout: 245 seconds]
bcardiff1 has quit [Quit: Leaving.]
waj has joined #crystal-lang
waj1 has quit [Ping timeout: 264 seconds]
ismaelga has quit [Ping timeout: 272 seconds]
ismaelga has joined #crystal-lang
shadeslayer has quit [Ping timeout: 264 seconds]
bcardiff has joined #crystal-lang
shadeslayer has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
bcardiff has quit [Quit: Leaving.]
ismaelga has joined #crystal-lang
asterite1 has quit [Quit: Leaving.]
weskinner_work has quit [Ping timeout: 246 seconds]
<travis-ci> manastech/crystal#2095 (evented - 3a1a759 : Ary Borenszweig): The build passed.
weskinner_mac has joined #crystal-lang
weskinner_mac has quit [Quit: weskinner_mac]
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
havenwood has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
waj has quit [Quit: Leaving.]
ismaelga has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]