-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Sometimes, a package is patched after a release, and then it's released again, with the same version.
This practice makes it hard to track dependency changes, but it also (probably) changes the checksums of the modules in the package. As a consequence, this can break the usage of this module in a dynamically loadable plugin context. It has happened quite a few times for us, and I think it's just as easy to just release a new version whenever the code changed.
As a concrete example,
the recent patching of oUnit.2.0.0 causes a
Dynlink.Error "interface mismatch on OUnitConf"
mseri, copy and chambart