Skip to content

previousSnapshot incorrect for nested tables. #54

@SyferTheProto

Description

@SyferTheProto

Currently Charm uses table.clone inside of the server to store the previousState, this is an improper implementation of this.
table.clone should be replace with a deep copy instead since table.clone returns a shallow copy of the table meaning if a table inside it updates, it will update in the copy too.

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