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

Reduce logical dependencies on TypeQL toString() #56

Merged

Conversation

flyingsilverfin
Copy link
Member

What is the goal of this PR?

As outlined in #54, a change in TypeQL meant that some of the toString() representations have changed. This PR reduces reliance on toString() for correctness, though more work needs to be done to eliminate the dependency.

What are the changes implemented in this PR?

  • Fix one toString() check that included a comma that no longer exists
  • Replace to usages of toString() contains checks with operations over the TypeQL query object.

@flyingsilverfin flyingsilverfin self-assigned this May 10, 2022
@flyingsilverfin flyingsilverfin added the bug Something isn't working label May 10, 2022
@flyingsilverfin flyingsilverfin merged commit 539fbfd into typedb-osi:master May 10, 2022
@flyingsilverfin flyingsilverfin deleted the fix-tostring-dependency branch May 10, 2022 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant