grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Full traceback needs some extra modules #131

Closed alanjds closed 5 years ago

alanjds commented 5 years ago

It costs some "user" time. Maybe not needed on "fast" optimized compilations.

But the resulting traceback includes the lines of the full stack, but only if the file is available. As the -c and $ grumpy "mycode; goees; here" ways does not produce a file, it does not print the traceback of the 1st level.

This should be considered a bug, to be fixed on a new PR