<codingcan>
and how can i pass it to my object? thanks
<jhass>
you can't
<jhass>
it's private
<codingcan>
Thank you.
Regexident has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
Philpax_ has joined #crystal-lang
trapped has quit [Read error: Connection reset by peer]
CompanionCube has quit [Ping timeout: 250 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 250 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 255 seconds]
pawnbox has joined #crystal-lang
waterlin1 has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
waterlink has quit [Ping timeout: 246 seconds]
codingcan has quit [Remote host closed the connection]
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
Philpax_ has quit [Ping timeout: 256 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 256 seconds]
pawnbox has joined #crystal-lang
AckZ has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
Raimondi has quit [Quit: The road to wisdom?—Well, it's plain and simple to express: Err and err and err again, but less and less and less. — Piet Hein]
tomchapin has joined #crystal-lang
waterlin1 has quit [Ping timeout: 256 seconds]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<rkeene>
Attempting to build a Crystal 0.10 compiler from source did not produce a working Crystal compiler -- it complains about not having libpcl when I try to compile something with the newly compiled compiler
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 256 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit []
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
globalkeith has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
globalkeith has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
globalkeith has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
globalkeith has joined #crystal-lang
globalkeith has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
globalkeith has joined #crystal-lang
Philpax_ has joined #crystal-lang
luislavena has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 246 seconds]
pawnbox has joined #crystal-lang
A124 has quit [Read error: No route to host]
A124 has joined #crystal-lang
Philpax_ has quit [Ping timeout: 256 seconds]
Dreamer3 has quit [Quit: Computer has gone to sleep.]
Dreamer3 has joined #crystal-lang
Raimondi has joined #crystal-lang
<rkeene>
Also, FWIW, I have distributed Crystal using my AppFS universal package management system ( http://appfs.rkeene.org/ )
<BlaXpirit>
k lol
osiutino_ has joined #crystal-lang
olek_poz has joined #crystal-lang
<jfontan>
rkeene, nice to see you in this channel
<rkeene>
jfontan :-)
<rkeene>
I learned me a Crystal over the weekend
<jfontan>
I've also been trying it these holidays
osiutino_ has quit [Quit: Ex-Chat]
CompanionCube has joined #crystal-lang
CompanionCube has quit [Changing host]
CompanionCube has joined #crystal-lang
dfdfdf has joined #crystal-lang
jokke is now known as kuyatzu
kuyatzu is now known as jokke
jokke is now known as kuyatzu
kuyatzu is now known as jokke
endou has quit [Ping timeout: 260 seconds]
jokke is now known as kuyatzu
shama has joined #crystal-lang
kuyatzu is now known as jokke
endou has joined #crystal-lang
praveen has joined #crystal-lang
<praveen>
hi
<praveen>
I have a question...
<praveen>
is there any way to mock a class method ?
praveen has quit [Remote host closed the connection]
praveen has joined #crystal-lang
<jhass>
praveen: I don't see one without DPI'ing the class
<pawnbox>
Isn't there a mocking lib for that.
<pawnbox>
?
<jhass>
there's mock.cr, no idea if it supports that
<praveen>
I tried mock.cr but supports only stubbing not mocking.
<pawnbox>
There also mocks.cr by waterlink. It didn't work for me.
<pawnbox>
jhass: Is there something similar to StandardError in Ruby/
<jhass>
no
<pawnbox>
*in crystal
<jhass>
Exception is the base class, I don't think we have any category classes (yet)
<pawnbox>
Aha ok.
globalkeith has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<robacarp>
I would <3 a bunch of standard exceptions...my least favorite thing about exceptions is when everyone invents their own
<pawnbox>
Do you guys have seen the problem with libs fetched by outdated shards.yml not getting removed?