65c0826293
This includes: - An additional check in the format stdlib function to fail if there are too many arguments given, rather than silently ignoring. - Refinements for the type unification behavior to allow unification of object/tuple types into weaker map/list types when no other unification is possible. - Improvements to the error messages for failed type conversions on collection and structural types to talk about mismatching element types where possible, rather than the outer value. |
||
---|---|---|
.. | ||
compare_types.go | ||
conversion.go | ||
conversion_collection.go | ||
conversion_dynamic.go | ||
conversion_object.go | ||
conversion_primitive.go | ||
conversion_tuple.go | ||
doc.go | ||
mismatch_msg.go | ||
public.go | ||
sort_types.go | ||
unify.go |