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
The package name used should be consistent, so it should either be src.foo.bar or foo.bar based on the correct language semantics (e.g. if someone wrote src.foo.bar instead and that would work, then it should be src.foo.bar).
varungandhi-src
changed the title
Incorrect symbol names for __init__
Inconsistent module paths in symbol names when using from a.b import C syntax
Nov 16, 2023
https://github.com/sourcegraph/scip-python/blob/scip/packages/pyright-scip/snapshots/output/nested_items/src/importer.py#L4-L6
The package name used should be consistent, so it should either be
src.foo.bar
orfoo.bar
based on the correct language semantics (e.g. if someone wrotesrc.foo.bar
instead and that would work, then it should besrc.foo.bar
).Originally flagged by @Titou325 here: #91 (comment)
The text was updated successfully, but these errors were encountered: