Files
tinygo/testdata
Ayke van Laethem c0d257d682 compiler: fix difference in aliases in interface methods
There used to be a difference between `byte` and `uint8` in interface
methods. These are aliases, so they should be treated the same.
This patch introduces a custom serialization format for types,
circumventing the `Type.String()` method that is slightly wrong for our
purposes.

This also fixes an issue with the `any` keyword in Go 1.18, which
suffers from the same problem (but this time actually leads to a crash).
2022-04-07 12:54:17 +02:00
..
2019-09-20 10:35:49 +02:00
2019-09-20 10:35:49 +02:00
2021-04-09 18:33:48 +02:00
2020-01-27 19:01:55 +01:00
2022-01-19 14:42:02 -05:00
2021-04-09 18:33:48 +02:00
2021-04-09 18:33:48 +02:00
2021-12-09 18:23:49 +01:00
2021-12-09 18:23:49 +01:00
2019-02-05 19:37:21 +01:00
2019-02-05 19:37:21 +01:00
2020-10-02 11:26:22 +02:00
2020-10-02 11:26:22 +02:00
2020-10-23 21:37:35 +02:00
2020-10-23 21:37:35 +02:00
2021-12-15 17:52:48 +01:00
2019-10-13 23:07:47 +02:00
2019-10-13 23:07:47 +02:00
2020-05-12 01:17:27 +02:00