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
r20 has quit [Quit: Leaving]
<crystal-gh> [crystal] asterite pushed 1 new commit to master: http://git.io/NVwf
<crystal-gh> crystal/master da9c3d6 Ary Borenszweig: Fixed #418: Bug with abstract def
<crystal-gh> [crystal] asterite closed pull request #417: Switch default relocation mode to PIC (master...build_relocatable) http://git.io/N21r
<travis-ci> manastech/crystal#1974 (master - da9c3d6 : Ary Borenszweig): The build passed.
<travis-ci> manastech/crystal#1975 (master - ef52238 : Ary Borenszweig): The build passed.
DeBot has quit [Ping timeout: 252 seconds]
leafybasil has quit [Ping timeout: 264 seconds]
leafybasil has joined #crystal-lang
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
DeBot has joined #crystal-lang
DeBot has quit [Quit: Crystal]
DeBot has joined #crystal-lang
leafybasil has quit [Ping timeout: 245 seconds]
jhass|off has joined #crystal-lang
jhass has quit [*.net *.split]
jhass|off is now known as jhass
leafybasil has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
waj has joined #crystal-lang
waj has quit [Client Quit]
ismaelga has joined #crystal-lang
leafybasil has joined #crystal-lang
zamith has joined #crystal-lang
waj has joined #crystal-lang
waj has quit [Quit: Leaving.]
zamith has quit [Quit: Be back later ...]
<crystal-gh> [crystal] asterite pushed 4 new commits to master: http://git.io/NoSk
<crystal-gh> crystal/master b5bd5d3 Ary Borenszweig: When not initializing an instance var and getting an "undefined method" for Nil, show in which "initialize" methods the variable was not initialized
<crystal-gh> crystal/master 2571282 Ary Borenszweig: Better detection of non-nilable instance vars in virtual types, and better error messages
<crystal-gh> crystal/master ab01062 Ary Borenszweig: Better error message when a instance variable with an explicit type becomes nilable
<crystal-gh> [crystal] asterite closed pull request #411: Crypto::Blowfish (master...blowfish) http://git.io/NCWi
<travis-ci> manastech/crystal#1980 (master - 985e45d : Ary Borenszweig): The build passed.
<travis-ci> manastech/crystal#1981 (master - 7a4ea46 : Ary Borenszweig): The build passed.
waj has joined #crystal-lang
waj has quit [Client Quit]
waj has joined #crystal-lang
Exilor has joined #crystal-lang
Exilor has quit [Quit: Page closed]
waj has quit [Quit: Leaving.]
Exilor has joined #crystal-lang
Exilor has quit [Quit: Page closed]
waj has joined #crystal-lang
canhtak has joined #crystal-lang
canhtak has quit [Quit: canhtak]
r20 has joined #crystal-lang
weskinner_mac has joined #crystal-lang
<weskinner_mac> trying to build a crystal program with an object file like “crystal clib.o clib.cr” but I get “Invalid byte sequence in UTF-8 string"
<jhass> I never tried, but you can append flags for the linker with crystal build --link-flags
weskinner_mac has quit [Quit: weskinner_mac]
<crystal-gh> [crystal] asterite pushed 2 new commits to master: http://git.io/N6Em
<crystal-gh> crystal/master a27ff5b Ary Borenszweig: Fixed a small parser bug
<crystal-gh> crystal/master a512012 Ary Borenszweig: Refactored and optimized blowfish. Related to #411
<travis-ci> manastech/crystal#1984 (master - a512012 : Ary Borenszweig): The build passed.
<crystal-gh> [crystal] waj pushed 1 new commit to master: http://git.io/N6rM
<crystal-gh> crystal/master 1bc0a3d Juan Wajnerman: Use File#stat to figure out the size of the file before fully read. Implement File#stat in evented mode with libuv.
<travis-ci> manastech/crystal#1985 (master - 1bc0a3d : Juan Wajnerman): The build passed.
weskinner_mac has joined #crystal-lang
waj has quit [Quit: Leaving.]
waj has joined #crystal-lang
waj has quit [Client Quit]
<weskinner_mac> jhass: I was able to get it working by creating a library. Couldn’t figure out how to just link against the object file.