gracelang / minigrace

Self-hosting compiler for the Grace programming language
39 stars 22 forks source link

Source listing all on one line #169

Closed apblack closed 8 years ago

apblack commented 8 years ago

In the oldWeb interface, after an exception, the listing of three lines of source code runs the lines together. This is because stderr_write does not append a newline.

In the exp web interface, the lines are separate, because a newline is appended somewhere.

They need to be made consistent and correct.

apblack commented 8 years ago

Fixed in 1a7c74a6418bdcb1b03e810a8671a5cd8a82d4c4