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 a function is redefined, then instead of throwing error, it compiles successfully. But the type of parameters of first remains not_known, while the redefinition gets the dtype for params.
Steps to Reproduce
Consider the following simC code:-
can you guide me as to where the code related to storing all functions/ something related to this issue is written? could not find a solution in the readme docs @frankhart2018
Describe the bug
When a function is redefined, then instead of throwing error, it compiles successfully. But the type of parameters of first remains not_known, while the redefinition gets the dtype for params.
Steps to Reproduce
Consider the following simC code:-
This is the C code generated:-
Expected behavior
It should throw an error:-
The text was updated successfully, but these errors were encountered: