Skip to content

implicitly imported function with same name as kwarg not recognized #98

@ericphanson

Description

@ericphanson

Note: TimeSpans.jl exports start

The code:

stacked_area_plot!(ax, samples; start=start(density.span))

ExplicitImports does not seem to recognize the second start there as being that function. If you do using TimeSpans: start it will say it is an unused explicit import, even though it is used.

(example from some private code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingscoping

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions