Skip to content

Stash from StashCollection.Add is unsafe. #865

Open
@Therzok

Description

@Therzok

Let's say we create two stashes.

First stash operation:
Stash1 will be stash@{0}.

Second stash operation:
Stash1 will be stash@{1}
Stash2 will be stash@{0}

The managed reference to Stash1 will still be stash@{0}. We need a way to reflect these index changes, as unsafe in practice.

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