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
When I reproduced and executed the steps describe as is, the value stored in the variable opa (declared in nested1 package) is now correctly output from the file in the nested2 directory.
It seems that it has been fixed by another PR now, but I'm not sure which PR it is. the directory structure I tested as follows:
Possibly related and fixed by #2856. Feel free to re-open if you can replicate; but we need better replication steps. (What commands did you run? Can you make a txtar?)
panic: interface conversion: interface {} is nil, not stdlibs.ExecContext
Description
if
package A
hasstd.GetOrigPkgAddr()
andpackage B
importspackage A
=> panic happensYour environment
Steps to reproduce
package A
package B
Expected behaviour
should return
g17rgsdnfxzza0sdfsdma37sdwxagsz378833ca4
, I thinkActual behaviour
panic
Additional
related #634 #656 #757
The text was updated successfully, but these errors were encountered: