<crystal-gh>
[crystal] MakeNowJust opened pull request #977: Fix a bug skiping too many character after a link (master...fix-markdown-parser) http://git.io/vqjcU
NeverDie has quit [Quit: I'm off to sleep. ZZZzzz…]
blue_deref has joined #crystal-lang
drizz has quit [Remote host closed the connection]
<crystal-gh>
[crystal] asterite pushed 3 new commits to master: http://git.io/vmeGN
<crystal-gh>
crystal/master c5f6c47 TSUYUSATO Kitsune: Fix a bug skiping too many character after a link
<crystal-gh>
crystal/master 600f5d3 TSUYUSATO Kitsune: Add a spec for a link bug
<travis-ci>
manastech/crystal#ed6d3d1 (master - Merge pull request #977 from MakeNowJust/fix-markdown-parser
drizz has joined #crystal-lang
<epitron>
hmmm... the bin/crystal bash script seems to go into an infinite loop on the "remove_path_item" function if there's no crystal in the path
<epitron>
looking at the code, i'm going to guess it happens when there are no items left in the path, and it's trying to run that function on an empty string
<BlaXpirit>
epitron, i've run into similar problems when no crystal in path
<BlaXpirit>
maybe the same cause, maybe differe
zodiak has quit [Quit: Leaving]
zodiak has joined #crystal-lang
zodiak has quit [Client Quit]
<epitron>
there's definitely something wrong with that script
NeverDie has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 2 new commits to master: http://git.io/vme7W
<crystal-gh>
crystal/master 4278749 Ary Borenszweig: Revert "Use a single buffer for buffered IO"...
<crystal-gh>
crystal/master fa20950 Ary Borenszweig: Added later changes to IO after the revert