Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure compiler terminates #278

Open
Forsinge opened this issue Apr 27, 2023 · 0 comments
Open

Ensure compiler terminates #278

Forsinge opened this issue Apr 27, 2023 · 0 comments

Comments

@Forsinge
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently there is no checks or functionality in place to make sure that the compiler terminates regardless of what modules are used. There are at least two ways to prevent the compiler from terminating:

  • a module that doesn't finish execution, for example getting stuck in a while loop
  • a module that duplicates itself, i.e: [duplicate] transforms to text here and another [duplicate] as inline content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant