yaegi icon indicating copy to clipboard operation
yaegi copied to clipboard

unable to find source related to: "plugin"

Open darkweak opened this issue 1 year ago • 1 comments

The following program sample.go triggers an unexpected result

package main

import "github.com/buraksezer/olric"

func main() {
  // do something with olric
}

Expected result

Everything should work

Got

import "github.com/buraksezer/olric" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/dmap.go:21:2: import "github.com/buraksezer/olric/internal/dmap" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/dmap/atomic.go:22:2: import "github.com/buraksezer/olric/internal/cluster/partitions" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/cluster/partitions/fragment.go:18:2: import "github.com/buraksezer/olric/internal/discovery" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/discovery/discovery.go:23:2: import "plugin" error: unable to find source related to: "plugin"

Yaegi Version

latest

Additional Notes

No response

darkweak avatar Oct 22 '22 09:10 darkweak