We allow users to interact via Console with the new Value API introduced in https://github.com/vaticle/typeql/pull/260. This PR adds pretty printing for value concepts and updates required dependencies to support the change.
What are the changes implemented in this PR?
Update to a client-java version that supports Values in queries and answers
Update the concept pretty-printer to allow printing Value concepts.
Update ConceptMap printing to first print concept variables ($) by alphabetical sorting of the variable name, and then value variables (?) by alphabetical sorting.
What is the goal of this PR?
We allow users to interact via Console with the new Value API introduced in https://github.com/vaticle/typeql/pull/260. This PR adds pretty printing for value concepts and updates required dependencies to support the change.
What are the changes implemented in this PR?
$
) by alphabetical sorting of the variable name, and then value variables (?
) by alphabetical sorting.