You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i first read it, it took me a bit to figure out you specifically meant registries and not git dependencies, since i overlooked the "registry" word at first.
### How do you download crates to build Rust projects?
Type: select all that apply (optional)
- I use crates.io
- I use a custom/local/company registry
- I use a mirror of crates.io
- I don't know
I think you may want to reword it to explicitly exclude git dependencies or other dependencies that don't use crates.io-like protocols otherwise people like me would have selected "I use a custom/local/company registry" since I use git dependencies and those dependencies' code doesn't come from crates.io.
The text was updated successfully, but these errors were encountered:
- I use crates.io
- I use a custom/local/company crate registry
- I use a mirror of crates.io
- I download dependencies from git repositories (or other non crate-based registry)
- I don't know
(my wording is not perfect, feel free to improve 🙂 )
In any case I think we'll probably keep this suggestion in mind for next year since we have just closed edits for the survey 2024 and translations are finalized.
(my wording is not perfect, feel free to improve 🙂 )
yeah, since it's not going in this year maybe it would be best to leave a TODO there, so everyone can come up with better phrasing for next year.
In any case I think we'll probably keep this suggestion in mind for next year since we have just closed edits for the survey 2024 and translations are finalized.
yeah, I figured I was too late so I didn't actually report it when i first found the issue, i reported it after being reminded again a few days later.
when i first read it, it took me a bit to figure out you specifically meant registries and not git dependencies, since i overlooked the "registry" word at first.
surveys/surveys/2024-annual-survey/questions.md
Lines 487 to 494 in 3c169fb
I think you may want to reword it to explicitly exclude git dependencies or other dependencies that don't use crates.io-like protocols otherwise people like me would have selected "I use a custom/local/company registry" since I use git dependencies and those dependencies' code doesn't come from crates.io.
The text was updated successfully, but these errors were encountered: