-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workingunclear-in-specIssues related to unclear parts of the specIssues related to unclear parts of the spec
Description
I'm not sure if it's on purpose or not, but when using (read-from-string ... :start n) with a custom client, the positions returned are relative to n instead of being relative to the start of the string.
So (read-from-string "0123x" :start 4) would return a node corresponding to x but with the source (0 . 1) where I expected (4 . 5).
For now, I'll just use the workaround of storing start in the client and add that to the source in the right methods...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingunclear-in-specIssues related to unclear parts of the specIssues related to unclear parts of the spec