Eclalang/Ecla

Error in assignement type checking for structs

Opened this issue · 0 comments

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