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
Describe the bug
When an operation is declared and called within the same file, generated file is broken with no content. Operations imported from other templates work fine, as well as dynamically injected ones like protected.
To Reproduce
Steps to reproduce the behavior:
Open any EGL file
Declare any operation
Call the operation somewhere within the same EGL file
Expected behavior
Operation declaration should not interfere with output generation.
The text was updated successfully, but these errors were encountered:
Describe the bug
When an operation is declared and called within the same file, generated file is broken with no content. Operations imported from other templates work fine, as well as dynamically injected ones like
protected
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Operation declaration should not interfere with output generation.
The text was updated successfully, but these errors were encountered: