DerisiveLogic has quit [Ping timeout: 240 seconds]
willlll has quit [Quit: willlll]
DerisiveLogic has joined #crystal-lang
DerisiveLogic has quit [Remote host closed the connection]
DerisiveLogic has joined #crystal-lang
mah has joined #crystal-lang
mah has quit []
ismaelga has joined #crystal-lang
datanoise has quit [Ping timeout: 250 seconds]
kulelu88 has quit [Quit: Leaving]
vikaton has quit []
waterlink1 has joined #crystal-lang
waterlink has quit [Ping timeout: 256 seconds]
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
vikaton has joined #crystal-lang
datanoise has joined #crystal-lang
ismael has joined #crystal-lang
ismael is now known as Guest914
bcardiff has joined #crystal-lang
ismaelga has quit [Ping timeout: 240 seconds]
DerisiveLogic has quit [Remote host closed the connection]
DerisiveLogic has joined #crystal-lang
Guest914 has quit [Remote host closed the connection]
waterlink1 has quit [Quit: Leaving.]
bcardiff has quit [Quit: Leaving.]
datanoise has quit [Ping timeout: 244 seconds]
willlll has joined #crystal-lang
willlll has quit [Client Quit]
JBat has joined #crystal-lang
datanoise has joined #crystal-lang
ponga has joined #crystal-lang
bcardiff has joined #crystal-lang
willlll has joined #crystal-lang
willlll has quit [Quit: willlll]
JBat has quit [Quit: Computer has gone to sleep.]
bcardiff has quit [Quit: Leaving.]
sandelius has joined #crystal-lang
unshadow has quit [Quit: leaving]
unshadow has joined #crystal-lang
<unshadow>
did anyone else have issues with "require" of files ?
<unshadow>
I'm trying to require a local file under a local dir, this is the tree:
<unshadow>
├── lib
<unshadow>
│ └── char_page.cr
<unshadow>
└── MOSgame.cr
<unshadow>
require "lib/*" should work right ?
Ven has joined #crystal-lang
<datanoise>
require "./lib/*"
<unshadow>
oh... ok
BlaXpirit has joined #crystal-lang
Ven has quit [Ping timeout: 250 seconds]
JBat has joined #crystal-lang
datanoise has quit [Ping timeout: 255 seconds]
<unshadow>
why both print and puts do a new line ?
<unshadow>
or not...
<unshadow>
its seems gets is doing a newline ?
<crystal-gh>
[crystal] vonagam opened pull request #673: Fixed #427 for Alias as a block type specification (master...fix_427_for_alias) http://git.io/vTBSf
DerisiveLogic has quit [Ping timeout: 265 seconds]
Ven has joined #crystal-lang
strcmp1 has quit [Ping timeout: 256 seconds]
datanoise has joined #crystal-lang
strcmp1 has joined #crystal-lang
BlaXpirit has quit [Remote host closed the connection]
BlaXpirit has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
datanoise has quit [Ping timeout: 255 seconds]
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 246 seconds]
leafybasil has joined #crystal-lang
leafybasil has quit [Read error: Connection reset by peer]
leafybasil has joined #crystal-lang
<BlaXpirit>
so, what's the state of Windows support?
<BlaXpirit>
can one compile to Windows executables?
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
leafybas_ has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
endou_ has quit [Read error: Connection reset by peer]
endou has joined #crystal-lang
datanoise has joined #crystal-lang
datanoise has quit [Ping timeout: 255 seconds]
bcardiff has joined #crystal-lang
<unshadow>
I'm thinking of integrating my SSH Serverside Ruby FFI project into Crystal, Just making sure non of you started something similar (https://github.com/bararchy/SSHSocket)
unshadow has quit [Quit: leaving]
unshadow has joined #crystal-lang
ismaelga has joined #crystal-lang
datanoise has joined #crystal-lang
<crystal-gh>
[crystal] asterite pushed 1 new commit to master: http://git.io/vT0Ve
<crystal-gh>
crystal/master 6365314 Ary Borenszweig: Optimized BufferedIO for writing
shadeslayer has quit [Ping timeout: 240 seconds]
shadeslayer has joined #crystal-lang
unshadow has quit [Quit: leaving]
JBat has quit [Quit: Computer has gone to sleep.]
BlaXpirit is now known as Guest17658
BlaXpirit_ has joined #crystal-lang
Guest17658 has quit [Killed (cameron.freenode.net (Nickname regained by services))]
<crystal-gh>
[crystal] asterite pushed 1 new commit to master: http://git.io/vTEIH
<crystal-gh>
crystal/master 243133d Ary Borenszweig: Fixed #672: reading a C struct/union field that had a Proc type crashed the compiler
orliesaurus has quit [Excess Flood]
leafybas_ has joined #crystal-lang
Guest33342 has joined #crystal-lang
leafybasil has quit [Ping timeout: 264 seconds]
JBat has joined #crystal-lang
datanoise has joined #crystal-lang
<unshadow>
I'm trying to run a compiled Binery in Ubuntu 14.04, I'm getting and issue where it's missing a few libs
<unshadow>
libpcl.so.1,libgc.so.1, libpcre.so.1
<unshadow>
The binery was compiled on another machine (Arch Linux)
DerisiveLogic has joined #crystal-lang
<jhass>
yeah, that's normal I guess
<unshadow>
yeha ? What can I do to allow different machines to run the file ? Is there a way to indicate to Crystal to use local libs instead of global ones ?
<BlaXpirit>
do u mean LD_LIBRARY_PATH=.
<jhass>
shipping the so's and setting LD_LIBRARY_PATH would work, yeah, that's what the compiler packages do
bcardiff1 has joined #crystal-lang
<jhass>
I guess we should add an optional to statically link everything so you can have more portable binaries if desired
<jhass>
*option
bcardiff has quit [Ping timeout: 250 seconds]
<BlaXpirit>
could be neat
<travis-ci>
manastech/crystal#2352 (master - aa83c05 : Ary Borenszweig): The build is still failing.
DerisiveLogic_ has quit [Ping timeout: 276 seconds]
waterlink has joined #crystal-lang
havenwood has joined #crystal-lang
DerisiveLogic has joined #crystal-lang
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
willlll has quit [Quit: willlll]
ismaelga has quit [Remote host closed the connection]
<crystal-gh>
[crystal] tkrajcar opened pull request #675: Fix crystal deps behavior with path dependencies that have no git commits (master...fix-crystal-deps-with-empty-git) http://git.io/vTgiG