Skip to content

Buggy behavior when jpm_tree exists #10

@CFiggers

Description

@CFiggers

Currently two (at least) issues are appearing when there is a jpm_tree containing local files:

  1. Some on-hover documentation points toward the jpm_tree, especially module imports (even when the module is not being imported from jpm_tree)
  2. When (import)ing, any symbol inserted will be accepted as valid, even when that module does not exist; any modules contained in jpm_tree will then be suggested by autocompletion namespaced under that symbol
    • (This seems to be happening on each keystroke, meaning that if (import random) is typed, r, ra, ran, rand, etc. are all evaluated)

Probably has something to do with the way modules are being identified in jpm_tree---more experimentation needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions