typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Toggling infer no longer toggles explanations #632

Closed jamesreprise closed 2 years ago

jamesreprise commented 2 years ago

What is the goal of this PR?

When we run a query, we automatically include TypeDBOptions given the state of the toolbar. Currently, we derive the value of explain for TypeDBOptions from infer. We should derive it from explain.

What are the changes implemented in this PR?

We only turn on explanations when explain is on, not when infer is on.

grabl commented 2 years ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Code

Architecture

jamesreprise commented 2 years ago

Moving this back to draft to create a regression test.