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

Remove ANY #189

Open
1 task done
IoannisP-ITENG opened this issue Jun 14, 2024 · 0 comments
Open
1 task done

Remove ANY #189

IoannisP-ITENG opened this issue Jun 14, 2024 · 0 comments
Labels
🛠 goal: bug fix Something isn't working

Comments

@IoannisP-ITENG
Copy link
Contributor

Feature Request

ANY seems like a (not working) fix for a problem that needs to be solved in a different way.

One of the main issues why it needs to go asap:

X1 = ANY
X2 = ANY
X3 = X1/X2

X3 == ANY
X2.merge(Constant(5)) # <- through picking
X1.merge(Constant(2)) # <- through picking
X3 == ANY but should be 2/5
X3.merge(Constant(1)) # this should not be ok, but it works

Code of Conduct

  • I agree to follow this project's Code of Conduct
@IoannisP-ITENG IoannisP-ITENG added ⭐ goal: addition Addition of new feature 🛠 goal: bug fix Something isn't working and removed ⭐ goal: addition Addition of new feature labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 goal: bug fix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant