You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: