Skip to content

Do not set non-array variables in @init #65

@jtackaberry

Description

@jtackaberry

Per the documentation:

Note also that you should not clear any variables saved/loaded by @serialize in @init, as sometimes @init will be called following @serialize.

Reaticulate is committing this sin. The non-array variables should be initialized in the once-per-lifetime section of @serialize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions