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
hightower3 has quit [Remote host closed the connection]
hightower3 has joined #crystal-lang
hightower3 has quit [Remote host closed the connection]
hightower2 has joined #crystal-lang
_ht has joined #crystal-lang
notzmv has joined #crystal-lang
hightower2 has quit [Ping timeout: 245 seconds]
hightower2 has joined #crystal-lang
hightower2 has quit [Ping timeout: 245 seconds]
yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
yxhuvud has joined #crystal-lang
jmdaemon has quit [Ping timeout: 240 seconds]
<FromGitter> <kalinon> anyone having issues with github actions? Im getting the following errors when its running `crystal spec` ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ there's a ton of no such file errors, so wondering if something is wrong with the cache? idk [https://gitter.im/crystal-lang/crystal?at=62f1291f443b7927a72c627e]
<FromGitter> <Blacksmoke16> can you share the yaml?
<FromGitter> <kalinon> re-running the 0.4.4 release (which had successful run) to see if its something to do with my changes...
<FromGitter> <Blacksmoke16> hmm
<FromGitter> <Blacksmoke16> id vote a cache thing? :shrug: does it reproduce?
<FromGitter> <kalinon> old build is able to run spec. So its something that changed in here? https://github.com/spoved/kube-client.cr/pull/10/files
<FromGitter> <kalinon> am able to run specs locally (osx)
<FromGitter> <kalinon> same crystal versions, heres the successful runs on master: https://github.com/spoved/kube-client.cr/runs/7729548483?check_suite_focus=true
<FromGitter> <Blacksmoke16> https://github.com/spoved/kube-client.cr/runs/7729494614?check_suite_focus=true should the test part be taking this long?
<FromGitter> <kalinon> It should not lol
<FromGitter> <kalinon> the successful run took 1 min
<FromGitter> <kalinon> i just created #12369 as well for this
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp has joined #crystal-lang
jmdaemon has joined #crystal-lang
notzmv has quit [Ping timeout: 268 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 268 seconds]
Vexatos_ has joined #crystal-lang
Sankalp- has joined #crystal-lang
brw6 has joined #crystal-lang
oz` has joined #crystal-lang
Vexatos_ has quit [Quit: Client Quit]
oprypin_ has joined #crystal-lang
Vexatos_ has joined #crystal-lang
jhass- has joined #crystal-lang
amk_ has joined #crystal-lang
_ht has quit [Quit: _ht]
Sankalp has quit [*.net *.split]
mookie has quit [*.net *.split]
Vexatos has quit [*.net *.split]
ox has quit [*.net *.split]
brw has quit [*.net *.split]
brw6 is now known as brw
Sankalp- is now known as Sankalp
mookie has joined #crystal-lang
oprypin has quit [Ping timeout: 240 seconds]
Starfoxxes has quit [Ping timeout: 240 seconds]
amk has quit [Ping timeout: 240 seconds]
jhass has quit [Ping timeout: 240 seconds]
FromGitter has quit [Ping timeout: 240 seconds]
jhass- is now known as jhass
FromGitter has joined #crystal-lang
Starfoxxes has joined #crystal-lang
notzmv has joined #crystal-lang
_whitelogger_ has joined #crystal-lang
human_g33k has joined #crystal-lang
jrayhawk_ has joined #crystal-lang
_whitelogger has quit [Ping timeout: 240 seconds]
HumanG33k has quit [Ping timeout: 240 seconds]
jrayhawk has quit [Ping timeout: 240 seconds]
<FromGitter> <ondreian> https://play.crystal-lang.org/#/r/dkq6 this seems incorrect, it is not properly expanding `~`
<FromGitter> <ondreian> The equivalent ruby code: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=62f1889f3a42316d33097858]
<FromGitter> <ondreian> I can see now after some investigation, this change was made intentionally. in #7903 Kind of surprising behavior