jhass[m] has quit [Quit: Bridge terminating on SIGTERM]
fifr[m] has quit [Quit: Bridge terminating on SIGTERM]
jhass[m] has joined #crystal-lang
fifr[m] has joined #crystal-lang
<FromGitter>
<me:ky.rs> I noticed that since I looked into your code a bit out of curiosity :P
viole has quit [Ping timeout: 272 seconds]
_whitelogger has joined #crystal-lang
dannyAAM has joined #crystal-lang
<FromGitter>
<foxxx0> @wyhaines I ended up not needing dynamic method/property calls and instead built myself a small template struct inspired by your gist without the need for `send.cr`: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=60ca4f26d161a54f051c61ec]
ua_ has quit [Ping timeout: 244 seconds]
ua_ has joined #crystal-lang
<FromGitter>
<wyhaines> Yeah. Using hashes obviates the need to dynamically call methods. Nice work.
sorcus has quit [Ping timeout: 244 seconds]
ur5us has joined #crystal-lang
sorcus has joined #crystal-lang
dom96 is now known as NimBot
NimBot is now known as dom96
<FromGitter>
<postmodern:matrix.org> @didactic-drunk: do you wnat me to move ioctl.cr to crystal-posix? if so, could you look over the code first.
postmodern has joined #crystal-lang
<FromGitter>
<didactic-drunk> You're welcome to move it now, or not. I'll have to look in a few hours but that can be handled with PR's.
<FromGitter>
<didactic-drunk> How do I check if a module exists in a macro?
sorcus has quit [Quit: WeeChat 3.1]
sorcus has joined #crystal-lang
<FromGitter>
<tenebrousedge> why?
<FromGitter>
<tenebrousedge> usually if I am wondering about questions of that nature, I'm checking if an object subclasses a type, or whether it responds to a given method