Skip to content

Make python statements available in the kernel #169

Open
@1e-to

Description

@1e-to

The kernel function currently silently ignores Python exceptions and assertions.

  • The raise statement
  • The assert statement

It is the correct behavior as a kernel cannot have exception and assertion errors raised during execution. Thus, a proper user experience will be to raise an exception during lowering of a kernel if the kernel has either a raise or an assert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions