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

mix gleam.test warning about dependencies #41

Closed
georgesboris opened this issue Apr 19, 2024 · 1 comment
Closed

mix gleam.test warning about dependencies #41

georgesboris opened this issue Apr 19, 2024 · 1 comment

Comments

@georgesboris
Copy link

Currently, with a minimal project using the exact same setup as the example in this repo, I get the following warning when running mix gleam.test

The module gleeunit is being imported, but gleeunit, the package it
belongs to, is not a direct dependency of your package.
In a future version of Gleam this may become a compile error.

Run this command to add it to your dependencies:

gleam add gleeunit

The tests run normally since gleeunit is present on my mix dependencies.
Is this to be ignored for now? Or am I missing any setup step?

@lpil
Copy link
Member

lpil commented Apr 19, 2024

Hello! Duplicate of #38

@lpil lpil closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
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