Skip to content

package revisionism can break things #10531

@toolslive

Description

@toolslive

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions