-
Notifications
You must be signed in to change notification settings - Fork 125
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!: identifier to ident and update docs #441
Conversation
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.
Really thanks for your PR!
General comments:
- You don't need to remove the word "identifier" when it refers to the general concept of identifiers rather than
proof_of_sql_parser::Identifier
- .The comments on the two table util files need to be fixed in the entire files rather than in just the two instances I mentioned.
5a641a5
to
b4587bf
Compare
b4587bf
to
64ec9d0
Compare
9340da5
to
ef5c2f1
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.
Please remove unnecessary panic docs from owned_table_utility.rs
and table_utility.rs
The doc test is failing if we do the same and getting clippy issue there |
@varshith257 Which issues? |
db11bb7
to
2c1812f
Compare
2c1812f
to
cff9523
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.
Thanks again for the PR!
🎉 This PR is included in version 0.64.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.
Please go through the following checklist
!
is used if and only if at least one breaking change has been introduced.source scripts/run_ci_checks.sh
.Rationale for this change
To update docs to reflect the migration of Identifier -> Ident
What changes are included in this PR?
Are these changes tested?
Part of #235