Skip to content

Opening and saving a project clears its Seed #163

Description

@DiyunZ

LASSIE does not load the project Seed correctly. Opening a project with a non-empty seed and saving it without making changes writes an empty seed back to disk. This breaks reproducibility: the same project may produce different results after a normal open/save cycle.

The original seed should be preserved unless the user explicitly changes it.

Notes:
LASSIE/src/core/project_struct.cpp:577-603 does not read the seed from ProjectConfiguration.
LASSIE/src/widgets/ProjectViewController.cpp:284-286 later saves the empty in-memory value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglassie

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions