Cannot read field "reads" because "locks" is null #20

Open
opened 2025-10-10 15:27:40 +01:00 by apb · 1 comment
Owner
No description provided.
Author
Owner

Caused by passing wrong type to record constructor

declare record lspt:CompletionItem(
   label as xs:string,
   kind? as  lspt:CompletionItemKind,
   tags?  as xs:string* :=(),
   detail? as xs:string,
   documentation? as xs:string
);

map to documentation.

Caused by passing wrong type to record constructor ```xquery declare record lspt:CompletionItem( label as xs:string, kind? as lspt:CompletionItemKind, tags? as xs:string* :=(), detail? as xs:string, documentation? as xs:string ); ``` map to documentation.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: quodatum/basex-lsp#20
No description provided.