radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
21 stars 2 forks source link

Hide identation in traceback #162

Closed Vardan2009 closed 1 month ago

Vardan2009 commented 1 month ago

Closes #160

angelcaru commented 1 month ago

I would still have a fixed amount of indentation (so prepend 4 spaces) and remove the newline between the error message and the line where it happened

Almas-Ali commented 1 month ago

What happened?

Vardan2009 commented 1 month ago

There were other problems in this implementation I didn't know how to fix. I will open another PR if I find a better solution