-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optimization to VertexType entrypoint in schema adapter (#339)
* it works! * No more rc * WIP multiple candidates code * small fix * Defeating the BORROW CHECKER * use expect instead of unwrap in tests * fix the other unwrap * dont pluralize singular variable * use brackets and partial_cmp in tests * Update trustfall_core/src/schema/adapter/tests.rs Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> * fix tests * Add use for candidate value * replace .filter .map with .and_then --------- Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
- Loading branch information
1 parent
d30fec9
commit 2e2c7c9
Showing
2 changed files
with
105 additions
and
6 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
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