buttercup-junit and ert-junit shouldn't both provide test-support

Issue #6 resolved
Former user created an issue

Both packages come with a library test-support.el which provide the feature test-support. The tools I use to maintain the Emacsmirror report this as a feature conflict.

The easiest fix would be to prefix the files/features to make them distinct.

These files are not intended to be loaded by end-users so they are not really "libraries" and they do not have to be loaded with require. So a better fix might be to drop the provide forms and load these files using load instead, providing a relative path. That way you can keep the file-names without creating a conflict.

Comments (5)

  1. Ola Nilsson repo owner

    Huh, did not see the issue until today. The notification email had been filtered out as unimportant by gmail.

    The file is actually shared between the two repos using git subtree merge, so renaming is not an option. I’ll look into using load instead.

  2. Log in to comment