traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.96k stars 343 forks source link

interp: error instead of panic when assigning to a constant #1477

Closed mvertes closed 1 year ago

mvertes commented 1 year ago

Add early detection of assigning to a constant during compiling instead of panicking at runtime.