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

[goals] Remove duplicate call to Info.find #575

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

ejgallego
Copy link
Owner

We were doing two calls to find for each goals request.

We now remove unused API as in general the composition of find plus a field projection for Doc.Node.t was not very useful due to find not being memoized.

We were doing two calls to find for each goals request.

We now remove unused API as in general the composition of `find` plus
a field projection for `Doc.Node.t` was not very useful due to find
not being memoized.
@ejgallego ejgallego added this to the 0.1.8 milestone Oct 13, 2023
@ejgallego ejgallego merged commit b4c3d52 into main Oct 13, 2023
@ejgallego ejgallego deleted the goals_info_refactor branch October 13, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant