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

[Tracking] Converting function implementations with provider interfaces #1646

Open
6 tasks
johnedquinn opened this issue Nov 14, 2024 · 0 comments
Open
6 tasks

Comments

@johnedquinn
Copy link
Member

Relevant Issues/PRs

Description

As I was going to replace a single function (the plus operator) with the new modeling for functions, I realized that some aspects of the plumbing weren't fully flushed out. This led to all tests using the old plumbing to fail. Therefore, we need to update all functions.

Here are some items to track:

  • Arithmetic operators
    • PLUS, BITWISE_AND
    • MINUS, MULT, DIV, etc
  • Predicates
  • Logical Ops
  • Comparison Ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant