Error in assignement type checking for structs #413
Labels
bug
Something isn't working
interpreter
issue concerning the interpreter part
under investigation
the problem is currently under investigation
When there is a variable assignement between a struct and a struct, we only test for the same type name and not type similarity between fields name, fields type and field order.
We need to sanity check those assignments since structs can be returned from go libraries and not be compatible with the type we want
The text was updated successfully, but these errors were encountered: