sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sandelius has joined #crystal-lang
sandelius has quit [Ping timeout: 240 seconds]
mark3 has quit [Remote host closed the connection]
umurgdk has quit [Remote host closed the connection]
Rinkana has joined #crystal-lang
bam0 has quit [Ping timeout: 264 seconds]
<Rinkana>
Can a proc have multiple aguments? If so how can pass them trough? What i want to acheive is something like this: foo(){ |x,y| x.data = y.value }
splattael has joined #crystal-lang
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tomchapin has joined #crystal-lang
<BlaXpirit>
Rinkana, uh i think the answer is yes but i don't understand what you mean
<umurgdk>
i don't know if there are any memory limitations for ubuntu sub system on win
<umurgdk>
let me check
<BlaXpirit>
umurgdk, i would expect not but who knows. i expect crystal may want 2 GB RAM to compile
<umurgdk>
lets see just asked on their forums (which is terrible XD)
<umurgdk>
ok this is weird i just run my url shortener server and im getting same kind of question marks instead of descriptive error messages
<umurgdk>
normally kemal shows stack trace on any error
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
Rinkana has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
nwmcsween_ has quit [Ping timeout: 260 seconds]
pawnbox has joined #crystal-lang
LastWhisper____ has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
elia has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
umurgdk has quit [Quit: Going offline, see ya! (www.adiirc.com)]
pawnbox has quit [Remote host closed the connection]
umurgdk has joined #crystal-lang
umurgdk_ has joined #crystal-lang
umurgdk has quit [Read error: Connection reset by peer]
umurgdk_ has quit [Client Quit]
soveran has joined #crystal-lang
victor_lowther has quit []
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 248 seconds]
ozra has quit [Ping timeout: 240 seconds]
luislavena has quit [Quit: Leaving]
trapped has quit [Read error: Connection reset by peer]
Renich has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 248 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 260 seconds]
LastWhisper____ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has joined #crystal-lang
soveran has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 246 seconds]
<crystal-gh>
[crystal] asterite pushed 4 new commits to master: https://git.io/vVXfa
<crystal-gh>
crystal/master e9a9843 Ary Borenszweig: Array: small doc fix in `first?`
<crystal-gh>
crystal/master 5c6209d Ary Borenszweig: Compiler: unify the ASTNode type for the real variable behind global, class and instance variables. Also: improve a bit error messages.
<crystal-gh>
crystal/master 2a115f0 Ary Borenszweig: Revert "Fixed #2425: fixed matching of generic classes with module type argument"...