Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Does Rust, like Go, have tools for freezing dependencies?

What tools are you referring to Go here? There are a handful of extra-standard mechanisms you can use to make it somewhat better (through clever hacks on urls and such), but the expectation in go-land seems to be that 'freezing your dependencies' is 'vendor them wholesale into your git repo', which is not exactly robust. Go's story on "application will always build" is kind of notoriously bad.



I am referring to third party tools https://code.google.com/p/go-wiki/wiki/PackageManagementTool...

It would be nice to have it baked in, but thus is the life of bleeding edge development (of which I do not engage, in my safe Python Cocoon).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: