00:01
soveran has joined #crystal-lang
00:05
soveran has quit [Ping timeout: 256 seconds]
00:22
akwiatkowski has quit [Ping timeout: 264 seconds]
00:30
bjz has joined #crystal-lang
00:47
Philpax has joined #crystal-lang
01:02
soveran has joined #crystal-lang
01:04
jhass has quit [Ping timeout: 268 seconds]
01:04
asterite has quit [Ping timeout: 248 seconds]
01:06
DeBot has quit [Ping timeout: 260 seconds]
01:07
soveran has quit [Ping timeout: 256 seconds]
01:28
asterite has joined #crystal-lang
01:30
jhass has joined #crystal-lang
01:38
greengriminal has joined #crystal-lang
01:43
greengriminal has quit [Quit: This computer has gone to sleep]
02:03
soveran has joined #crystal-lang
02:09
soveran has quit [Ping timeout: 250 seconds]
02:16
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:22
_whitelogger has joined #crystal-lang
02:49
bjz has joined #crystal-lang
03:00
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
03:05
bjz has joined #crystal-lang
03:14
dtzu has joined #crystal-lang
03:57
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:06
soveran has joined #crystal-lang
04:11
soveran has quit [Ping timeout: 250 seconds]
04:16
greengriminal has joined #crystal-lang
04:19
greengriminal has quit [Client Quit]
04:22
triangles has joined #crystal-lang
04:23
triangles has quit [Max SendQ exceeded]
04:23
triangles has joined #crystal-lang
04:28
bjz has joined #crystal-lang
04:54
pawnbox has joined #crystal-lang
05:02
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
05:07
triangles2 has joined #crystal-lang
05:10
triangles has quit [Ping timeout: 265 seconds]
06:00
triangles2 has quit [Quit: Leaving]
06:08
soveran has joined #crystal-lang
06:13
soveran has quit [Ping timeout: 256 seconds]
06:53
pilne has quit [Quit: Quitting!]
07:01
bjz has joined #crystal-lang
08:01
soveran has joined #crystal-lang
08:11
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:12
DeBot has joined #crystal-lang
08:31
akwiatkowski has joined #crystal-lang
08:38
bjz has joined #crystal-lang
08:41
bjz has quit [Client Quit]
08:49
pawnbox has quit [Remote host closed the connection]
08:55
pawnbox has joined #crystal-lang
09:26
soveran has quit [Remote host closed the connection]
09:41
vivus-ignis has joined #crystal-lang
09:58
pawnbox has quit [Remote host closed the connection]
10:01
Raimondii has joined #crystal-lang
10:04
Raimondi has quit [Ping timeout: 244 seconds]
10:04
Raimondii is now known as Raimondi
10:05
pawnbox has joined #crystal-lang
10:14
pawnbox has quit [Remote host closed the connection]
10:27
soveran has joined #crystal-lang
10:30
pawnbox has joined #crystal-lang
10:31
soveran has quit [Ping timeout: 256 seconds]
10:50
triangles has joined #crystal-lang
11:23
bjz has joined #crystal-lang
11:29
soveran has joined #crystal-lang
11:34
soveran has quit [Ping timeout: 256 seconds]
11:38
<
crystal-gh >
[crystal] MakeNowJust opened pull request #3766: Iterator#flat_map returns an iterator (master...feature/iterator/flat-map)
https://git.io/vMvSl
12:19
matp_ has quit [Remote host closed the connection]
12:20
soveran has joined #crystal-lang
12:21
matp has joined #crystal-lang
12:42
bjz has quit [Ping timeout: 265 seconds]
12:48
bjz has joined #crystal-lang
12:57
soveran has quit [Remote host closed the connection]
13:03
soveran has joined #crystal-lang
13:08
soveran has quit [Ping timeout: 256 seconds]
13:29
<
crystal-gh >
[crystal] KCreate opened pull request #3767: Fixed Iterator#map_with_index (master...fix-map-with-index)
https://git.io/vMvHX
13:36
soveran has joined #crystal-lang
13:41
triangles has quit [Quit: Leaving]
13:54
bjz_ has joined #crystal-lang
13:56
bjz has quit [Ping timeout: 250 seconds]
13:59
soveran has quit [Remote host closed the connection]
14:04
bjz_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:07
<
crystal-gh >
[crystal] asterite closed pull request #3767: Fixed Iterator#map_with_index (master...fix-map-with-index)
https://git.io/vMvHX
14:08
soveran has joined #crystal-lang
14:21
soveran has quit [Remote host closed the connection]
14:24
Ven has joined #crystal-lang
15:07
bjz has joined #crystal-lang
15:15
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
15:18
soveran has joined #crystal-lang
15:19
splitty_ has quit [Ping timeout: 248 seconds]
15:26
soveran has quit [Remote host closed the connection]
15:28
soveran has joined #crystal-lang
15:30
bew78 has joined #crystal-lang
15:32
<
bew78 >
Hey, How can I do a simple division which leads to a float ? (ex: 3 / 2)
15:32
<
FromGitter >
<Sija> `3.0 / 2`?
15:32
<
FromGitter >
<Sija> or `3.to_f / 2`
15:32
<
bew78 >
I have 2 Int32 variable..
15:33
<
bew78 >
ah to_f I forgot that, this should work
15:49
<
bew78 >
I'm wondering where is the definition of function Crystal::Macros::TypeNode#subclasses ? in src/compiler/crystal/macros.cr there is just a def subclasses; end
15:49
<
bew78 >
def subclasses : ArrayLiteral(TypeNode)
15:50
<
Papierkorb >
bew78: It's implemented in the parser somewhere, that one is just a mock for the documentation
16:00
<
bew78 >
Sija, thanks, but that's the code used for the documentation, not the code used when doing MyClass.subclasses I think
16:01
<
FromGitter >
<Sija> @bew78, on the contrary
16:03
<
bew78 >
But I don't undeerstand where does the 'type' variable comes from..
16:03
<
FromGitter >
<Sija> yeah, that code calls #subclasses from the first link I’ve included
16:11
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:11
soveran has quit [Remote host closed the connection]
16:22
<
FromGitter >
<airinfection> crystal-db is dead with 0.20.3 . RIP
16:31
<
FromGitter >
<Sija> @airinfection why’s that?
16:31
<
FromGitter >
<airinfection> i dont know
16:31
<
FromGitter >
<airinfection> maybe changes to new version
16:31
<
FromGitter >
<airinfection> instance variable '@remaining' of MySql::ReadPacket must be Int32, not Nil ⏎ ⏎ Error: instance variable '@remaining' is initialized inside a begin-rescue, so it can potentially be left uninitialized if an exception is raised and rescued
16:34
<
FromGitter >
<Sija> yep, since 0.20.3 ivars initialized inside of begin…rescue blocks are being marked as nillable
16:34
<
FromGitter >
<Sija> and that’s the case for crystal-mysql
16:35
<
FromGitter >
<airinfection> yes
16:37
<
FromGitter >
<airinfection> can i be your fan?
16:37
<
FromGitter >
<airinfection> sijawusz pur rahnama fan club
16:37
<
FromGitter >
<Sija> lol :D
16:39
<
FromGitter >
<piedoom> Hi all
16:39
soveran has joined #crystal-lang
16:46
bew78 has quit [Read error: Connection reset by peer]
16:47
<
FromGitter >
<piedoom> Oh cool! That's much cleaner. Thanks.
16:47
<
FromGitter >
<piedoom> Play link isn't working for me though
16:47
<
FromGitter >
<piedoom> oh hm worked when I opened it in a new window, nevermind
17:01
mgarciaisaia has joined #crystal-lang
17:16
soveran has quit [Remote host closed the connection]
17:30
Ven has joined #crystal-lang
17:37
<
crystal-gh >
[crystal] Sija opened pull request #3769: Update playground CodeMirror to v5.22 (master...playground-codemirror-5.22)
https://git.io/vMvAA
17:46
mgarciaisaia has quit [Quit: Leaving.]
18:01
soveran has joined #crystal-lang
18:15
soveran has quit [Remote host closed the connection]
18:28
<
crystal-gh >
[crystal] ysbaddaden opened pull request #3771: Fix: UNIXServer shouldn't delete path on bind failures (master...fix-unix-server-deletes-file-on-bind-failures)
https://git.io/vMvp5
18:35
mgarciaisaia has joined #crystal-lang
18:49
yeah has joined #crystal-lang
18:49
yeah has quit [Client Quit]
19:05
mgarciaisaia has quit [Read error: Connection reset by peer]
19:06
soveran has joined #crystal-lang
19:09
mgarciaisaia has joined #crystal-lang
19:23
TheGillies has joined #crystal-lang
19:24
<
TheGillies >
how do you compile a project folder?
19:24
<
TheGillies >
Or do you have to explicitly list a filename?
19:24
<
RX14 >
you compile a specific file
19:24
<
FromGitter >
<sdogruyol> shards build may help
19:24
<
FromGitter >
<sdogruyol> if you have a target in your shard.yml
19:24
<
RX14 >
you still need an input file
19:25
<
TheGillies >
i have a target
19:25
<
RX14 >
shards build just makes your build command like 2 character shorter
19:25
<
TheGillies >
I don't have shards command
19:26
<
RX14 >
crystal deps?
19:26
<
TheGillies >
ah TIL shards
19:26
<
RX14 >
if you downloaded the distribution folder it's crystal deps not shards
19:26
<
TheGillies >
I'm a crystal newb
19:26
<
RX14 >
how did you install crystal?
19:27
<
TheGillies >
sudo pacman -S crystal
19:28
<
RX14 >
shards is in community
19:28
<
RX14 >
like crystal
19:29
<
TheGillies >
Yeah just installed it, thanks
19:29
<
TheGillies >
weird that shards isn't a build dependency
19:29
<
TheGillies >
since crystal deps throws an error without it
19:32
<
RX14 >
well it should be a recommended dep
19:32
<
RX14 >
i'd be surprised if it wasnt
19:38
soveran has quit [Remote host closed the connection]
19:53
mgarciaisaia has quit [Quit: Leaving.]
19:56
Raimondii has joined #crystal-lang
19:58
Raimondi has quit [Ping timeout: 244 seconds]
19:58
Raimondii is now known as Raimondi
20:08
mgarciaisaia has joined #crystal-lang
20:20
mgarciaisaia has quit [Quit: Leaving.]
20:43
vivus-ignis1 has joined #crystal-lang
20:43
vivus-ignis has quit [Remote host closed the connection]
20:43
vivus-ignis1 is now known as vivus-ignis
20:56
vivus-ignis has quit [Ping timeout: 268 seconds]
21:14
pawnbox has quit [Remote host closed the connection]
21:21
pawnbox has joined #crystal-lang
21:42
bjz has joined #crystal-lang
21:49
pawnbox has quit [Remote host closed the connection]
22:34
bjz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:56
matp has quit [Remote host closed the connection]
22:58
matp has joined #crystal-lang
23:27
bjz has joined #crystal-lang
23:30
splitty_ has joined #crystal-lang