jhass changed the topic of #crystal-lang to: The Crystal programming language | http://crystal-lang.org | Crystal 0.11.1 | Fund Crystals development: http://is.gd/X7PRtI | Paste > 3 lines of text to https://gist.github.com | GH: https://github.com/manastech/crystal | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/ | Logs: http://irclog.whitequark.org/crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #crystal-lang
buggs has quit [Ping timeout: 240 seconds]
buggs has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 245 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
elia has quit [Quit: Computer has gone to sleep.]
shama has quit [Ping timeout: 252 seconds]
shama has joined #crystal-lang
shama has quit [Ping timeout: 252 seconds]
shama has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 248 seconds]
shama has quit [Ping timeout: 250 seconds]
shama has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 245 seconds]
fowlduck has quit [Remote host closed the connection]
shama has quit [Remote host closed the connection]
shama has joined #crystal-lang
pawnbox has joined #crystal-lang
fowlduck has joined #crystal-lang
A124 has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 240 seconds]
fowlduck has quit [Ping timeout: 240 seconds]
A124 has joined #crystal-lang
shama has quit [Quit: (╯°□°)╯︵ɐɯɐɥs]
fowlduck has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
fowlduck has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
midrat has joined #crystal-lang
pawnbox has joined #crystal-lang
<crystal-gh> [crystal] waj opened pull request #2119: Feature/sigfault handler (master...feature/sigfault-handler) https://git.io/vg4VH
midrat has quit [Remote host closed the connection]
midrat has joined #crystal-lang
midrat has quit [Read error: No route to host]
midrat has joined #crystal-lang
midrat has quit [Remote host closed the connection]
trapped has joined #crystal-lang
Philpax has quit [Ping timeout: 250 seconds]
trapped has quit [Read error: Connection reset by peer]
Philpax has joined #crystal-lang
elia has joined #crystal-lang
trapped has joined #crystal-lang
elia has quit [Read error: Connection reset by peer]
elia has joined #crystal-lang
Bofu2U has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
Philpax has quit [Ping timeout: 260 seconds]
Ven has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
ponga has joined #crystal-lang
pawnbox has joined #crystal-lang
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven has joined #crystal-lang
Ven has quit [Client Quit]
Ven has joined #crystal-lang
Ven has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<crystal-gh> [crystal] asterite pushed 1 new commit to master: https://git.io/vgByN
<crystal-gh> crystal/master 7167b44 Ary Borenszweig: Changed SimpleHash to use a struct instead of tuple. Fixes #2121
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<travis-ci> manastech/crystal#7167b44 (master - Changed SimpleHash to use a struct instead of tuple. Fixes #2121): The build passed. https://travis-ci.org/manastech/crystal/builds/107788784
<DeBot> https://github.com/manastech/crystal/issues/2121 (Surprising behavior of `Tuple` causing bug in `SimpleHash`)
Ven has joined #crystal-lang
Ven has quit [Client Quit]
Ven has joined #crystal-lang
<jeromegn> asterite: any idea how I can run slang/process without having the shard installed? while developing it, paths are different.
<jeromegn> if there was a way to set the load path differently
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomchap__ has joined #crystal-lang
<BlaXpirit> jeromegn, i dont know what you mean
<BlaXpirit> probably nothing that a symlink cant solve
<jeromegn> BlaXpirit: that’s an elegant solution
<jeromegn> thanks
<crystal-gh> [crystal] asterite opened pull request #2122: Enhanced proc mangling (master...better_proc_mangling) https://git.io/vgRkU
tomcha___ has joined #crystal-lang
tomchapi_ has quit [Ping timeout: 245 seconds]
shama has joined #crystal-lang
tomchap__ has quit [Quit: Textual IRC Client: www.textualapp.com]
tomchapi_ has joined #crystal-lang
tomchap__ has joined #crystal-lang
tomcha___ has quit [Ping timeout: 248 seconds]
<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
tomcha___ has joined #crystal-lang
tomchap__ has quit [Ping timeout: 240 seconds]
tomchapi_ has quit [Quit: Textual IRC Client: www.textualapp.com]
tomchapi_ has joined #crystal-lang
tomchapi_ has quit [Quit: Textual IRC Client: www.textualapp.com]
pawnbox has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
<crystal-gh> [crystal] ysbaddaden opened pull request #2124: Support musl-libc (master...musl-libc) https://git.io/vgRG6
pawnbox has joined #crystal-lang
tomchapi_ has joined #crystal-lang
elia has joined #crystal-lang
<jeromegn> my macro is sort of failing silently
<jeromegn> \{{ run("process", {{filename}}, {{io_name}}) }}
<jeromegn> which, for testing purposes, contains: puts "#{ARGV[1]} >> 'a'"
<jeromegn> I’m not sure how to debug it. there’s just no output whatever i put in there, even if I raise...
<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
<jeromegn> I used a symlink and that seemed to do the tricl
<jeromegn> trick
<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...
Sadin has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
fowlduck has joined #crystal-lang
slash_nick is now known as backslash_slash_
backslash_slash_ is now known as slash_nick
fowlduck has quit [Remote host closed the connection]
matp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
matp has joined #crystal-lang
<jeromegn> I’m not sure the run(filename, args) macro takes into account the shards and all. seems to only care about crystal itself
pawnbox has quit [Remote host closed the connection]
djellemah has joined #crystal-lang
elia has joined #crystal-lang
Guest70_ has joined #crystal-lang
<Guest70_> Hi guys
<Guest70_> is there something like exec?
elia has quit [Quit: Computer has gone to sleep.]
<BlaXpirit> Guest70_, and what is exec like?
<Guest70_> sorry
<Guest70_> oh, I have overlooked that
<Guest70_> thx!!
<BlaXpirit> what's the status of Crystal? is the new compiler being worked on?
Philpax has joined #crystal-lang
<BlaXpirit> and are there any efforts to write documentation separately from code?
<BlaXpirit> (uh here I mean docs for projects, not language itself)
Guest70_ has quit [Quit: Textual IRC Client: www.textualapp.com]
elia has joined #crystal-lang
daveshah has joined #crystal-lang
Philpax has quit [Ping timeout: 240 seconds]
<crystal-gh> [crystal] maclover7 closed pull request #1772: Extend license to 2015 and convert to Markdown (master...patch-1) https://git.io/vCATL
luislavena has joined #crystal-lang
ponga has quit [Quit: Connection closed for inactivity]
daveshah has quit [Remote host closed the connection]
luislavena has quit [Quit: Leaving]
Philpax has joined #crystal-lang
trapped has quit [Ping timeout: 276 seconds]
Philpax has quit [Ping timeout: 260 seconds]
Philpax has joined #crystal-lang
elia has quit [Quit: (IRC Client: textualapp.com)]
elia has joined #crystal-lang