Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to show error messages on their own line? #92

Closed
blaenk opened this issue Aug 24, 2015 · 1 comment
Closed

possible to show error messages on their own line? #92

blaenk opened this issue Aug 24, 2015 · 1 comment

Comments

@blaenk
Copy link

blaenk commented Aug 24, 2015

Woops, submitted before I wrote the body.

So I'm wondering if there's a way, any way, even a hack on my end, to show the error message starting on its own new line. For some reason the error messages show the full absolute path to the file which makes the error message wrap around unnecessarily in most cases.

Is there a way to make the error message show up on its own line?

See this question for a picture and more information.

Alternatively/additionally, is there a way to modify the way the file path is presented? I'd like to apply a function like abbreviate-file-name to it so that it becomes relative and shortens it a bit.

@pnkfelix
Copy link
Member

pnkfelix commented Mar 4, 2019

Heh, the rustc compiler did this itself on its own, so our compilation output got the feature for free.

Closing.

@pnkfelix pnkfelix closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants