Skip to content

[bug] Kernel processing infinitely with using keyword for type declaration #442

Description

@anutosh491

Both native/wasm kernel end up infinitely processing

I guess we are not recovering the error well somehow. Shown some examples where stuff works, then the main example where the kernel runs infinitely

Image

We should just probably see something like this instead of the kernel running infinitely

: error: expected ';' before '}' token
    4 |     using type = int
      |                     ^
      |                     ;
    5 | };

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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