Closed voodoos closed 3 months ago
Do you know when or how this was fixed in merlin?
Unfortunately we don't know which change stopped Merlin from crashing in these cases. My guess would be that it is indeed the result of merging upstream changes to the Printtyp
module.
Merlin used to stack-overflow when querying type-enclosing from inside a recursive type definition with verbosity >= 1. This is no longer the case as shown in these two tests. However the results are unsatisfying because the environment around the cursor is not aware of the recursive definition.
Closes #1335 and #1755