▲ | swiftcoder 9 hours ago | |||||||
I published it purely to placeholder the name (and then life got in the way, and I never released the actual library). Nobody uses it at all, but some CI system is still polling at regular intervals... | ||||||||
▲ | BobbyTables2 4 hours ago | parent | next [-] | |||||||
Wonder if someone has an internal crate named the same, but yours is getting pulled down for some tertiary use (license check, etc). Stuff like Docker that defaults to downloading things from Internet repos is kinda scary. There isn’t always a clear dividing line between the thing as a “tool” and the thing as a “repo”. At least with “git”, I know they I’m not going to end up cloning an artifact from an Internet repo just because I made a small typo… | ||||||||
▲ | fainpul 8 hours ago | parent | prev | next [-] | |||||||
But if no other crate depends on your crate and nobody directly uses it, why would any CI system download it? | ||||||||
| ||||||||
▲ | qludes 8 hours ago | parent | prev [-] | |||||||
So someone could reserve all the pronounceable crate names? | ||||||||
|