Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Propagate exceptions from Spine to the main function of CLI app #8

@yevhenii-nadtochii

Description

@yevhenii-nadtochii

After tuning our PSI invocations, we managed to get the runtime exceptions visible during the codegen (Renderer) phase.

But still, we don't have any exceptions during the Spine (model) phase. Exceptions are swallowed by Spine, resulting in silence lose of some events. Lack of events → views are not created → generated code is not rendered → hard to point out problem.

We need to propagate exceptions from Spine, so that they get to the ProtoData top level try-catch block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions