-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make Symbols & query... calls consistent
We have a lot of symbols that have corresponding functions to query them directly. Before this commit they actually used completely different queries, which could result in inconsistency between the data returned from a symbol and from the query that should query the same thing. This also fixes many pointer captures that weren't correct in many instances. Fix #118
- Loading branch information
1 parent
1c26bea
commit 31157a7
Showing
7 changed files
with
271 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.