00:10
NeverDie has quit [Max SendQ exceeded]
00:14
NeverDie has joined #crystal-lang
00:39
harisamin has quit [Remote host closed the connection]
01:21
C453 has quit [Ping timeout: 240 seconds]
01:24
C453 has joined #crystal-lang
01:26
Philpax has joined #crystal-lang
01:27
havenwood has quit [Ping timeout: 265 seconds]
01:37
method__ has joined #crystal-lang
01:38
method__ is now known as method3000
01:39
<
method3000 >
And/or is there a better way to do what I'm trying to do?
01:59
<
willl >
on of the problems with doing that hash you have is all the values will be a union type, so you'd have to cast back to string or int later on probably
02:03
<
method3000 >
willl: thanks checking it out now
02:20
havenwood has joined #crystal-lang
02:51
method3000 has quit [Ping timeout: 264 seconds]
03:30
Sadin has joined #crystal-lang
03:35
Sadin has quit [Ping timeout: 250 seconds]
03:35
C453 has quit [Ping timeout: 240 seconds]
03:42
rmosolgo has joined #crystal-lang
04:29
harisamin has joined #crystal-lang
04:31
<
harisamin >
@asterite hi :)
04:32
<
harisamin >
thanks for your feedback on the pull request...just left some comments in response to yours. Still learning...and i wrote a lot...realized it might be easier to chat on irc :)
04:32
<
harisamin >
let me know what u think
04:32
C453 has joined #crystal-lang
04:38
C453 has quit [Ping timeout: 252 seconds]
04:44
harisamin has quit [Remote host closed the connection]
04:48
method3000 has joined #crystal-lang
05:00
NeverDie has joined #crystal-lang
05:06
ponga has joined #crystal-lang
05:26
leafybasil has quit [Remote host closed the connection]
05:33
rmosolgo has quit [Remote host closed the connection]
05:35
C453 has joined #crystal-lang
05:39
C453 has quit [Ping timeout: 240 seconds]
05:40
pawnbox has joined #crystal-lang
05:41
method3000 has quit [Ping timeout: 246 seconds]
05:56
Philpax has quit [Ping timeout: 246 seconds]
05:59
Philpax has joined #crystal-lang
06:13
Philpax has quit [Ping timeout: 240 seconds]
06:16
Philpax has joined #crystal-lang
06:19
NeverDie has joined #crystal-lang
06:21
Philpax has quit [Ping timeout: 256 seconds]
06:27
leafybasil has joined #crystal-lang
06:29
Dreamer3 has quit [Quit: Leaving...]
06:30
n0xff has quit [Quit: t]
06:31
leafybasil has quit [Ping timeout: 246 seconds]
06:31
Ven has joined #crystal-lang
06:36
C453 has joined #crystal-lang
06:39
pawnbox has quit [Remote host closed the connection]
06:40
C453 has quit [Ping timeout: 240 seconds]
06:55
nakilon has joined #crystal-lang
06:59
unshadow has joined #crystal-lang
07:13
ponga has quit [Quit: Connection closed for inactivity]
07:17
Nik- has joined #crystal-lang
07:20
NeverDie has joined #crystal-lang
07:31
nakilon has quit [Ping timeout: 250 seconds]
07:37
C453 has joined #crystal-lang
07:41
C453 has quit [Ping timeout: 255 seconds]
07:44
elia has joined #crystal-lang
07:44
pawnbox has joined #crystal-lang
07:57
leafybasil has joined #crystal-lang
08:02
leafybasil has quit [Ping timeout: 240 seconds]
08:11
BlaXpirit has joined #crystal-lang
08:12
ssvb has quit [Ping timeout: 250 seconds]
08:22
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:25
ssvb has joined #crystal-lang
08:26
Ven has joined #crystal-lang
08:34
ssvb has quit [Ping timeout: 252 seconds]
08:37
C453 has joined #crystal-lang
08:39
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:42
C453 has quit [Ping timeout: 250 seconds]
08:46
ssvb has joined #crystal-lang
09:12
havenwood has quit [Ping timeout: 244 seconds]
09:14
Ven has joined #crystal-lang
09:28
nakilon has joined #crystal-lang
09:29
PragTob has joined #crystal-lang
09:29
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:32
nakilon has quit [Ping timeout: 250 seconds]
09:33
NeverDie has joined #crystal-lang
09:36
NeverDie has quit [Client Quit]
09:38
C453 has joined #crystal-lang
09:42
C453 has quit [Ping timeout: 240 seconds]
09:48
pawnbox has quit [Remote host closed the connection]
09:49
NeverDie has joined #crystal-lang
09:50
Philpax has joined #crystal-lang
09:51
NeverDie has quit [Max SendQ exceeded]
09:52
NeverDie has joined #crystal-lang
09:56
Ven has joined #crystal-lang
09:57
NeverDie has quit [Max SendQ exceeded]
09:58
NeverDie has joined #crystal-lang
10:07
Philpax has quit [Quit: Leaving]
10:14
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:37
NeverDie has joined #crystal-lang
10:39
C453 has joined #crystal-lang
10:40
NeverDie has quit [Client Quit]
10:43
C453 has quit [Ping timeout: 260 seconds]
10:44
NeverDie has joined #crystal-lang
10:45
NeverDie has quit [Max SendQ exceeded]
10:46
NeverDie has joined #crystal-lang
11:00
<
jokke >
>> foo = nil; loop do; foo = "bla"; break; end; puts typeof(foo)
11:02
<
jokke >
shouldn't this be String ?
11:02
<
jokke >
i mean i'd understand if it's a begin rescue end
11:02
<
jokke >
but there's no way the loop won't run at least once
11:03
Philpax has joined #crystal-lang
11:05
<
jhass >
well, crystal would need to analyze that the condition of the underlying while loop is always truthy
11:06
<
jhass >
so missing feature I'd say
11:22
trapped has joined #crystal-lang
11:22
<
jhass >
>> foo = nil; if true; foo = "bar"; end; typeof(foo)
11:28
<
jhass >
that's crystal-git?
11:29
nakilon has joined #crystal-lang
11:29
<
jhass >
I guess you installed llvm35 too?
11:29
<
jhass >
should probably make it depend on that for now
11:30
<
jokke >
no i have llvm 3.6.2
11:31
<
jhass >
still? 3.7 is in extra now
11:31
<
jokke >
yeah i'm sometimes lazy with updates :/
11:33
nakilon has quit [Ping timeout: 250 seconds]
11:34
C453 has joined #crystal-lang
11:35
<
jhass >
jokke: well, it's broken on HEAD, not much I can do about
11:35
<
jhass >
gonna fail the build with it though
11:36
<
crystal-gh >
crystal/master e63b515 Jonne Haß: Ensure doc generation still works with the latest compiler by running it...
11:38
C453 has quit [Ping timeout: 240 seconds]
11:40
leafybasil has joined #crystal-lang
11:40
Ven has joined #crystal-lang
11:52
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:55
ssvb has quit [Ping timeout: 264 seconds]
12:15
NeverDie has joined #crystal-lang
12:18
C453 has joined #crystal-lang
12:22
C453 has quit [Ping timeout: 240 seconds]
12:22
C453 has joined #crystal-lang
12:27
Mo0O_ has quit [Quit: WeeChat 0.4.3]
12:40
Ven has joined #crystal-lang
13:00
havenwood has joined #crystal-lang
13:07
ponga has joined #crystal-lang
13:08
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:08
<
jhass >
I don't remember
13:09
<
jhass >
but I don't think so
13:20
<
jokke >
jhass: i opened an issue
13:20
<
jhass >
mmh, I'll let asterite search for the duplicate :P
13:23
Philpax_ has joined #crystal-lang
13:27
Philpax has quit [Ping timeout: 268 seconds]
13:29
nakilon has joined #crystal-lang
13:31
Philpax_ has quit [Ping timeout: 255 seconds]
13:34
nakilon has quit [Ping timeout: 246 seconds]
13:44
ssvb has joined #crystal-lang
14:02
hangyas has joined #crystal-lang
14:03
<
hangyas >
hi, is there any image processing library for crystal?
14:05
<
jhass >
as in imagemagick?
14:09
<
jhass >
can't find anything
14:10
[spoiler] has quit [Quit: Cheers!]
14:11
<
hangyas >
well, me neither
14:13
[spoiler] has joined #crystal-lang
14:15
hangyas has quit [Quit: hangyas]
14:31
Sadin has joined #crystal-lang
14:39
method3000 has joined #crystal-lang
14:39
[spoiler] has quit [Quit: Cheers!]
14:39
[spoiler] has joined #crystal-lang
14:58
[spoiler] has quit [Quit: Cheers!]
14:58
C453 has quit [Ping timeout: 272 seconds]
14:58
[spoiler] has joined #crystal-lang
14:59
[spoiler] has quit [Client Quit]
14:59
[spoiler] has joined #crystal-lang
14:59
[spoiler] has quit [Client Quit]
15:00
[spoiler] has joined #crystal-lang
15:12
method3000 has quit [Quit: Lost terminal]
15:20
Ven has joined #crystal-lang
15:20
rmosolgo has joined #crystal-lang
15:26
Nik- has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
15:30
nakilon has joined #crystal-lang
15:35
nakilon has quit [Ping timeout: 240 seconds]
15:44
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:52
<
bmcginty >
and I'm extremely confused, at this point.
15:52
<
rmosolgo >
you want to push `nil` into the array
15:52
<
rmosolgo >
Nil is the type
15:53
<
rmosolgo >
`nil` is the object
15:54
<
bmcginty >
rmosolgo: Ah! thanks!
15:55
<
jhass >
bmcginty: Nil:Class is the metaclass of Nil, nil.is_a? Nil and Nil.is_a? Nil:Class so to say
15:56
<
bmcginty >
jhass: got it. thanks.
16:03
C453 has joined #crystal-lang
16:07
C453 has quit [Ping timeout: 250 seconds]
16:12
elia has quit [Quit: Computer has gone to sleep.]
16:13
Excureo has quit [Remote host closed the connection]
16:16
Excureo has joined #crystal-lang
16:18
C453 has joined #crystal-lang
16:19
PragTob has quit [Quit: Leaving]
16:21
Excureo has quit [Remote host closed the connection]
16:22
C453 has quit [Ping timeout: 246 seconds]
16:23
ponga has quit [Quit: Connection closed for inactivity]
16:27
Excureo has joined #crystal-lang
16:30
gamemanj has joined #crystal-lang
16:34
C453 has joined #crystal-lang
16:35
ismaelga has joined #crystal-lang
16:39
C453 has quit [Ping timeout: 268 seconds]
16:42
qard has joined #crystal-lang
16:45
havenwood has quit [Ping timeout: 240 seconds]
16:49
C453 has joined #crystal-lang
16:50
ismaelga has quit [Remote host closed the connection]
16:54
C453 has quit [Ping timeout: 255 seconds]
17:03
ismaelga has joined #crystal-lang
17:05
C453 has joined #crystal-lang
17:09
C453 has quit [Ping timeout: 255 seconds]
17:21
shama has joined #crystal-lang
17:21
greengriminal has joined #crystal-lang
17:21
C453 has joined #crystal-lang
17:26
C453 has quit [Ping timeout: 252 seconds]
17:31
nakilon has joined #crystal-lang
17:32
leafybasil has quit [Remote host closed the connection]
17:36
havenwood has joined #crystal-lang
17:36
nakilon has quit [Ping timeout: 250 seconds]
17:46
havenwood has quit [Ping timeout: 244 seconds]
17:51
ismael has joined #crystal-lang
17:51
shaundavis has joined #crystal-lang
17:51
shaundavis has quit [Client Quit]
17:52
ismael is now known as Guest91847
17:53
sdogruyol has joined #crystal-lang
17:54
ismaelga has quit [Ping timeout: 246 seconds]
18:02
shaundavis has joined #crystal-lang
18:05
<
wmoxam >
ruby-lang238: hay
18:05
<
wmoxam >
damn up arrow
18:05
shaundavis has left #crystal-lang [#crystal-lang]
18:12
leafybasil has joined #crystal-lang
18:14
havenwood has joined #crystal-lang
18:15
Guest91847 has quit [Remote host closed the connection]
18:16
ismaelga has joined #crystal-lang
18:23
C453 has joined #crystal-lang
18:25
<
sdogruyol >
when is the new version is coming for Crystal ?
18:25
<
jhass >
in the future
18:25
ismaelga has quit [Remote host closed the connection]
18:25
<
thor77 >
when it's done
18:25
<
sdogruyol >
jhass: heheh
18:26
<
sdogruyol >
how are you doing guys
18:28
C453 has quit [Ping timeout: 265 seconds]
18:33
fowlduck has joined #crystal-lang
18:36
greengriminal has quit [Quit: This computer has gone to sleep]
18:39
C453 has joined #crystal-lang
18:47
C453 has quit [Ping timeout: 264 seconds]
18:48
fowlduck has quit [Remote host closed the connection]
18:49
greengriminal has joined #crystal-lang
18:51
leafybasil has quit [Remote host closed the connection]
18:54
leafybasil has joined #crystal-lang
18:59
nakilon has joined #crystal-lang
19:03
C453 has joined #crystal-lang
19:33
trapped has quit [Read error: Connection reset by peer]
19:49
fowlduck has joined #crystal-lang
19:53
fowlduck has quit [Ping timeout: 246 seconds]
20:09
C453 has quit [Ping timeout: 268 seconds]
20:09
sdogruyol has quit [Quit: Leaving...]
20:11
havenn has joined #crystal-lang
20:13
havenwood has quit [Ping timeout: 250 seconds]
20:15
ismaelga has joined #crystal-lang
20:22
havenwood has joined #crystal-lang
20:24
havenn has quit [Ping timeout: 265 seconds]
20:29
unshadow has quit [Ping timeout: 246 seconds]
20:33
elia has joined #crystal-lang
20:33
BlaXpirit has quit [Quit: Konversation]
20:34
kulelu88 has joined #crystal-lang
20:40
gamemanj has quit [Ping timeout: 264 seconds]
20:50
<
crystal-gh >
crystal/master 6df7614 Ary Borenszweig: Recursive struct check: skip instance vars without types
20:51
<
jhass >
jokke: there, that should fix it ^
21:00
ssvb has quit [Ping timeout: 264 seconds]
21:00
ismaelga has quit [Remote host closed the connection]
21:01
NeverDie has joined #crystal-lang
21:01
ismaelga has joined #crystal-lang
21:02
ismaelga has quit [Remote host closed the connection]
21:04
havenn has joined #crystal-lang
21:05
havenwood has quit [Ping timeout: 246 seconds]
21:06
havenn is now known as havenwood
21:10
leafybasil has quit [Read error: Connection reset by peer]
21:11
leafybasil has joined #crystal-lang
21:12
fowlduck has joined #crystal-lang
21:12
leafybasil has quit [Remote host closed the connection]
21:12
ssvb has joined #crystal-lang
22:03
greengriminal has quit [Quit: Leaving]
22:04
elia has quit [Quit: Computer has gone to sleep.]
22:15
<
crystal-gh >
crystal/master c8c731e Ary Borenszweig: Turned CSV into a class, which lets you traverse a CSV, optionally with headers, and access row values. Fixes #1691. Fixes #1016
22:27
ssvb has quit [Ping timeout: 246 seconds]
22:28
<
crystal-gh >
crystal/master 6d101f7 Ary Borenszweig: Added missing csv files. Related to #1691
22:28
<
crystal-gh >
crystal/master 29ddc0c Ary Borenszweig: HTTP::Client: Allow setting multiple `before_request` callbaks, and move their execution to the correct place
22:29
fowlduck has quit [Remote host closed the connection]
22:29
leafybasil has joined #crystal-lang
22:41
ssvb has joined #crystal-lang
23:00
waterlink has joined #crystal-lang
23:01
<
waterlink >
Anyone, who cares enough, can you take a look and leave your opinion, if it is a problem at all? (see my last comment at a moment of writing).
23:01
<
waterlink >
s/.$/?/
23:05
C453 has joined #crystal-lang
23:06
ssvb has quit [Remote host closed the connection]
23:11
C453 has quit [Ping timeout: 246 seconds]
23:13
<
jhass >
why does let generate a macro in the first place?
23:14
<
jhass >
shouldn't it generate a memoizing method in a class or something?
23:17
ssvb has joined #crystal-lang
23:17
<
waterlink >
Yes, it should. Given that you have a class in the first place.
23:18
<
waterlink >
I tried to avoid creating class/module per example/and/or/context. Looks like it is a limit..
23:25
havenn has joined #crystal-lang
23:26
havenwood has quit [Ping timeout: 246 seconds]
23:46
C453 has joined #crystal-lang
23:50
Philpax_ has joined #crystal-lang
23:54
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]