-
Notifications
You must be signed in to change notification settings - Fork 157
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
noinline in ShardedForm #664
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #664 +/- ##
==========================================
- Coverage 76.81% 8.96% -67.85%
==========================================
Files 23 23
Lines 2691 2633 -58
==========================================
- Hits 2067 236 -1831
- Misses 624 2397 +1773
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Are there any plans to merge this or is this superseded by the fix in Base? It seems that there is still value in having a fix for older Julia versions (including 1.6 lts) |
We should merge this. I'll have a go in a bit. |
Sorry to bother you again here but is there any way in which I could assist to push this over the finish line (e.g. by adding a tests for this PR?) |
My code is still suffering from what appears to be this segfault and the fix in julia master does not seem to fully cover that setting. Is there any chance this can branch can be merged? |
Can you share an MWE that we can add as a test? |
The MWE that triggered the original issue is this. However, after excessive testing in the last few days, learned that the remaining segfaults that I reported above were not the fault of Symbolics.jl but another lib in the same code. So the fix in Julia master seems to have rendered this PR obsolete as it also has been backported (unless this PR fixes other things beyond #651). Sorry again for the confusion. |
Fixes #651