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

ref: Move type-checking out of sparrow-logical #813

Open
bjchambers opened this issue Oct 17, 2023 · 0 comments
Open

ref: Move type-checking out of sparrow-logical #813

bjchambers opened this issue Oct 17, 2023 · 0 comments

Comments

@bjchambers
Copy link
Collaborator

This crate is intended to be a thin interface crate with minimal logic. Pulling in a dependency on type-checking and constructing "valid" expressions is more than thin.

Possible options:

  1. Move the creation of type-checked logical expressions to a sparrow-logical-builder crate.
  2. Move the creation of type-checked logical expressions to the sparrow-session crate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant