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
It is valid and works on CPython, but Grumpy will raise:
...
File "/Users/alanjds/src/git/grumpy/build/lib/python2.7/site-packages/grumpy/compiler/imputil.py", line 158, in _resolve_import
raise util.ImportError(node, 'no such module: {}'.format(modname))
grumpy.compiler.util.ImportError: line 116: no such module: fake_not_existing_module
To me, seems that compile-time import errors should be ignored and be checked/raised only on run time.
The text was updated successfully, but these errors were encountered:
google#397 opened by @alanjds on Feb 26
Let be this test code:
It is valid and works on CPython, but Grumpy will raise:
To me, seems that compile-time import errors should be ignored and be checked/raised only on run time.
The text was updated successfully, but these errors were encountered: