RX14 changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.24.1 | Fund Crystal's development: http://is.gd/X7PRtI | GH: https://github.com/crystal-lang/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Gitter: https://gitter.im/crystal-lang/crystal
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 248 seconds]
jxv has quit [Quit: string can snapped]
snsei has joined #crystal-lang
illy_ is now known as illy
illy is now known as _illy_
_illy_ is now known as illy
illy is now known as _illy_
snsei has quit [Ping timeout: 245 seconds]
_illy_ is now known as [illy]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 245 seconds]
vivus has quit [Quit: Leaving]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 260 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 256 seconds]
DTZUZU has quit [Ping timeout: 260 seconds]
DTZUZU has joined #crystal-lang
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 252 seconds]
rohitpaulk has joined #crystal-lang
DTZUZU has quit [Ping timeout: 245 seconds]
sz0 has joined #crystal-lang
DTZUZO has joined #crystal-lang
DTZUZO has quit [Ping timeout: 260 seconds]
DTZUZU has joined #crystal-lang
snsei has joined #crystal-lang
DTZUZU has quit [Ping timeout: 240 seconds]
snsei has quit [Ping timeout: 276 seconds]
DTZUZU has joined #crystal-lang
flaviodesousa has joined #crystal-lang
bonemind has joined #crystal-lang
sz0 has quit [Quit: Connection closed for inactivity]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 245 seconds]
snsei has joined #crystal-lang
Yxhvd has quit [Quit: No Ping reply in 180 seconds.]
snsei has quit [Ping timeout: 255 seconds]
jsn- has quit [Remote host closed the connection]
jsn- has joined #crystal-lang
Yxhuvud has joined #crystal-lang
bonemind has quit [Ping timeout: 256 seconds]
snsei has joined #crystal-lang
snsei has quit [Ping timeout: 260 seconds]
<FromGitter> <bararchy> I'm working on binding ArrayFire in Crystal, I got this method: http://arrayfire.org/docs/group__random__func__randu.htm and right now I got ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ But it keeps crashing [https://gitter.im/crystal-lang/crystal?at=5a9d1fa7f3f6d24c683b0a44]
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
rohitpaulk has quit [Ping timeout: 265 seconds]
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 265 seconds]
<travis-ci> crystal-lang/crystal#91cd833 (ci/nightly - Add date as package iteration of nightly builds): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/349349672
<crystal-gh> [crystal] straight-shoota opened pull request #5774: Fix YAML core schema parses integer 0 (master...jm/fix/yaml-parse-0) https://git.io/vAQpu
bonemind has quit [Quit: WeeChat 2.0.1]
Papierko- has left #crystal-lang ["Konversation terminated!"]
bazaar_ has quit [Quit: Reconnecting]
bazaar has joined #crystal-lang
alex`` has joined #crystal-lang
<FromGitter> <bew> @bararchy I don't think you can use `out` for the array here
<FromGitter> <bararchy> But even in the official C doc they say the out value is the array :/
<FromGitter> <bew> Yes i'm checking, looks like it should work
<FromGitter> <bew> What is `a` in your exemple call?
<FromGitter> <bew> Yeah no, it won't work
<FromGitter> <bew> Your a should be an array
<FromGitter> <bew> And the value before should be the size of this arrays
<FromGitter> <bew> Array*
<FromGitter> <bew> ``````
<FromGitter> <bew> Arf won't work on the phone :/
<FromGitter> <bararchy> Yeha LOL
<FromGitter> <bararchy> On phone no newline
<FromGitter> <bew> Look at https://arrayfire.com/new-features-arrayfire/ the code at the end
<FromGitter> <sdogruyol> evening
<FromGitter> <bew> Specifically the lines 10 & 11
<FromGitter> <bararchy> 👍 thanks @bew I'll take a look
<FromGitter> <bew> Good evening @sdogruyol ;)
<FromGitter> <bararchy> Evning @sdogruyol
<FromGitter> <bararchy> Hows it going ?
<FromGitter> <sdogruyol> very busy :P Haven't been around for a while
<FromGitter> <sdogruyol> hope everyone is doing well
kotrcka has left #crystal-lang [#crystal-lang]
snsei has joined #crystal-lang
<FromGitter> <bararchy> seems so :)
<FromGitter> <bararchy> lots of new peeps around those days
snsei has quit [Ping timeout: 245 seconds]
maattdd_ has quit [Ping timeout: 256 seconds]
<FromGitter> <sdogruyol> great to hear that
Ven`` has quit [Ping timeout: 256 seconds]
flaviodesousa has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Ven`` has joined #crystal-lang
Ven`` has quit [Ping timeout: 252 seconds]
go|dfish has quit [Remote host closed the connection]
<travis-ci> crystal-lang/crystal#b2fd390 (ci/nightly - Add full workflows): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/349426877
Ven`` has joined #crystal-lang
Ven`` has quit [Ping timeout: 240 seconds]
snsei has joined #crystal-lang
Ven`` has joined #crystal-lang
snsei has quit [Ping timeout: 240 seconds]
alex`` has quit [Ping timeout: 240 seconds]
snsei has joined #crystal-lang
Ven`` has quit [Ping timeout: 240 seconds]
snsei has quit [Ping timeout: 245 seconds]
<FromGitter> <faustinoaq> Scry auto-completion is working on sublime as well 😄
return0e has quit [Ping timeout: 240 seconds]
return0e has joined #crystal-lang
<crystal-gh> [crystal] RX14 pushed 1 new commit to master: https://git.io/vA7R7
<crystal-gh> crystal/master 1b4261c Johannes Müller: Fix YAML core schema parses integer 0 (#5774)...
alex`` has joined #crystal-lang
Ven`` has joined #crystal-lang
<travis-ci> crystal-lang/crystal#5c9f6a8 (ci/nightly - Add full workflows): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/349462788
Ven`` has quit [Ping timeout: 245 seconds]
Ven`` has joined #crystal-lang
<travis-ci> crystal-lang/crystal#1b4261c (master - Fix YAML core schema parses integer 0 (#5774)): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/349473181
<DeBot> https://github.com/crystal-lang/crystal/pull/5774 (Fix YAML core schema parses integer 0)
<travis-ci> crystal-lang/crystal#39ae3b5 (ci/nightly - Add full workflows): The build passed. https://travis-ci.org/crystal-lang/crystal/builds/349474566
Ven`` has quit [Ping timeout: 240 seconds]
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?
<DeBot> https://github.com/crystal-lang/crystal/pull/3424 (Add ARMv6 / ARMv7 support)
<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
maattdd_ has joined #crystal-lang
Ven`` has quit [Ping timeout: 248 seconds]
maattdd_ has quit [Ping timeout: 252 seconds]
michael___ has quit [Ping timeout: 260 seconds]