<FromGitter>
<HertzDevil> well the problem is the newline is implicitly added
<FromGitter>
<Dan-Do> Yeap, my bad , it's not a compiler bug :)
<FromGitter>
<Dan-Do> I will try to reproduce the above bug
<FromGitter>
<Blacksmoke16> `"foo" * -1` would prob do it
<FromGitter>
<HertzDevil> that bug is probably fixed by #11008
<FromGitter>
<Dan-Do> uhm, I didn't use `--error-trace`
<FromGitter>
<Dan-Do> but it related to the `macro code that is commented out is still expanded`
<FromGitter>
<Dan-Do> sorry I cannot reduce the code :(
human_g33k has quit [Remote host closed the connection]
HumanG33k has joined #crystal-lang
notzmv- is now known as notzmv
<FromGitter>
<HertzDevil> what does it mean for an ast node to `bind_to` itself
ur5us has joined #crystal-lang
Guest3 has joined #crystal-lang
Guest3 has quit [Quit: Client closed]
<FromGitter>
<aaaScript> I was wondering if anyone has any tips on using the Logger against a DB model. Basically my use case is that in addition to printing to STDOUT, I want to also create an entry in a Granite model that can be accessible through other means such as an web API. Would anyone have any input on this?
<FromGitter>
<Blacksmoke16> i.e. output logged messages to STDOUT and store them in a db table?
<FromGitter>
<Blacksmoke16> then point it at what backends should handle what
<FromGitter>
<aaaScript> I think that makes sense. I think I just need to figure out how the backend works. From diving in it looks like I point it towards my backend. Then that backend should have the logic to display via STDOUT and the model.
<FromGitter>
<aaaScript> Thanks yeah I was wondering about that and wasn't sure if the last one would overwrite.
<FromGitter>
<jrei:matrix.org> I was looking at `Log` docs, and for a moment by going to the code, I was thinking of `Log` being a log line, but no it is the Logger object itself