-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels