tinygo/loader
Ayke van Laethem ecaf9461ce loader: be more robust when creating the cached GOROOT
This commit fixes two issues:

  * Do not try to create the cached GOROOT multiple times in parallel.
    This may happen in tests and is a waste of resources (and thus
    speed).
  * Check for an "access denied" error when trying to rename a directory
    over an existing directory. On *nix systems, this results in the
    expected "file exists" error. Unfortunately, Windows gives an access
    denied. This commit fixes the Windows behavior.
2020-08-29 00:02:55 +02:00
..
errors.go loader: load packages using Go modules 2020-05-27 13:08:17 +02:00
goroot.go loader: be more robust when creating the cached GOROOT 2020-08-29 00:02:55 +02:00
loader.go loader: load packages using Go modules 2020-05-27 13:08:17 +02:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00