<FromGitter>
<aemadrid> I’m getting erros building for release and it seem crystal is using llvm 3.9 instead of the latest: ```❯ crystal -v ⏎ Crystal 0.29.0 (2019-06-05) ⏎ ⏎ LLVM: 3.9.1 ⏎ Default target: x86_64-apple-macosx ... [https://gitter.im/crystal-lang/crystal?at=5d2933c43be99c47863dcac8]
<FromGitter>
<aemadrid> how can I tell crystal which llvm to use?
<FromGitter>
<aemadrid> nm, I was using crystal from asdf but switched to brew and at least I’m getting llvm 6 and no errors now
<FromGitter>
<Blacksmoke16> 👍
return0e_ has joined #crystal-lang
return0e has quit [Ping timeout: 246 seconds]
return0e_ has quit [Ping timeout: 245 seconds]
return0e has joined #crystal-lang
<FromGitter>
<asterite> Chris Watson: you should use IO.pipe and then gets. Then I think you
<FromGitter>
<tenebrousedge> you're not coding again, are you? D:
<FromGitter>
<elorest> :)
<FromGitter>
<girng> @asterite @bcardiff @straight-shoota @sdogruyol @RX14 thanks for that live Q&A! I watched it last night, can't believe I missed it in April ( was job searching i think )
<FromGitter>
<watzon> Shit I missed it
<FromGitter>
<girng> I wish I was high energy like Brian
<FromGitter>
<tenebrousedge> why?
<FromGitter>
<girng> Just so happy and high energy, prob helps with coding and just mental health in general
<FromGitter>
<girng> I need to be more positive in life
<FromGitter>
<tenebrousedge> realism is associated with pessimism
<FromGitter>
<girng> i mean.. you are not wrong there i guess, depends on the outlook / worldview of that particular person too
<FromGitter>
<tenebrousedge> I'd rather be calm and slow. I would tell people as a point of pride that I'm a slow coder, but I don't think that it would often be received well
<FromGitter>
<girng> that's how i am outside in the real world. i'm very introverted, and sometimes it can be perceived as i'm being passive aggressive
<FromGitter>
<tenebrousedge> I want my code to be correct, minimal, legible, and maintainable, and I don't see much of that as being improved by haste
moei has quit [Ping timeout: 245 seconds]
<FromGitter>
<girng> different strokes for different folks
DTZUZO has joined #crystal-lang
return0e has quit [Read error: Connection reset by peer]
return0e has joined #crystal-lang
_whitelogger has joined #crystal-lang
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Read error: Connection reset by peer]
absolutejam3 has joined #crystal-lang
ht_ has joined #crystal-lang
sorcus has joined #crystal-lang
return0e has quit []
absolutejam3 has quit [Ping timeout: 244 seconds]
return0e has joined #crystal-lang
return0e has quit []
return0e has joined #crystal-lang
alex`` has joined #crystal-lang
go|dfish has joined #crystal-lang
<FromGitter>
<girng> how is everyone doing
<FromGitter>
<girng> made me some hot chocolate, now it's coding time ;D
<FromGitter>
<Blacksmoke16> thanks, im quite happy with it
<FromGitter>
<Blacksmoke16> is the thing we're using in prod at work i mentioned the other day
<FromGitter>
<asterite> Nice!!
<FromGitter>
<asterite> Did you manage to do the pull parser -> builder pass without an intermediate IO?
<FromGitter>
<Blacksmoke16> not for this version
<FromGitter>
<Blacksmoke16> as you said, thats not trivial :P
<FromGitter>
<asterite> Yup
<FromGitter>
<naqvis> great @Blacksmoke16 👍
<FromGitter>
<Blacksmoke16> cheers
Groogy has joined #crystal-lang
<FromGitter>
<j8r> '
absolutejam3 has joined #crystal-lang
<FromGitter>
<j8r> @Blacksmoke16 jq is in C, it might be possible to use bindings
<FromGitter>
<Blacksmoke16> Possibly, would it be anymore performant tho?
<FromGitter>
<Blacksmoke16> Not super familiar with bindings
<FromGitter>
<Blacksmoke16> the main bottleneck currently is the IOs when doing the conversions from one format to another, esp if like going from yaml to xml
rohitpaulk has joined #crystal-lang
<FromGitter>
<Blacksmoke16> at least memory wise on the `oq` binary, rest is performance bound by jq itself
sorcus has quit [Ping timeout: 252 seconds]
sorcus has joined #crystal-lang
rohitpaulk has quit [Ping timeout: 272 seconds]
<FromGitter>
<asterite> I might give it a try, but I can't promise anything