Stream: ideas

Topic: Dbg formatting


view this post on Zulip Brendan Hansknecht (Dec 04 2023 at 18:56):

Can we change the dbg formatting. I think in general it is preferable for debug to stay on one line if it is currently one line and only format multiline if it started multiline.

I really dislike when it goes from:

dbg (part1 data)

to:

dbg
    part1 data

From 1 line to 3 (zullip ui is hiding the final blank line).

view this post on Zulip Richard Feldman (Dec 04 2023 at 19:15):

agreed, let's change it! :big_smile:

view this post on Zulip Brendan Hansknecht (Dec 04 2023 at 23:44):

filed #6188


Last updated: Jun 16 2026 at 16:19 UTC