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
in windows
After I use the interpreter to add gopath, using "import" will enter an endless loop i := interp.New(interp.Options{GoPath: goPath
When the directory is
src/plugin_Rule/, execute this code to fall back to the disk symbol and cannot exit
The text was updated successfully, but these errors were encountered:
I'm sorry I cannot reproduce exactly nor investigate your problem.plugin_rule/pkg is unknown, and I can't access to "gitlab.test.com/base/plugin-engine/sdk/stdlib".
Could you provide a precise program, self contained, which works correctly with the Go compiler, and wrong with yaegi ? I know it takes some efforts, but I really need this to make progress, thanks.
The following program
sample.go
triggers an unexpected resultExpected result
hello plugin rule pkg.foo args [123 456 789]
Got
loop
Yaegi Version
v0.11.1
Additional Notes
in windows
After I use the interpreter to add gopath, using "import" will enter an endless loop
i := interp.New(interp.Options{GoPath: goPath
When the directory is
src/plugin_Rule/, execute this code to fall back to the disk symbol and cannot exit
The text was updated successfully, but these errors were encountered: