DiffResults.jl icon indicating copy to clipboard operation
DiffResults.jl copied to clipboard

Dependents who forget to re-alias results

Open gdalle opened this issue 1 year ago • 0 comments

This issue is to keep track of dependents who forget to re-alias the results when updating them (see https://juliadiff.org/DiffResults.jl/stable/#DiffResults.DiffResult). These packages incorrectly call

do_stuff!(result, args...)

when they should do

result = do_stuff!(result, args...)

List of dependents: https://juliahub.com/ui/Packages/General/DiffResults

List of misbehaving dependents:

  • https://github.com/JuliaDiff/ForwardDiff.jl/issues/696
  • https://github.com/JuliaDiff/ReverseDiff.jl/issues/251

gdalle avatar Mar 15 '24 18:03 gdalle