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

warning: Transitive dependency imported #38

Open
srikanthkyatham opened this issue Jan 25, 2024 · 0 comments
Open

warning: Transitive dependency imported #38

srikanthkyatham opened this issue Jan 25, 2024 · 0 comments

Comments

@srikanthkyatham
Copy link

Hi

After gleam v0.33 there this kind of warning being generated for mix_gleam based projects.
Is there are a way to disable these warnings. Lot of warnings are being generated.
Event though those dependencies are present in the mix.exs.

┌─ ./test/gleam_tests/utils/timeslots_test.gleam:1:1

1 │ import gleam/option
│ ^^^^^^^^^^^^^^^^^^^

The module gleam/option is being imported, but gleam_stdlib, 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 gleam_stdlib`

`

Please advise.

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

1 participant