Files
tinygo/src
Ayke van Laethem e99b8a24fe runtime: allow ranging over a nil map
This appears to be allowed by the specification, at least it is allowed
by the main Go implementation: https://play.golang.org/p/S8jxAMytKDB

Allow it in TinyGo too, for consistency.

Found because it is triggered with `tinygo test flags`. This doesn't
make the flags package pass all tests, but is a step closer.
2020-10-29 21:53:41 +01:00
..
2020-10-22 20:58:44 +02:00
2020-10-23 14:39:15 +02:00
2020-10-23 21:37:35 +02:00
2020-09-29 21:58:03 +02:00
2020-10-28 18:25:56 +01:00