<vegai>
and the example code gives the above errors on crystal-0.15
<vegai>
there's a 0.15 fix in scrypt-crystal committed 9 days ago, but I'm not sure if I'm getting that fix
<vegai>
do I need to define in shards.yml that it should take HEAD from git
umurgdk has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
broz has joined #crystal-lang
umurgdk has joined #crystal-lang
umurgdk has quit [Remote host closed the connection]
umurgdk has joined #crystal-lang
trapped has joined #crystal-lang
ome has quit [Quit: Connection closed for inactivity]
umurgdk has quit [Remote host closed the connection]
tzesh has joined #crystal-lang
umurgdk has joined #crystal-lang
tzesh has quit [Client Quit]
broz has quit [Remote host closed the connection]
broz has joined #crystal-lang
broz has quit [Read error: Connection reset by peer]
broz has joined #crystal-lang
pawnbox has joined #crystal-lang
shawn42 has joined #crystal-lang
A124 has joined #crystal-lang
pawnbox_ has joined #crystal-lang
pawnbox__ has joined #crystal-lang
pawnbox_ has quit [Read error: No route to host]
pawnbox has quit [Ping timeout: 260 seconds]
<crystal-gh>
[crystal] asterite pushed 5 new commits to master: https://git.io/vwR6h
<crystal-gh>
crystal/master 95bb560 Ary Borenszweig: LLVM::Attribute must be UInt32
<crystal-gh>
crystal/master 8ef7e22 Ary Borenszweig: Signal: make sure to setup handlers before they might be used (in a class var or constant, which are initialized at the beginning of a program)
<crystal-gh>
crystal/master 6cec20f Ary Borenszweig: CrystalPath: Don't store DEFAULT_PATH in a constant
<crystal-gh>
[crystal] mosop opened pull request #2502: Call#to_s doesn't deal with underscored names correctly (master...fix_call_to_s_deals_with_underscored_names_correctly) https://git.io/vwRPU
A124 has quit [Ping timeout: 244 seconds]
A124 has joined #crystal-lang
crime has joined #crystal-lang
<crime>
if I'm installing from source, should I add crystal/bin to my path to install it? when I `make` I get an error saying that a crystal binary needs to be in my path, but I havent installed it yet
<crime>
sorry if that is confusing
<vegai>
crystal requires itself to build
<crime>
right, I added it to path and `make` is still running.
<crime>
which is good, I guess
<crime>
how long does this normally take? it's been about fifteen minutes with only the first line of output. is that normal?
<crystal-gh>
[crystal] asterite pushed 2 new commits to master: https://git.io/vwR1i
<crystal-gh>
crystal/master d9fe47a Ary Borenszweig: Don't use STDERR in Fiber#run exception handler. Fixes #2487
<asterite>
crime: depending on your machine, if you don't run it with `release=1` it should take less then a minute (in my case it's about 20 seconds or so)