-
Notifications
You must be signed in to change notification settings - Fork 626
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
refactor: combine single
and multi
selections as point
selections
#6927
Conversation
2783c10
to
c4aff1c
Compare
5b762d9
to
dbab349
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: I assume that the new point selection stores data as a collection like multi?
(I can't remember if the old single selection stores data as a scalar or a collection with at most one item.)
Yes.
The latter. |
f05102a
to
a7102a3
Compare
…ns (#6927) * refactor: simplify selection compilation infrastructure. * refactor: combine `single`/`multi` selection types into `point`. * update examples for refactored `point` selection type. * update compile-time tests for refactored `point` selection type. * update runtime tests for refactored `point` selection type. * chore: update schema [CI] * chore: update examples [CI] Co-authored-by: GitHub Actions Bot <[email protected]>
Review/merge after #6919.