saem / vscode-nim

Other
177 stars 23 forks source link

Unknown package for package object causes segfault #63

Open konsumlamm opened 2 years ago

konsumlamm commented 2 years ago

Example to reproduce:

type
  Pack.SomeObject = object

Error message on hover:

unknown package name: Pack

SIGSEGV: Illegal storage access. (Attempt to read from nil?)

Compiling normally only gives Error: unknown package name: Pack, no segfault.