You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upstream tidied up its use of temporary directories (see e.g. golang/go#45182 ),
and now that we support testing.TempDir(), tinygo should, too.
Likewise, it tidied up its use of temporary environment variables (see e.g. golang/go#41260 ), and tinygo will probably want to add support for testing.TB.Setenv() sometime.
The text was updated successfully, but these errors were encountered:
upstream tidied up its use of temporary directories (see e.g. golang/go#45182 ),
and now that we support testing.TempDir(), tinygo should, too.
Likewise, it tidied up its use of temporary environment variables (see e.g. golang/go#41260 ), and tinygo will probably want to add support for testing.TB.Setenv() sometime.
The text was updated successfully, but these errors were encountered: