he11olx

Results 4 issues of he11olx

### The following program `sample.go` triggers an unexpected result ```go package main import ( "errors" "go/build" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) func main() { inter := interp.New(interp.Options{GoPath: build.Default.GOPATH}) inter.Use(stdlib.Symbols) var s2 =...

### The following program `sample.go` triggers an unexpected result ```go func main() { i := interp.New(interp.Options{GoPath: build.Default.GOPATH}) err := i.Use(stdlib.Symbols) if err != nil { panic(err) } var Script1 string...

test case: ``` func main() { script1 := `package script import "encoding/json" var _ = json.Marshal ` script2 := `package script import "encoding/json" var _ = json.Marshal ` inter :=...

### What happened? [play.reduct.store](https://play.reduct.store/). The API token is demo-rw-45ab28842f2879ce02a8fcb3e7a2327dd6d8893ed1b68712c3469d1425a11a0. ![image](https://github.com/user-attachments/assets/1fab0062-5974-4896-b5b5-36f2796e5be4) ### Version play.reduct.store ### OS MacOS ### Snippet to repeat the bug _No response_ ### Logs _No response_ ### Code...

bug