-
Notifications
You must be signed in to change notification settings - Fork 38
fix: map! and map
#892
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
fix: map! and map
#892
Conversation
|
I need to add some tests here |
|
This is still crashing PRONTOLab/GB-25#48 |
|
Simone posted a reproducer: #889 (comment) |
|
atleast now we know the real source of the issue |
|
fixes #889 |
| return R | ||
| end | ||
|
|
||
| function mymap!(f, R, A) |
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.
same as the mymapreduce!, we are definitely doing some incorrect codegen for in place updates, else this change shouldn't matter
|
PRONTOLab/GB-25#48 is passing with the latest commit |
|
mose is off for the night but if it works for you, go for it |
#882 but without #881