- 
                Notifications
    You must be signed in to change notification settings 
- Fork 64
Break recursion #579
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
Break recursion #579
Conversation
| Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff             @@
##             main     #579      +/-   ##
==========================================
+ Coverage   84.00%   84.04%   +0.03%     
==========================================
  Files          12       12              
  Lines        9172     9174       +2     
==========================================
+ Hits         7705     7710       +5     
+ Misses       1467     1464       -3     ☔ View full report in Codecov by Sentry. | 
| Is there a (simple) case that triggered indefinite recursion? Perhaps, we should add that as a test? | 
| Extremely not reduced, but EnzymeAD/Enzyme.jl#1134 The issue was introduced by c402d09 cc @gbaraldi and @vtjnash who discussed soltuions with me yesterday | 
| ping for a review. @gbaraldi confirmed it fixes the issue at hand | 
| PR for Julia: JuliaLang/julia#56531 | 
| This also needs a backport to 1.11 | 
| and also to 1.10 | 
| 
 WIP 298f5e1 | 
| 
 There never was any, but Enzyme modeled the previous code wrong, resulting in crashes there: | 
No description provided.