You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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, butgleam_stdlib
, thepackage 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:
`
Please advise.
The text was updated successfully, but these errors were encountered: