Skip to content

Dependents who forget to re-alias results #27

Description

@gdalle

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions