Skip to content

warning: Transitive dependency imported #38

@srikanthkyatham

Description

@srikanthkyatham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions