Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebar3_auto - the package in HEX contains module which does not exist in the rebar3_auto repository #1006

Closed
brigadier opened this issue Dec 3, 2023 · 1 comment

Comments

@brigadier
Copy link

This is the rebar3_auto repo https://github.com/vans163/rebar3_auto/tree/master/src https://github.com/vans163/rebar3_auto/tree/v0.3.3/src
In the hex.pm it contains one more empty module - lol.erl which contains

-module(lol).

Do you have any idea how this modulre happened to be there?

@brigadier brigadier changed the title rebar2_auto - the package in HEX contains module which does not exist in the rebar3_auto repository rebar3_auto - the package in HEX contains module which does not exist in the rebar3_auto repository Dec 3, 2023
@wojtekmach
Copy link
Member

If such file was present in the project directory at the time of building the package it would be included in the package. Mix/rebar3 packages what is on the file system, not what’s in git. Impossible to say for sure without looking at local build log at the time of publishing the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants