Skip to content

Deleting the last key by negative index does not work; deleting keys by value deletes all of them #183

@JonnyOThan

Description

@JonnyOThan

Possibly related to #75?

Given a node like:

THING
{
  transform = airlock
  transform = airlockTopB
}

and a patch targeting that node,

-transform,-1 = delete does nothing
-transform[airlockTopB] = delete deletes all of them
-transform,1 = delete seems to work, but of course it's super fragile

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions