Skip to content

Wrong simplified changes list on update operation #26

@konard

Description

@konard
konard@MacBook-Pro-Konstantin link-cli % dotnet run --project Foundation.Data.Doublets.Cli -- '() ((1 2) (2 1))' --changes --after      
() ((1: 1 2))
() ((2: 2 1))
(1: 1 2)
(2: 2 1)
konard@MacBook-Pro-Konstantin link-cli % dotnet run --project Foundation.Data.Doublets.Cli -- '((($index: $source $target)) (($index: $target $source)))' --changes --after
((1: 1 2)) ()
((1: 1 2)) ((1: 2 1))
((2: 2 1)) ((2: 1 2))
(1: 2 1)
(2: 1 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions