lune-org/lune

lune 0.8.4 prints output tables separated by tabs instead of newlines

Closed this issue · 2 comments

In lune 0.8.3 and earlier, calling print on a dictionary table formats each key, value pair separated by newlines like this:
image

Unfortunately, this isn't the case in Lune 0.8.4:
image

Lune 0.8.4 on a more conventional operating system:
image

This bug makes it substantially more difficult to read table output and print-debug.

edit: more motivation 🤣:
image

I've pointed this out before, and can confirm this was introduced in v0.8.4 as v0.8.3 prints fine.

Fixed in 0.8.5