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
When passing an instance of a type alias directly to a function, compiler generates incorrect C code.
If we assign it to a variable beforehand, there is no crash.
Describe the bug
When passing an instance of a type alias directly to a function, compiler generates incorrect C code.
If we assign it to a variable beforehand, there is no crash.
Reproduction Steps
Expected Behavior
success
Current Behavior
Possible Solution
No response
Additional Information/Context
Same behavior when using a
matchexpression to assign, excepted that writing an explicitreturndoesn't cause the crash.V version
V 0.5.2 b07c40e
Environment details (OS name and version, etc.)
not relevant
Note
You can use the π reaction to increase the issue's priority for developers.
Please note that only the π reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.