Skip to content

concore.read() API break: tuple return is breaking existing Python studies and generated templates #547

@avinxshKD

Description

@avinxshKD

concore.read() now returns (data, ok), but a lot of existing code still expects just data.
That mismatch is breaking loops and data handling in real study scripts.

This is not a corner case, it impacts demos, tools, and init-generated starter code.

What is needed:

Keep backward compatibility for value = concore.read(...) callers.
Provide/keep an explicit status-aware path for new code.
Update generated templates so new projects don’t start broken.
Add regression tests for both calling styles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions