-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
After a bug in nimsuggest
was fixed that should keep nimlsp
from crashing I tried to build nimlsp
on the latest devel. This causes the error:
Error: ambiguous call; both nimlsp.isValid(data: JsonNode, schemaType`gensym1028144: type RequestMessage, traverse: bool, allowExtra: bool) [declared in /home/peter/.nimble/pkgs/jsonschema-0.2.0/jsonschema.nim(360, 12)] and nimlsp.isValid(data: JsonNode, schemaType`gensym1028145: type RequestMessage, traverse: bool, allowExtra: bool) [declared in /home/peter/.nimble/pkgs/jsonschema-0.2.0/jsonschema.nim(367, 12)] match for: (JsonNode, type RequestMessage)
The two procedures point to the macro code that generates them and one is only a forward declaration while the other is the procedure with the body.
Metadata
Metadata
Assignees
Labels
No labels