ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
jhass has quit [Ping timeout: 252 seconds]
jhass has joined #crystal-lang
Sankalp has quit [Ping timeout: 255 seconds]
Sankalp has joined #crystal-lang
_ht has joined #crystal-lang
_ht has quit [Remote host closed the connection]
_ht has joined #crystal-lang
Sankalp has quit [Ping timeout: 260 seconds]
jmdaemon has quit [Ping timeout: 248 seconds]
Sankalp has joined #crystal-lang
Sankalp has quit [Ping timeout: 246 seconds]
hightower2 has quit [Ping timeout: 255 seconds]
alexherbo2 has quit [Remote host closed the connection]
taupiqueur1 has quit [Quit: WeeChat 3.8]
Sankalp has joined #crystal-lang
hightower2 has joined #crystal-lang
taupiqueur has joined #crystal-lang
alexherbo2 has joined #crystal-lang
oprypin has quit [Remote host closed the connection]
dmgk has quit [Quit: ZNC - https://znc.in]
dmgk has joined #crystal-lang
ur5us has joined #crystal-lang
ur5us has quit [Read error: Connection reset by peer]
<SamantazFox> @adaptive_fmts = [] of IV::Videos::AdaptativeStream
<SamantazFox> Error: can't infer the type of instance variable '@adaptive_fmts' of ...
<SamantazFox> I uh, what?
<SamantazFox> isn't that form (`x = [] of Type`) supposed to hint the compiler about the type of the variable?
jmdaemon has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
_ht has quit [Quit: _ht]
<SamantazFox> Ok, I found out why. Apparently, the compiler is confused when using aliases (In my case, `IV` for the `Invidious` module)