-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rust: Compute canonical paths in QL #19134
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
Conversation
612f797
to
bd478dd
Compare
774fa8d
to
bea7873
Compare
bea7873
to
c17f50a
Compare
c17f50a
to
6c007b5
Compare
6c007b5
to
93c8507
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.
I cannot comment too much on some of the QL involved (like pragmas and language annotations), but on that I will trust you 🙂 feel free to pull someone else in on that if you want another set of 👀
For the rest the general logic behind the code and the test results look good to me.
I think you might be covering more than the test is testing, so maybe consider adding more addressable things in there.
Initial implementation of canonical path computation in QL. The computed canonical paths are not yet used for anything, but they will eventually be used for mapping Models-as-Data rows to the functions that they model.