| ▲ | dathinab 9 hours ago | |
for me that is a completely different problem, one you solve when initially writing code (so you can properly account for it and control it) instead of a problem which can blow up when you update a package for a very pressing security fix in the end it a question what is more important, stability or the option to monkey patch functionality into your dependencies without changing them and given that you can always non-monkey patch crates (rust makes vendoring dep. relatively easy in case upstream doesn't fix things) I prefer the stability aspect (through if you do patch crates you re-introduce many of the issues in a different place, with the main difference of there being a chance to upstream you changes) | ||