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

clickable filenames #131

Open
Lokathor opened this issue Oct 28, 2024 · 1 comment
Open

clickable filenames #131

Lokathor opened this issue Oct 28, 2024 · 1 comment

Comments

@Lokathor
Copy link
Contributor

if the filenames of error sources had spaces around where they're shown in the square brackets, they'd be clickable in various smart terminals.

current

Error: Token Tree Building
   ╭─[samples/tree_error.txt:1:38]
 1 │example token { tree file } ( words
   │                                     ╰ Expected: ["token_tree", "close_paren"], Found: None

wanted

Error: Token Tree Building
   ╭─[ samples/tree_error.txt:1:38 ]
 1 │example token { tree file } ( words
   │                                     ╰ Expected: ["token_tree", "close_paren"], Found: None
@zesterer
Copy link
Owner

This has now been implemented and will be in the next release.

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

4 participants
@zesterer @Lokathor and others