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
We're missing some cases from #202 where we import scripts containing package initialization code that involve the syntax import A.B.C. It looks like we covered from A.B import C. Consider the following example:
We're missing some cases from #202 where we import scripts containing package initialization code that involve the syntax
import A.B.C
. It looks like we coveredfrom A.B import C
. Consider the following example:We cannot find a CG node for
src.module.f
. If we change the wildcard insrc/__init__.py
to explicitly referencef
, it still doesn't work.Regression
I don't think this is a bug. I think we just only handled the wildcard import case in the client.
The text was updated successfully, but these errors were encountered: