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
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
As titled, the newest grumpy.ImportModule function has only 2 params while the comment has not been updated.
And ImportModule(f, "a.b") causes the initialization and entry into sys.modules of Grumpy module a and
then Grumpy module a.b instead of b. Is this a bug?
The text was updated successfully, but these errors were encountered:
This runs, but produces no output. I'm guessing I need to call the hello() method that is generated in the init() block of module.go, but I can't see how that should be done ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As titled, the newest grumpy.ImportModule function has only 2 params while the comment has not been updated.
And ImportModule(f, "a.b") causes the initialization and entry into sys.modules of Grumpy module a and
then Grumpy module a.b instead of b. Is this a bug?
The text was updated successfully, but these errors were encountered: