Skip to content
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!: remove parser structs from ColumnOperationError #344

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

iajoiner
Copy link
Contributor

@iajoiner iajoiner commented Nov 7, 2024

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

Rationale for this change

This change is made to simplify column operations partly in order to simplify owned_column_operation.rs and partly in preparation for the new version of provable arithmetic expressions.

What changes are included in this PR?

  • replace BinaryOp and UnaryOp in ColumnOperationError with strings

Are these changes tested?

Existing tests should pass

Copy link
Contributor

@JayWhite2357 JayWhite2357 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nice. Thanks!

… string

This makes it easier to migrate from a particular implementation of parser
and remove the need to pass in UnaryOp / BinaryOp
@iajoiner iajoiner force-pushed the refactor/col-op-err branch from 086b832 to 4b46324 Compare November 11, 2024 13:58
@iajoiner iajoiner merged commit fdb4c9e into main Nov 11, 2024
11 checks passed
Copy link

🎉 This PR is included in version 0.40.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@iajoiner iajoiner deleted the refactor/col-op-err branch November 12, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants