7 ms·
Fortunately, they fixed dependency management first, so you can simply stop updating any dependency that adopts generics!
by yalue 5y ago
Fortunately, they fixed dependency management first, so you can simply stop updating any dependency that adopts generics!
- qaq 5y agoCool and what happens with security updates?
- sangnoir 5y agoLibraries that don't do point-release security updates for major versions should not be trusted, or used in production. Libraries that do release security updates, but introduce new language features like generics in those point-releases also shouldn't be trusted, and have no place in production. Why should I upgrade my language version to get a security fix?