Skip to content

Fix missing reference action only work if package have been usingd #1091

Open
@fredrikekre

Description

@fredrikekre

Probably an issue in SymbolServer or StaticLint, but e.g. in

import Example
hello("foo")              # Missing reference hello

this can't be fixed because Example isn't in

for m in values(tls.modules)

In contrast,

using Example
some_non_exported_function(..)

works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions