Files
moxa/interp
Marc Vertes aa2621f6c6 interp: fix a panic when embedding an error interface
This patch brings the following modifications:
- consider that an interface is assignable to another if the former
  implements the latter
- call TypeOf() method instead of rtype field when resolving methods, to
  handle first met types
- unwrap error interface inplace rather than embedding it in an
  interface definition, as lower case named embbeded interface may
  not be handled by reflect when lookup for a method.

Fixes #1063. Partially improves #1058.
2021-04-01 10:38:05 +02:00
..
2020-08-20 13:14:15 +02:00
2021-03-25 23:34:03 +01:00
2021-02-01 12:23:29 +01:00
2020-07-30 11:18:04 +02:00
2021-03-11 15:26:04 +01:00