rohitpaulk has quit [Read error: Connection reset by peer]
rohitpaulk has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 245 seconds]
DTZUZO has joined #crystal-lang
bonemind has joined #crystal-lang
maattdd_ has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 245 seconds]
rohitpaulk has quit [Ping timeout: 252 seconds]
DTZUZO has quit [Ping timeout: 256 seconds]
return0e_ has quit [Remote host closed the connection]
return0e has joined #crystal-lang
Ven`` has joined #crystal-lang
alex`` has joined #crystal-lang
Papierkorb has joined #crystal-lang
Papierkorb has left #crystal-lang ["Konversation terminated!"]
snsei has joined #crystal-lang
juni0r has quit [Quit: WeeChat 0.3.8]
snsei has quit [Ping timeout: 252 seconds]
return0e has quit [Remote host closed the connection]
return0e has joined #crystal-lang
alex`` has quit [Ping timeout: 256 seconds]
greenbagels_ has joined #crystal-lang
<FromGitter>
<sam0x17> I noticed that binaries produced by the new version of crystal seem to depend on libevent on linux. Before I was running crystal in Google Cloud Functions (google's version of AWS lambda) but I am unable to with the new version because of this apparent dependency. Is this going to be a permanent thing?
greenbagels has quit [Read error: Connection reset by peer]
Papierko- has joined #crystal-lang
rohitpaulk has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 276 seconds]
rohitpaulk has quit [Ping timeout: 276 seconds]
DTZUZO has joined #crystal-lang
rohitpaulk has joined #crystal-lang
<FromGitter>
<straight-shoota> Crystal's concurrency model is implemented on libevent, so it will most likely be required for most programs. I don't know why it wasn't needed until recently, this feels rather odd. Can you identify exactly which version introduced this change? 0.24.1, 0.24.0, master?
<crystal-gh>
[crystal] straight-shoota opened pull request #5772: Add release date of 0.24.1 to CHANGELOG (master...patch-1) https://git.io/vAQbL
return0e has quit [Remote host closed the connection]
Ven`` has joined #crystal-lang
Ven`` has quit [Ping timeout: 256 seconds]
Ven`` has joined #crystal-lang
michael___ has joined #crystal-lang
<michael___>
hey, was interested in using crystal for a toy app on RPI, saw ticket #3424 is still open. seems some people have gotten it working outside official release. no activity on the tickets since march of last year. is there arm support for cross compilation in the latest release?
<crystal-gh>
[crystal] straight-shoota opened pull request #5776: Refactor `HTTP::Server` to bind to multiple addresses and support Unix sockets (master...jm/feature/http-server-interfaces) https://git.io/vA7ad
Ven`` has quit [Ping timeout: 248 seconds]
alex`` has quit [Ping timeout: 256 seconds]
<FromGitter>
<straight-shoota> that issue is merged
<FromGitter>
<straight-shoota> IIRC Crystal should compile to ARM targets
DTZUZO has quit [Ping timeout: 240 seconds]
Ven`` has joined #crystal-lang
return0e has joined #crystal-lang
snsei has joined #crystal-lang
Ven`` has quit [Ping timeout: 256 seconds]
snsei has quit [Ping timeout: 260 seconds]
<FromGitter>
<faustinoaq> Hi, Is Tempfile available on ARM target? I tried to compile amber for my raspberry pi and I had to comment the code related to Tempfile.new
Ven`` has joined #crystal-lang
Ven`` has quit [Ping timeout: 256 seconds]
<oprypin>
faustinoaq, isnt it OS specific rather than CPU specific?
[illy] has quit [Remote host closed the connection]
go|dfish has joined #crystal-lang
andrewzah has quit [Quit: ""]
andrewzah has joined #crystal-lang
andrewzah has quit [Client Quit]
andrewzah has joined #crystal-lang
DTZUZO has joined #crystal-lang
Ven`` has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 245 seconds]
<FromGitter>
<faustinoaq> oprypin, I'm using `crystal build --cross-compile --target arm-unknown-linux-gnueabihf src/ambrockets.cr -s -p --no-debug` and I got this: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=5a9dd1346f8b4b9946f24e4b]
<FromGitter>
<faustinoaq> I think you're right about is OS specific thing