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

Fix module name in the Mixfile #12

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

ruslandoga
Copy link
Contributor

@ruslandoga ruslandoga commented Dec 17, 2024

👋

This PR removes inconsistency in module names between MixProject and actual code.

Before this PR:

iex> Nimble<tab>
#==> NimbleLZ4        NimbleLz4        NimbleOptions    NimblePool

After this PR:

iex> Nimble<tab>
#==> NimbleLZ4        NimbleOptions    NimblePool

@ruslandoga ruslandoga changed the title use consistent module name use consistent root module name Dec 17, 2024
@whatyouhide
Copy link
Owner

Nice catch! 💟

@whatyouhide whatyouhide merged commit 1df4da2 into whatyouhide:main Dec 17, 2024
3 checks passed
@whatyouhide whatyouhide changed the title use consistent root module name Fix module name in the Mixfile Dec 17, 2024
@ruslandoga ruslandoga deleted the patch-1 branch December 17, 2024 07:25
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

Successfully merging this pull request may close these issues.

2 participants