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
I have searched for similar issues before opening a new one.
Description
This user program produces an illegal generated code:
While there are mechanisms how to prevent this combination in the workspace, it does not catch all situations.
Catches (good, expected):
When function definition is disabled while function call is in the scope, the function call gets disabled automatically as well
Doesn't catch (bug):
When a function definition is already disabled, and a new function call is created (e.g. paste action or from a flyout), the function call is kept enabled (observed), however the expected behavior is that it will get disabled.
Environment:
I am using blockly installation from npm:
npm view blockly version
11.1.1
Stack trace
Not relevant
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Description
This user program produces an illegal generated code:
While there are mechanisms how to prevent this combination in the workspace, it does not catch all situations.
Catches (good, expected):
Doesn't catch (bug):
Environment:
I am using blockly installation from npm:
Stack trace
Not relevant
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered: