Skip to content

[Nodes] ChildrenMap._put() cannot update a key #7

Description

@AxelVoitier

This seems similar to #6, but the reasons are different.

If a key is already present and _put() is used to update it with a different value, the node for the key does not get updated in the EntrySupportDefault.

This seems to be because as EntrySupportDefault._refresh_entry() gets the new node from the entry (the one stored in the Info it knows about, not the entry passed as a parameter, which in this case contains a None node), the old entry did not get updated with the new node.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbug-in-netbeansThe bug seems to come from Netbeans implementation originally. Label used for documenting/tracing.

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions