Johannes Müller
Johannes Müller
Sorry, I'm not sure right now. I guess a troubling piece is still the story about progressing major Crystal versions. This is relevant right now but also in the future....
The bug is caused here: https://github.com/crystal-lang/shards/blob/85b30b5755b5aad8e5b4bd94cc94610c6a617bea/src/cli.cr#L132-L142 All arguments that don't start with a dash are considered a target. A simple workaround is to write flag and value as a single...
For a proper fix, I think it doesn't make sense to expect targets at arbitrary positions. Everything after the first flag argument (starting with dash) should simply be forwarded to...
I'm using FTP and tried it on two different servers, each with pre-existing directories. Unfortunately I can't tell which ftp server they are running. Both times the files in the...
Maybe each comparison could be summarised to explain its meaning. And also mention potential issues with each approach.
Hm, just checking for the number of assets is not very resilient. https://github.com/crystal-lang/install-crystal/blob/f4525e00a2562e4675c25d29a25d138755bfe874/index.js#L295-L297 There could be *some* assets, but just the one we're currently looking for might be missing. My...
For reference: https://github.com/crystal-lang/crystal/pull/11902
Removing nightly builds shouldn't be necessary, really. I'm confident we'll have this fixed and running quickly. Having a nightly build fail once shouldn't be an issue (they're unstable nightlies after...
The next nightlies should be available again (https://github.com/crystal-lang/crystal/pull/11902). We're just missing an update for the action.
🤦♂️ Maybe too many people complained at circle ci and they rolled back? I think we should still continue with this change, though. We'd just depend on cicleci changing their...