drracket icon indicating copy to clipboard operation
drracket copied to clipboard

Copy-pasting errors from DrRacket to Github, Discord etc.

Open soegaard opened this issue 2 months ago • 1 comments

Consider this error:

Image

If I copy-paste this error into Github I get:

Welcome to DrRacket, version 8.17 [cs].
Language: racket, with debugging [custom]; memory limit: 2048 MB.
. . /: division by zero

Notice that the stack-trace and the error icons are replaced with ..

In these unicode times, I think, we can find better replacements that a simple dot.

Here are some suggestions for the error icon (courtesy ChatGPT):

Image

It is more difficult to find a stack trace icon. But perhaps:

Image

soegaard avatar Oct 19 '25 10:10 soegaard

The stop sign seems like a fit so I pushed something on a branch. Happy for it to be adjusted!

rfindler avatar Oct 20 '25 22:10 rfindler