00:00
pawnbox has joined #crystal-lang
00:04
pawnbox has quit [Ping timeout: 264 seconds]
00:06
elia has quit [Quit: Computer has gone to sleep.]
00:32
elia has joined #crystal-lang
00:33
buggs has quit [Ping timeout: 240 seconds]
00:34
buggs has joined #crystal-lang
00:50
pawnbox has joined #crystal-lang
00:54
pawnbox has quit [Ping timeout: 245 seconds]
01:20
pawnbox has joined #crystal-lang
01:24
pawnbox has quit [Ping timeout: 240 seconds]
01:25
elia has quit [Quit: Computer has gone to sleep.]
01:52
shama has quit [Ping timeout: 252 seconds]
01:53
shama has joined #crystal-lang
01:58
shama has quit [Ping timeout: 252 seconds]
01:58
shama has joined #crystal-lang
01:59
pawnbox has joined #crystal-lang
02:04
pawnbox has quit [Ping timeout: 248 seconds]
02:15
shama has quit [Ping timeout: 250 seconds]
02:17
shama has joined #crystal-lang
02:29
pawnbox has joined #crystal-lang
02:34
pawnbox has quit [Ping timeout: 245 seconds]
02:40
fowlduck has quit [Remote host closed the connection]
02:43
shama has quit [Remote host closed the connection]
02:44
shama has joined #crystal-lang
02:59
pawnbox has joined #crystal-lang
03:00
fowlduck has joined #crystal-lang
03:01
A124 has quit [Read error: Connection reset by peer]
03:04
pawnbox has quit [Ping timeout: 240 seconds]
03:04
fowlduck has quit [Ping timeout: 240 seconds]
03:05
A124 has joined #crystal-lang
03:15
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
03:20
fowlduck has joined #crystal-lang
03:29
pawnbox has joined #crystal-lang
03:34
pawnbox has quit [Ping timeout: 264 seconds]
03:59
pawnbox has joined #crystal-lang
04:03
pawnbox has quit [Ping timeout: 240 seconds]
04:14
fowlduck has quit [Remote host closed the connection]
04:39
pawnbox has joined #crystal-lang
04:43
pawnbox has quit [Ping timeout: 240 seconds]
04:57
midrat has joined #crystal-lang
05:00
pawnbox has joined #crystal-lang
05:12
<
crystal-gh >
[crystal] waj opened pull request #2119: Feature/sigfault handler (master...feature/sigfault-handler)
https://git.io/vg4VH
06:25
midrat has quit [Remote host closed the connection]
06:26
midrat has joined #crystal-lang
06:27
midrat has quit [Read error: No route to host]
06:27
midrat has joined #crystal-lang
06:36
midrat has quit [Remote host closed the connection]
06:46
trapped has joined #crystal-lang
07:45
Philpax has quit [Ping timeout: 250 seconds]
08:51
trapped has quit [Read error: Connection reset by peer]
08:52
Philpax has joined #crystal-lang
09:02
elia has joined #crystal-lang
10:18
trapped has joined #crystal-lang
10:43
elia has quit [Read error: Connection reset by peer]
10:44
elia has joined #crystal-lang
13:02
Bofu2U has joined #crystal-lang
13:10
pawnbox has quit [Remote host closed the connection]
13:12
Philpax has quit [Ping timeout: 260 seconds]
13:17
Ven has joined #crystal-lang
13:29
pawnbox has joined #crystal-lang
13:33
pawnbox has quit [Ping timeout: 240 seconds]
13:33
ponga has joined #crystal-lang
13:37
pawnbox has joined #crystal-lang
13:39
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:40
Ven has joined #crystal-lang
13:41
Ven has quit [Client Quit]
13:52
Ven has joined #crystal-lang
13:54
Ven has quit [Client Quit]
14:46
pawnbox has quit [Remote host closed the connection]
14:47
pawnbox has joined #crystal-lang
14:54
<
crystal-gh >
crystal/master 7167b44 Ary Borenszweig: Changed SimpleHash to use a struct instead of tuple. Fixes #2121
14:55
pawnbox has quit [Remote host closed the connection]
14:56
pawnbox has joined #crystal-lang
15:23
Ven has joined #crystal-lang
15:23
Ven has quit [Client Quit]
15:28
Ven has joined #crystal-lang
15:44
<
jeromegn >
asterite: any idea how I can run slang/process without having the shard installed? while developing it, paths are different.
15:53
<
jeromegn >
if there was a way to set the load path differently
16:03
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:10
tomchap__ has joined #crystal-lang
16:13
<
BlaXpirit >
jeromegn, i dont know what you mean
16:14
<
BlaXpirit >
probably nothing that a symlink cant solve
16:14
<
jeromegn >
BlaXpirit: that’s an elegant solution
16:19
<
crystal-gh >
[crystal] asterite opened pull request #2122: Enhanced proc mangling (master...better_proc_mangling)
https://git.io/vgRkU
16:27
tomcha___ has joined #crystal-lang
16:28
tomchapi_ has quit [Ping timeout: 245 seconds]
16:34
shama has joined #crystal-lang
16:37
tomchapi_ has joined #crystal-lang
16:39
tomchap__ has joined #crystal-lang
16:40
tomcha___ has quit [Ping timeout: 248 seconds]
16:41
<
crystal-gh >
[crystal] asterite opened pull request #2123: HTTP::Client: assume http scheme if none given. Fixes #2117 (master...http_client_assume_http)
https://git.io/vgRqG
16:48
tomcha___ has joined #crystal-lang
16:48
tomchap__ has quit [Ping timeout: 240 seconds]
16:50
tomchapi_ has joined #crystal-lang
17:04
pawnbox has quit [Remote host closed the connection]
17:04
elia has quit [Quit: Computer has gone to sleep.]
17:04
<
crystal-gh >
[crystal] ysbaddaden opened pull request #2124: Support musl-libc (master...musl-libc)
https://git.io/vgRG6
17:09
pawnbox has joined #crystal-lang
17:12
tomchapi_ has joined #crystal-lang
17:33
elia has joined #crystal-lang
17:42
<
jeromegn >
my macro is sort of failing silently
17:42
<
jeromegn >
\{{ run("process", {{filename}}, {{io_name}}) }}
17:42
<
jeromegn >
which, for testing purposes, contains: puts "#{ARGV[1]} >> 'a'"
17:43
<
jeromegn >
I’m not sure how to debug it. there’s just no output whatever i put in there, even if I raise...
17:44
<
asterite >
jeromegn: don't know yet, I think we'd have to use __DIR__, but it's not working well inside macros. I'll let you know when I figure it out
17:44
<
jeromegn >
I used a symlink and that seemed to do the tricl
17:47
<
jeromegn >
apparently, it still doesn’t love slang/process, it didn’t complain when I just put “process” so I thought it was working, but apparently not. So I changed it back to a relative path for testing purposes and that seems good...
17:52
Sadin has joined #crystal-lang
18:42
elia has quit [Quit: Computer has gone to sleep.]
19:05
fowlduck has joined #crystal-lang
19:12
slash_nick is now known as backslash_slash_
19:12
backslash_slash_ is now known as slash_nick
19:12
fowlduck has quit [Remote host closed the connection]
19:15
matp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
19:15
matp has joined #crystal-lang
19:21
<
jeromegn >
I’m not sure the run(filename, args) macro takes into account the shards and all. seems to only care about crystal itself
19:49
pawnbox has quit [Remote host closed the connection]
20:05
djellemah has joined #crystal-lang
20:12
elia has joined #crystal-lang
20:46
Guest70_ has joined #crystal-lang
20:46
<
Guest70_ >
is there something like exec?
20:55
elia has quit [Quit: Computer has gone to sleep.]
21:05
<
BlaXpirit >
Guest70_, and what is exec like?
21:07
<
Guest70_ >
oh, I have overlooked that
21:09
<
BlaXpirit >
what's the status of Crystal? is the new compiler being worked on?
21:15
Philpax has joined #crystal-lang
21:17
<
BlaXpirit >
and are there any efforts to write documentation separately from code?
21:17
<
BlaXpirit >
(uh here I mean docs for projects, not language itself)
21:19
elia has joined #crystal-lang
21:21
daveshah has joined #crystal-lang
21:25
Philpax has quit [Ping timeout: 240 seconds]
21:26
<
crystal-gh >
[crystal] maclover7 closed pull request #1772: Extend license to 2015 and convert to Markdown (master...patch-1)
https://git.io/vCATL
21:26
luislavena has joined #crystal-lang
21:38
ponga has quit [Quit: Connection closed for inactivity]
21:48
daveshah has quit [Remote host closed the connection]
22:02
luislavena has quit [Quit: Leaving]
23:11
Philpax has joined #crystal-lang
23:23
trapped has quit [Ping timeout: 276 seconds]
23:24
Philpax has quit [Ping timeout: 260 seconds]
23:28
Philpax has joined #crystal-lang
23:37
elia has quit [Quit: (IRC Client: textualapp.com)]
23:37
elia has joined #crystal-lang