You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
[duplicate]
transforms totext here and another [duplicate]
as inline contentThe text was updated successfully, but these errors were encountered: