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
Perform function declaration type check from the upper level scope (the scope where the
function is declared), to avoid possible collisions of local variables with package names.
Fixes#957.
I found a regression in Yaegi, it appeared in v0.9.4, it affects the plugin
plugin-simplecache
:https://github.com/pquerna/cachecontrol/blob/master/cacheobject/object.go
v0.9.3...v0.9.4
related to traefik/plugin-simplecache#12
The text was updated successfully, but these errors were encountered: