Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Conversation

mhanberg
Copy link
Collaborator

fix: swap out dets for sqlite3

Also fixes a bug with go to definition. it turns out that multiple
references were being stored that overlapped in range, so we'd get
multiple references, which didn't match the pattern, so it returned nil.

Now, sqlite easily deletes any references that overlap with the one we
are inserting in that moment.

Also fixes a bug with go to definition. it turns out that multiple
references were being stored that overlapped in range, so we'd get
multiple references, which didn't match the pattern, so it returned nil.

Now, sqlite easily deletes any references that overlap with the one we
are inserting in that moment.
@mhanberg
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant