JuliaDiff / JuliaDiff/DiffResults.jl
Dependents who forget to re-alias results
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 37
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the DiffResults.DiffResult API documentation and the linked ForwardDiff and ReverseDiff issues. Review the dependent packages listed in the issue and verify which uses still fail to re-alias updated results. Done means the affected dependents are updated and the misbehaving list is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100