-
Notifications
You must be signed in to change notification settings - Fork 164
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
Draft: Merging TemplateFunction into Function #831
Conversation
@ansharlubis looks like we got to the point with @Oshanath that we need this merged, so that we can start using it. @ansharlubis what is your time line to get this PR ready? It looks like the only thing left is to uncomment and fix the integration tests. Do you need help with this? |
I can uncomment it right away, but it will cause the integration tests to fail. |
Thanks. So this is now our highest priority. We need to get these tests to pass. @ansharlubis any idea why they fail? @Oshanath and @ansharlubis: try to take this PR, reproduce the failure of the test on your machine, and let's try to figure out how to fix it. Let me know what you find. Try to do your best today. Then we have our meeting tomorrow, so we can work on it together as well. |
I think I found out why, although I still don't know how to solve it yet. It seems that the addition of |
Well, It should be, See the code from
|
@certik @ansharlubis @Oshanath The tests are now passing. Feel free to clean up the git history before merging. |
@czgdp1807 thank you very much! |
tests/tests.toml
Outdated
# [[test]] | ||
# filename = "../integration_tests/test_numpy_04.py" | ||
# asr = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another one that needs to be uncommented:
# [[test]] | |
# filename = "../integration_tests/test_numpy_04.py" | |
# asr = true | |
[[test]] | |
filename = "../integration_tests/test_numpy_04.py" | |
asr = true |
Do not rebase this PR. Let's only keep pushing things in. That way we can get back to the version that @czgdp1807 fixed (thanks!). @ansharlubis / @Oshanath can you please enable that one other test (see my comment above). Then merge the latest main into this branch and resolve conflicts? Get all tests passing again. After that, I want to review more. I will be out for a few hours, but in the evening I'll give it a final review. Then we polish the patches and merge. |
You have to run |
Got it, I just updated it with a wrong build. I'll have to fix it again. |
This was merged in #900. |
No description provided.