Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: swap out dets for sqlite3 #131

Merged
merged 3 commits into from
Jul 30, 2023
Merged

fix: swap out dets for sqlite3 #131

merged 3 commits into from
Jul 30, 2023

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.

@mhanberg mhanberg merged commit 422df17 into main Jul 30, 2023
10 checks passed
@mhanberg mhanberg deleted the 2023-07-30-sqlite branch July 30, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant