Hello,
A package named "test" exists. The file "test.el" in this repository
conflicts with that package. If someone uses both the "test" and "srht"
packages, this could get confusing.
Please consider renaming "test.el" to "srht-test.el". Also note that
test files should normally not provide a feature, since features are
intended for libraries that are loaded by the user using `require'.
Cheers,
Jonas
Hi,
On 2022-11-11, 03:02 +0100, Jonas Bernoulli <jonas@bernoul.li> wrote:
> A package named "test" exists. The file "test.el" in this repository> conflicts with that package. If someone uses both the "test" and "srht"> packages, this could get confusing.>> Please consider renaming "test.el" to "srht-test.el". Also note that> test files should normally not provide a feature, since features are> intended for libraries that are loaded by the user using `require'.
Thank you for reporting this, it's fixed now.
--
Best regards,
Aleksandr Vityazev
Aleksandr Vityazev <avityazev@posteo.org> writes:
> Hi,>> On 2022-11-11, 03:02 +0100, Jonas Bernoulli <jonas@bernoul.li> wrote:>>> A package named "test" exists. The file "test.el" in this repository>> conflicts with that package. If someone uses both the "test" and "srht">> packages, this could get confusing.>>>> Please consider renaming "test.el" to "srht-test.el". Also note that>> test files should normally not provide a feature, since features are>> intended for libraries that are loaded by the user using `require'.>> Thank you for reporting this, it's fixed now.
Thanks!
Jonas