astoff / digestif

A language server for TeX and friends
Other
251 stars 6 forks source link

Error during “textDocument/hover”: attempt to index a nil value (field 'data') #43

Closed flying-sheep closed 1 year ago

flying-sheep commented 2 years ago
[Error - 18:28:10] Request textDocument/hover failed.
  Message: /usr/share/lua/5.4/digestif/Manuscript.lua:552: attempt to index a nil value (field 'data')
  Code: 1 

referring to this line: https://github.com/astoff/digestif/blob/1fac471a153b99da7f858e63edfa19ec2afee791/digestif/Manuscript.lua#L552

astoff commented 2 years ago

Okay, the error is easy to fix. But do you have an example to reproduce this situation, so I can check the logic is right?

flying-sheep commented 1 year ago

Thank you! Sorry for not coming up with a reproducer!