<jhass>
mmh, isn't gitter matrix now? How does the matrix bridge stuff work, would the users appear hear individually?
<oprypin>
jhass, in terms of bridging "gitter is matrix" is about as true as "irc is matrix"
<oprypin>
there are Matrix channels, there are separate Matrix channels with IRC-specific prefixes and there are separate Matrix channels with Gitter-specific prefixes. not connected to each other
<jhass>
ah, bummer, I was hoping they'd just turn each gitter channel into a regular matrix channel and make gitter.im a special matrix client
<oprypin>
they were building big proposals for that, but last i heard, it stalled at just proposals
sorcus has quit [Quit: WeeChat 3.1]
sorcus has joined #crystal-lang
<oz>
meanwhile, the matrix room for crystal's gitter.im is "#crystal-lang_crystal:gitter.im"
<oz>
(a room in matrix is like a channel in irc)
f1refly has quit [Ping timeout: 252 seconds]
f1refly has joined #crystal-lang
hightower2 has quit [Ping timeout: 264 seconds]
<jhass>
adam12: I poked a little but no success, it doesn't get very far, apparently not even through the parser. But docker kills all debugging tools so hard to say more
hightower2 has joined #crystal-lang
<hightower2>
Hey is there a way, in a macro, to know if the macro is expanding at top level or not?
<hightower2>
I'd need it because my macro defines some ivars, which if I am at the toplevel, should be just vars...