04:24
ur5us has joined #crystal-lang
04:45
Sankalp has quit [Ping timeout: 246 seconds]
05:21
ur5us has quit [Ping timeout: 248 seconds]
05:45
Sankalp has joined #crystal-lang
07:52
hightower2 has joined #crystal-lang
08:03
walez__ has joined #crystal-lang
09:07
_ht has joined #crystal-lang
11:33
walez__ has quit [Quit: Leaving]
11:33
walez__ has joined #crystal-lang
11:55
walez___ has joined #crystal-lang
11:58
walez__ has quit [Ping timeout: 265 seconds]
13:03
sagax has joined #crystal-lang
13:03
<
sagax >
how to compile crystal from source for x32 ?
13:05
<
sagax >
i trying and got errors >> Error: no overload matches 'GC::Stats.new', heap_size: UInt32, free_bytes: UInt32, unmapped_bytes: UInt32, bytes_since_gc: UInt32, total_bytes: UInt32 Overloads are: GC::Stats.new(heap_size : UInt64, free_bytes : UInt64, unmapped_bytes : UInt64, bytes_since_gc : UInt64, total_bytes : UInt64)
13:12
<
sagax >
it's possible compile last crystal from source to x32?
13:18
<
FromGitter >
<Blacksmoke16> Probably a bug, `i386-linux-gnu` is a tier 2 platform, so is no CI for it
13:19
<
FromGitter >
<Blacksmoke16> Assuming x32 you mean 32bit Linux yea?
13:26
<
sagax >
x32=i386, i mean it
13:41
dannyAAM has quit [Read error: Connection reset by peer]
13:42
<
FromGitter >
<Blacksmoke16> id prob file an issue for it
13:42
<
FromGitter >
<Blacksmoke16> or better yet a PR if possible
13:48
dannyAAM has joined #crystal-lang
13:50
<
sagax >
how to do it?
13:51
<
sagax >
last i386 release 1.1.1
13:53
<
FromGitter >
<Blacksmoke16> and because its now a tier 2 there is no CI for it so is possible for things to break, and given not a lot of people are using 32 bit these days, may take a while to notice
13:54
<
sagax >
that mean, that bugreport not matter?
13:55
<
sagax >
about problems with compile crystal 1.6.0 for i386
13:56
<
FromGitter >
<Blacksmoke16> it's not an unsupported platform, just no automated CI tests and no pre-built binary. So still think it would be worth filing a bug
13:58
<
FromGitter >
<Blacksmoke16> went from correct `UInt32` type to always `UInt64`
14:44
jmdaemon has quit [Ping timeout: 248 seconds]
15:24
walez___ has quit [Quit: Leaving]
15:25
walez__ has joined #crystal-lang
16:17
luna has joined #crystal-lang
16:18
luna has left #crystal-lang [#crystal-lang]
16:18
luna has joined #crystal-lang
16:43
ua_ has quit [Ping timeout: 252 seconds]
16:44
<
FromGitter >
<jgarte:matrix.org> With guix!
16:56
ua_ has joined #crystal-lang
17:47
luna has left #crystal-lang [#crystal-lang]
18:39
walez___ has joined #crystal-lang
18:42
walez__ has quit [Ping timeout: 248 seconds]
18:55
yxhuvud has quit [Read error: Connection reset by peer]
18:59
yxhuvud has joined #crystal-lang
20:02
<
FromGitter >
<rjnienaber> what's the naming convention for enum values for multiple words? Is it PascalCase ?
20:04
_ht has quit [Quit: _ht]
20:21
ur5us has joined #crystal-lang
20:59
walez___ has quit [Ping timeout: 265 seconds]
21:16
<
FromGitter >
<oprypin:matrix.org> @rjnienaber: yes i think that's the good one but there's still some cases of SCREAMING_CASE
22:04
hightower3 has joined #crystal-lang
22:06
hightower2 has quit [Ping timeout: 252 seconds]
22:49
<
FromGitter >
<dscottboggs:matrix.org> what's the best way to convert `Array(Char)` to `String`?
23:16
jmdaemon has joined #crystal-lang
23:48
<
FromGitter >
<Blacksmoke16> Probably just call .join on it